Home
last modified time | relevance | path

Searched defs:isgraph (Results 1 – 3 of 3) sorted by relevance

/plan9/sys/src/ape/lib/ap/gen/
H A Disalnum.c18 int isgraph(int c){ return (_ctype+1)[c]&(_ISpunct|_ISupper|_ISlower|_ISdigit); } in isgraph() function
/plan9/sys/include/ape/
H A Dctype.h43 #define isgraph(c) (_ctype[(unsigned char)(c)]&(_ISpunct|_ISupper|_ISlower|_ISdigit)) macro
/plan9/sys/include/
H A Dctype.h24 #define isgraph(c) (_ctype[(unsigned char)(c)]&(_P|_U|_L|_N)) macro