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

/haiku/src/libs/bsd/
H A Dvis.c122 #define ISGRAPH(flags, c) \ macro
259 if (ISGRAPH(flags, c) && !iswoctal(c)) {
311 if (!iswextra && (ISGRAPH(flags, c) || iswwhite(c) ||
/haiku/src/build/libgnuregex/
H A Dregex.c135 #define ISGRAPH(c) (isascii (c) && isgraph (c))
137 #define ISGRAPH(c) (isascii (c) && isprint (c) && !isspace (c))
1495 || (is_graph && ISGRAPH (ch))
134 #define ISGRAPH macro
136 #define ISGRAPH macro

Completed in 46 milliseconds