Home
last modified time | relevance | path

Searched refs:MDOC_ROOT (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/cmd/mandoc/
H A Dtree.c70 case (MDOC_ROOT): in print_mdoc()
134 case (MDOC_ROOT): in print_mdoc()
H A Dmdoc.h186 MDOC_ROOT enumerator
H A Dmdoc.c162 mdoc->last->type = MDOC_ROOT; in mdoc_alloc1()
350 assert(MDOC_ROOT != p->type); in node_append()
H A Dmdoc_validate.c371 case (MDOC_ROOT): in mdoc_valid_pre()
404 case (MDOC_ROOT): in mdoc_valid_post()
563 if ((MDOC_ROOT == t || tok == n->parent->tok) && in check_parent()
568 n->pos, "want parent %s", MDOC_ROOT == t ? in check_parent()
892 return(check_parent(mdoc, n, MDOC_MAX, MDOC_ROOT)); in pre_sh()
H A Dmdoc_html.c414 case (MDOC_ROOT): in print_mdoc_node()
476 case (MDOC_ROOT): in print_mdoc_node()
H A Dmdoc_macro.c371 if (MDOC_ROOT == p->type) in rew_dohalt()