Home
last modified time | relevance | path

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

/freebsd/contrib/mandoc/
H A Droff.c202 static void roff_expand_patch(struct buf *, int,
1393 roff_expand_patch(buf, pos, "\\e", pos + 1); in roff_expand()
1416 roff_expand_patch(buf, in roff_expand()
1541 roff_expand_patch(buf, iendarg, "}", iend); in roff_expand()
1542 roff_expand_patch(buf, iesc, "${", iarg); in roff_expand()
1596 roff_expand_patch(buf, iesc, res, iend); in roff_expand()
1606 roff_expand_patch(struct buf *buf, int start, const char *repl, int end) in roff_expand_patch() function