Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/mandoc/
Droff.c198 static void roff_expand_patch(struct buf *, int,
1386 roff_expand_patch(buf, pos, "\\e", pos + 1); in roff_expand()
1409 roff_expand_patch(buf, in roff_expand()
1534 roff_expand_patch(buf, iendarg, "}", iend); in roff_expand()
1535 roff_expand_patch(buf, iesc, "${", iarg); in roff_expand()
1589 roff_expand_patch(buf, iesc, res, iend); in roff_expand()
1599 roff_expand_patch(struct buf *buf, int start, const char *repl, int end) in roff_expand_patch() function