Searched refs:isgraph (Results 1 – 8 of 8) sorted by relevance
2 #undef isgraph4 int isgraph(int c) { in isgraph() function
4 return isgraph(c) && !isalnum(c); in ispunct()
14 int isgraph(int);34 #define isgraph(a) (0 ? isgraph(a) : ((unsigned)(a)-0x21) < 0x5e) macro
39 #define isgraph _isgraph macro52 #undef isgraph180 int isgraph(int c) { in isgraph() function
118 #undef isgraph119 #define isgraph _isgraph macro
1517 { .name = ":graph:]", .fn = isgraph }, in ccmatch()
2136 if (!isgraph(c) && !isblank(c)) in prof_thread_name_set()
194 $(LOCAL_DIR)/src/ctype/isgraph.c \
Completed in 16 milliseconds