Searched refs:rew_last (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/mandoc/ |
H A D | mdoc_macro.c | 62 static void rew_last(struct roff_man *, const struct roff_node *); 240 rew_last(mdoc, mdoc->meta.first); in mdoc_endparse() 271 rew_last(struct roff_man *mdoc, const struct roff_node *to) in rew_last() function 295 rew_last(mdoc, n); in rew_pending() 385 rew_last(mdoc, n); in rew_elem() 670 rew_last(mdoc, n); in blk_exp_close() 694 rew_last(mdoc, body); in blk_exp_close() 729 rew_last(mdoc, n); in blk_exp_close() 748 rew_last(mdoc, n); in blk_exp_close() 850 rew_last(mdoc, mdoc->last); in in_line() [all …]
|