Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Droff.c49 #define ASCII_ESC 27 macro
1313 if (newesc != ASCII_ESC && r->options & MPARSE_COMMENT) { in roff_expand()
1363 if (newesc != ASCII_ESC && *stesc == '\\') { in roff_expand()
1692 cp[-pairs] = ASCII_ESC; in roff_getarg()
1748 if (roff_expand(r, &buf, ln, 0, ASCII_ESC) & ROFF_IGN) { in roff_getarg()