Lines Matching refs:options
63 int options; /* parser options */
192 "non-alphabetic character in tbl options",
296 curp->options & MPARSE_QUICK ? 1 : 0);
528 if ( ! (curp->options & MPARSE_SO) &&
689 curp->options & MPARSE_QUICK ? 1 : 0);
765 curp->filenc = curp->options &
816 mparse_alloc(int options, enum mandoclevel wlevel, mandocmsg mmsg,
823 curp->options = options;
828 curp->roff = roff_alloc(curp, options);
830 curp->options & MPARSE_QUICK ? 1 : 0);
831 if (curp->options & MPARSE_MDOC) {
834 } else if (curp->options & MPARSE_MAN) {