Home
last modified time | relevance | path

Searched refs:ASCII_ESC (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/dev/wscons/
H A Dascii.h13 #define ASCII_ESC 0x1b /* escape */ macro
H A Dwsemul_sun.c261 case ASCII_ESC: /* "Escape (ESC)" */ in wsemul_sun_output_normal()
332 wsemul_sun_output_normal(edp, ASCII_ESC, 0); /* ??? */ in wsemul_sun_output_haveesc()
H A Dwsemul_vt100.c499 case ASCII_ESC: in wsemul_vt100_output_c0c1()
/netbsd-src/external/bsd/mdocml/dist/
H A Droff.c47 #define ASCII_ESC 27 macro
1245 if (newesc != ASCII_ESC && r->format == 0) { in roff_expand()
1295 if (newesc != ASCII_ESC && *stesc == '\\') { in roff_expand()
1624 cp[-pairs] = ASCII_ESC; in roff_getarg()
1680 if (roff_expand(r, &buf, ln, 0, ASCII_ESC) & ROFF_IGN) { in roff_getarg()