Searched refs:isgraph (Results 1 – 7 of 7) sorted by relevance
28 #define isgraph(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0) macro
424 if (end && isgraph(line[end])) { in cpio_mkfile_line()447 } 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 19 milliseconds