Searched refs:roff_expand (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/mandoc/ |
| H A D | roff.c | 198 static int roff_expand(struct roff *, struct buf *, 1354 roff_expand(struct roff *r, struct buf *buf, int ln, int pos, char ec) in roff_expand() function 1715 if (roff_expand(r, &buf, ln, 0, '\\') == ROFF_IGN) { in roff_getarg() 1830 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
|