Home
last modified time | relevance | path

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

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