Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/mandoc/
H A Dmdoc_validate.c1595 struct mdoc_node *nblock, *nbody; /* of the Bl */ in post_bl() local
1598 nbody = mdoc->last; in post_bl()
1599 switch (nbody->type) { in post_bl()
1610 nchild = nbody->child; in post_bl()
1624 nblock = nbody->parent; in post_bl()
1634 if (0 == --nbody->nchild) { in post_bl()
1635 nbody->child = NULL; in post_bl()
1636 nbody->last = NULL; in post_bl()
1639 nbody->child = nnext; in post_bl()