Searched refs:ISGRAPH (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/nvi/common/
H A Dmultibyte.h47 #define ISGRAPH iswgraph macro
81 #define ISGRAPH isgraph macro
/freebsd-13-stable/contrib/nvi/regex/
H A Dregex2.h170 #define ISWORD(c) ((c) == '_' || (ISGRAPH((UCHAR_T)c) && !ISPUNCT((UCHAR_T)c)))
/freebsd-13-stable/contrib/libc-vis/
H A Dvis.c122 #define ISGRAPH(flags, c) \ macro
259 if (ISGRAPH(flags, c) && !iswoctal(c)) {
311 if (!iswextra && (ISGRAPH(flags, c) || iswwhite(c) ||
/freebsd-13-stable/contrib/nvi/vi/
H A Dvi.h11 #define inword(ch) ((ch) == '_' || (ISGRAPH(ch) && !ISPUNCT(ch)))

Completed in 96 milliseconds