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.c200 static void roff_expand_patch(struct buf *, int,
1388 roff_expand_patch(buf, pos, "\\e", pos + 1); in roff_expand()
1411 roff_expand_patch(buf, in roff_expand()
1536 roff_expand_patch(buf, iendarg, "}", iend); in roff_expand()
1537 roff_expand_patch(buf, iesc, "${", iarg); in roff_expand()
1591 roff_expand_patch(buf, iesc, res, iend); in roff_expand()
1601 roff_expand_patch(struct buf *buf, int start, const char *repl, int end) in roff_expand_patch() function