Searched refs:roff_expand (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/mandoc/ |
H A D | roff.c | 200 static int roff_expand(struct roff *, struct buf *, 1359 roff_expand(struct roff *r, struct buf *buf, int ln, int pos, char ec) in roff_expand() function 1720 if (roff_expand(r, &buf, ln, 0, '\\') == ROFF_IGN) { in roff_getarg() 1835 e = roff_expand(r, buf, ln, pos, r->escape); in roff_parseln()
|
H A D | TODO | 65 - roff.c, roff_expand() should not remove blanks before comments
|