Searched refs:newesc (Results 1 – 1 of 1) sorted by relevance
1237 roff_expand(struct roff *r, struct buf *buf, int ln, int pos, char newesc) in roff_expand() argument1271 if (stesc[0] != newesc || stesc[1] == '\0') in roff_expand()1313 if (newesc != ASCII_ESC && r->options & MPARSE_COMMENT) { in roff_expand()1354 if (*stesc != newesc) { in roff_expand()1363 if (newesc != ASCII_ESC && *stesc == '\\') { in roff_expand()1658 int newesc, pairs, quoted, white; in roff_getarg() local1668 newesc = pairs = white = 0; in roff_getarg()1691 newesc = 1; in roff_getarg()1742 if (newesc == 0) in roff_getarg()