Searched defs:isgraph (Results 1 - 5 of 5) sorted by relevance

/haiku/src/system/libroot/posix/locale/
H A Dctype.cpp18 #undef isgraph macro
102 isgraph(int c) function
/haiku/headers/posix/
H A Dctype.h92 #define isgraph(c) __isctype((c), _ISgraph) macro
/haiku/src/system/libroot/posix/glibc/ctype/
H A Dctype.h101 __exctype (isgraph); variable
160 # define isgraph(c) __isctype((c), _ISgraph) macro
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c1939 void isgraph() {} function
H A Dlibroot_stubs_legacy.c1906 void isgraph() {} function

Completed in 402 milliseconds