Searched defs:isgraph (Results 1 – 3 of 3) sorted by relevance
26 #define isgraph(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0) macro
60 def isgraph(c): return 33 <= _ctoi(c) <= 126 function