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