Searched refs:ESCAPES_FIRST (Results 1 – 1 of 1) sorted by relevance
486 #define ESCAPES_FIRST CHAR_0 macro539 #define ESCAPES_FIRST CHAR_a macro543 #define ESCAPES_FIRST ((unsigned char)'\x81') /* EBCDIC 'a' */ macro910 else for (cc = ESCAPES_FIRST; cc <= ESCAPES_LAST; cc++) in show_parsed()912 if (meta_arg == (uint32_t)(-escapes[cc - ESCAPES_FIRST])) break; in show_parsed()1435 if (c < ESCAPES_FIRST || c > ESCAPES_LAST) {} /* Definitely literal */ in PRIV()1437 else if ((i = escapes[c - ESCAPES_FIRST]) != 0) in PRIV()