Lines Matching full:roff
22 * handling of roff(7) loops and file inclusion,
42 #include "roff.h"
53 struct roff *roff; /* roff parser (!NULL) */ member
103 * a parser nor the roff parser found a .Dd or .TH macro in choose_parser()
107 if ((format = roff_getformat(curp->roff)) == 0) { in choose_parser()
278 * the roff preprocessor. It's line-oriented but can be in mparse_buf_r()
280 * readjust our starting point and re-run it. The roff in mparse_buf_r()
287 line_result = roff_parseln(curp->roff, curp->line, in mparse_buf_r()
345 /* Process the main instruction from the roff parser. */ in mparse_buf_r()
371 roff_userret(curp->roff); in mparse_buf_r()
549 roff_endparse(curp->roff); in mparse_end()
672 curp->roff = roff_alloc(options); in mparse_alloc()
673 curp->man = roff_man_alloc(curp->roff, curp->os_s, in mparse_alloc()
694 roff_reset(curp->roff); in mparse_reset()
709 roff_free(curp->roff); in mparse_free()