Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mandoc/
H A Dmdoc_validate.c1410 struct mdoc_node *nblock, *nbody; /* of the Bl */ in post_bl() local
1413 nbody = mdoc->last; in post_bl()
1414 switch (nbody->type) { in post_bl()
1427 nchild = nbody->child; in post_bl()
1430 nbody->line, nbody->pos, "Bl"); in post_bl()
1451 nblock = nbody->parent; in post_bl()
1461 if (0 == --nbody->nchild) { in post_bl()
1462 nbody->child = NULL; in post_bl()
1463 nbody->last = NULL; in post_bl()
1466 nbody->child = nnext; in post_bl()