HomeSort by: relevance | last modified time | path
    Searched defs:ASCII_ESC (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/wscons/
ascii.h 13 #define ASCII_ESC 0x1b /* escape */
  /src/external/bsd/mdocml/dist/
roff.c 44 * ASCII_ESC is used to signal from roff_getarg() to roff_expand()
49 #define ASCII_ESC 27
1313 if (newesc != ASCII_ESC && r->options & MPARSE_COMMENT) {
1363 if (newesc != ASCII_ESC && *stesc == '\\') {
1692 cp[-pairs] = ASCII_ESC;
1748 if (roff_expand(r, &buf, ln, 0, ASCII_ESC) & ROFF_IGN) {

Completed in 28 milliseconds