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

  /src/external/bsd/mdocml/dist/
roff.c 44 * ASCII_ESC is used to signal from roff_getarg() to roff_expand()
208 static int roff_expand(struct roff *, struct buf *,
1237 roff_expand(struct roff *r, struct buf *buf, int ln, int pos, char newesc) function
1748 if (roff_expand(r, &buf, ln, 0, ASCII_ESC) & ROFF_IGN) {
1858 e = roff_expand(r, buf, ln, pos, r->escape);
4338 * roff_expand() was called.

Completed in 36 milliseconds