Searched defs:isgraph (Results 1 - 2 of 2) sorted by relevance
| /src/sys/sys/ | ||
| H A D | ctype_inline.h | 52 #define isgraph(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_G)) macro |
| /src/sys/lib/libkern/ | ||
| H A D | libkern.h | 207 isgraph(int ch) function in typeref:typename:LIBKERN_INLINE int |
Completed in 4 milliseconds