Searched refs:isgraph (Results 1 – 25 of 59) sorted by relevance
123
111 end1 = !isgraph(c1); in word_eq()112 end2 = !isgraph(c2); in word_eq()162 while (isgraph(*hbp)) in httpread_hdr_option_analyze()180 while (isgraph(*hbp)) in httpread_hdr_option_analyze()206 if (!isgraph(*hbp)) in httpread_hdr_analyze()215 while (isgraph(*hbp)) in httpread_hdr_analyze()253 while (isgraph(*hbp)) in httpread_hdr_analyze()263 while (isgraph(*hbp)) in httpread_hdr_analyze()304 if (!isgraph(*hbp)) in httpread_hdr_analyze()
209 !isgraph(tagname[match_len]))) { in xml_get_first_item()
24 int isgraph(int c);75 #ifdef isgraph76 # undef isgraph116 using ::isgraph _LIBCPP_USING_IF_EXISTS;
49 # undef isgraph
94 #undef isgraph96 isgraph(int c) in isgraph() function
36 isdigit.3 isgraph.3 isideogram.3 islower.3 isphonogram.3 isprint.3 \60 MLINKS+=isgraph.3 isgraph_l.3
10 isgraph;
106 else if (isgraph(c) ||162 if (((c & 0177) == ' ') || isgraph(c) || (flag & VIS_OCTAL)) {
54 int isgraph(int);93 #define isgraph(c) __sbistype((c), _CTYPE_G) macro
52 int isgraph(int);
21 { "graph", isgraph },
50 (flag & VIS_GLOB) == 0) && isgraph((u_char)(c))) || \56 isgraph((u_char)(c))))))
36 #define isgraph(C) ((C) >= 0x21 && (C) <= 0x7E) macro
16 using ::isgraph;
77 if (!isgraph((int)*cp)) { in refid_str()
16 using std::isgraph;
23 using std::isgraph;
61 #undef isgraph
60 #define isgraph(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0) macro
179 if (!isextra && isascii(c) && (isgraph(c) || iswhite(c) || in do_svis()218 if (isgraph(c)) { in do_svis()
43 && TEST_int_eq(isgraph(n) != 0, ossl_isgraph(n) != 0) in test_ctype_chars()
81 #define ISGRAPH isgraph
181 if (!isgraph(*cp)) { in tipout()
71 #define isgraphch(Anychar) isgraph(((int) Anychar) & 255)
890 | CCE_GRAPH { CCL_EXPR(isgraph); }911 | CCE_NEG_GRAPH { CCL_NEG_EXPR(isgraph); }