Lines Matching defs:roff
44 #include "roff.h"
54 struct roff *roff; /* roff parser (!NULL) */
235 "unsupported roff request",
268 * a parser nor the roff parser found a .Dd or .TH macro
272 if ((format = roff_getformat(curp->roff)) == 0) {
295 curp->man = roff_man_alloc(curp->roff, curp, curp->defos,
478 * the roff preprocessor. It's line-oriented but can be
480 * readjust our starting point and re-run it. The roff
508 rr = roff_parseln(curp->roff, curp->line, &ln, &of);
586 while ((span = roff_span(curp->roff)) != NULL)
589 roff_addeqn(curp->man, roff_eqn(curp->roff));
688 curp->man = roff_man_alloc(curp->roff, curp, curp->defos,
696 roff_endparse(curp->roff);
828 curp->roff = roff_alloc(curp, options);
829 curp->man = roff_man_alloc( curp->roff, curp, curp->defos,
846 roff_reset(curp->roff);
864 if (curp->roff)
865 roff_free(curp->roff);