Searched refs:isgraph (Results 1 – 5 of 5) sorted by relevance
36 #define isgraph(C) ((C) >= 0x21 && (C) <= 0x7E) macro
60 #define isgraph(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0) macro
603 n, (isgraph(n) ? n : ' '), len, tree[n].Code, next_code[len]-1));1080 Tracecv(isgraph(lc), (stderr," '%c' ", lc));
283 case 'g' : res = isgraph(c); break; in match_class()
2173 if (!isgraph(c) && !isblank(c)) { in prof_thread_name_set()