Searched refs:ESCAPES (Results 1 – 4 of 4) sorted by relevance
356 #define ESCAPES \ macro402 switch (escape = ESCAPES[ch]) \476 switch (escape = ESCAPES[ch = *_ascii_bytes]) \
114 #define ESCAPES \ macro156 int escape = ESCAPES[ch]; \
301 #define ESCAPES "\a\b\f\n\r\t\v\\" macro336 if (*s && (cp = strchr(ESCAPES, *s)) != NULL) in put_tty_line()337 putchar(ESCCHARS[cp - ESCAPES]); in put_tty_line()
2320 (ESCAPES): Same.