Lines Matching defs:man
43 #include "man.h"
48 struct man *pman; /* persistent man parser */
50 struct man *man; /* man parser */
266 * If neither command line arguments -mdoc or -man select
303 /* Fall back to man(7) as a last resort. */
310 curp->man = curp->pman;
576 if ( ! (curp->man || curp->mdoc))
590 if (curp->man == NULL)
593 man_addspan(curp->man, span);
595 if (curp->man == NULL)
598 man_addeqn(curp->man, roff_eqn(curp->roff));
599 } else if ((curp->man == NULL ?
601 man_parseln(curp->man, curp->line, ln.buf, of)) == 2)
691 curp->man == NULL &&
700 curp->man = curp->pman;
705 if (curp->man)
706 man_endparse(curp->man);
920 if (curp->man)
921 man_reset(curp->man);
927 curp->man = NULL;
953 struct mdoc **mdoc, struct man **man, char **sodest)
958 *man = NULL;
963 if (man)
964 *man = curp->man;