Searched refs:CHAR_z (Results 1 – 2 of 2) sorted by relevance
799 else if (c < CHAR_0 || c > CHAR_z) {} in check_escape()844 if (cc >= CHAR_a && cc <= CHAR_z) cc += 64; /* Convert to upper case */ in check_escape()1056 if (cc >= CHAR_a && cc <= CHAR_z) cc += 64; /* Convert to upper case */ in check_escape()1083 if (cc >= CHAR_a && cc <= CHAR_z) cc += 64; /* Convert to upper case */ in check_escape()1124 if (cc <= CHAR_z) cc += 64; /* Convert to upper case */ in check_escape()1148 if (c >= CHAR_a && c <= CHAR_z) c -= 32; in check_escape()1151 if (c >= CHAR_a && c <= CHAR_z) c += 64; in check_escape()
1391 #define CHAR_z 'z' macro1649 #define CHAR_z '\172' macro
Completed in 41 milliseconds