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

/haiku/src/build/libgnuregex/
H A Dregex.c140 #define ISPRINT(c) (isascii (c) && isprint (c))
1497 || (is_print && ISPRINT (ch))
139 #define ISPRINT macro

Completed in 44 milliseconds