Searched refs:isgraph (Results 1 – 5 of 5) sorted by relevance
7 int isgraph(int c) in isgraph() function
9 return isgraph(c) && !isalnum(c); in ispunct()
26 srcs-y += isgraph.c
12 int isgraph(int c);
32 if(isgraph(p[y])) in s_print_hex()