Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Droff.c208 static int roff_expand(struct roff *, struct buf *,
1237 roff_expand(struct roff *r, struct buf *buf, int ln, int pos, char newesc) in roff_expand() function
1748 if (roff_expand(r, &buf, ln, 0, ASCII_ESC) & ROFF_IGN) { in roff_getarg()
1858 e = roff_expand(r, buf, ln, pos, r->escape); in roff_parseln()