Searched refs:isgraph (Results 1 – 8 of 8) sorted by relevance
43 int isgraph(int c) in isgraph() function96 return isgraph(c) && !isalnum(c); in ispunct()
28 #define isgraph(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0) macro
462 if (end && isgraph(line[end])) { in cpio_mkfile_line()485 } while (isgraph(line[end])); in cpio_mkfile_line()
472 n, (isgraph(n) ? n : ' '), len, tree[n].Code, next_code[len]-1)); in gen_codes()981 Tracecv(isgraph(lc), (stderr," '%c' ", lc));
436 if ((isgraph(res) || isspace(res))) { in dialog_inputbox()
1033 if (isalnum(c) || isgraph(c) || c == ' ') { in do_match()
1258 if (isgraph(*begin)) in find_next_optstr()1265 for (end = begin; *end != '\0' && isgraph(*end); end++) in find_next_optstr()
Completed in 16 milliseconds