Lines Matching defs:mdoc
29 #include "mdoc.h"
609 man_mdoc(void *arg, const struct roff_meta *mdoc)
613 printf(".\\\" Automatically generated from an mdoc input file."
615 for (n = mdoc->first->child; n != NULL; n = n->next) {
622 mdoc->title, (mdoc->msec == NULL ? "" : mdoc->msec),
623 mdoc->date, mdoc->os, mdoc->vol);
635 print_node(mdoc, n);