Searched refs:nit (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc_validate.c1030 struct roff_node *nbl, *nit, *nch; local
1036 nit = mdoc->last;
1037 if (nit->type != ROFFT_BLOCK)
1040 nbl = nit->parent->parent;
1049 if (nit->head->child == NULL)
1051 mdoc->parse, nit->line, nit->pos,
1059 if (nit->body == NULL || nit->body->child == NULL)
1061 mdoc->parse, nit
[all...]

Completed in 134 milliseconds