Searched refs:ESCAPES (Results 1 – 1 of 1) sorted by relevance
302 #define ESCAPES "\a\b\f\n\r\t\v\\" macro339 if (*s && (cp = strchr(ESCAPES, *s)) != NULL) in put_tty_line()340 putchar(ESCCHARS[cp - ESCAPES]); in put_tty_line()