Lines Matching defs:roff
52 struct roff *roff; /* roff parser (!NULL) */
234 "unsupported roff request",
267 * a parser nor the roff parser found a .Dd or .TH macro
271 if ((format = roff_getformat(curp->roff)) == 0) {
296 curp->roff, curp, curp->defos,
307 curp->roff, curp, curp->defos,
480 * the roff preprocessor. It's line-oriented but can be
482 * readjust our starting point and re-run it. The roff
510 rr = roff_parseln(curp->roff, curp->line, &ln, &of);
589 while ((span = roff_span(curp->roff)) != NULL)
596 mdoc_addeqn(curp->mdoc, roff_eqn(curp->roff));
598 man_addeqn(curp->man, roff_eqn(curp->roff));
698 curp->roff, curp, curp->defos,
707 roff_endparse(curp->roff);
899 curp->roff = roff_alloc(curp, curp->mchars, options);
902 curp->roff, curp, curp->defos,
906 curp->roff, curp, curp->defos,
916 roff_reset(curp->roff);
941 if (curp->roff)
942 roff_free(curp->roff);