Searched refs:CHAR_a (Results 1 – 2 of 2) sorted by relevance
342 CHAR_X, CHAR_a, CHAR_n, CHAR_RIGHT_CURLY_BRACKET, '\0' };359 CHAR_X, CHAR_a, CHAR_n, CHAR_RIGHT_CURLY_BRACKET, '\0' };804 else if (c < CHAR_a || (!MAX_255(c) || (ebcdic_chartab[c] & 0x0E) == 0)) {} in check_escape()841 if (cc >= CHAR_a) cc -= 32; /* Convert to upper case */ in check_escape()844 if (cc >= CHAR_a && cc <= CHAR_z) cc += 64; /* Convert to upper case */ in check_escape()1053 if (cc >= CHAR_a) cc -= 32; /* Convert to upper case */ in check_escape()1080 if (cc >= CHAR_a) cc -= 32; /* Convert to upper case */ in check_escape()1083 if (cc >= CHAR_a && cc <= CHAR_z) cc += 64; /* Convert to upper case */ in check_escape()1121 if (cc >= CHAR_a) cc -= 32; /* Convert to upper case */ in check_escape()1148 if (c >= CHAR_a && c <= CHAR_z) c -= 32; in check_escape()[all …]
1366 #define CHAR_a 'a' macro1624 #define CHAR_a '\141' macro
Completed in 55 milliseconds