Home
last modified time | relevance | path

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

/openbsd/usr.bin/mandoc/
H A Dmdoc_validate.c1901 nbody = mdoc->last; in post_bl()
1902 switch (nbody->type) { in post_bl()
1914 if (nbody->end != ENDBODY_NOT) in post_bl()
1930 nchild = roff_node_child(nbody); in post_bl()
1932 mdoc->last = nbody; in post_bl()
1934 nbody->line, nbody->pos, "Bl"); in post_bl()
1938 mdoc->last = nbody; in post_bl()
1942 nbody->child->pos, "%s", roff_name[nbody->child->tok]); in post_bl()
1943 if (nbody->parent->prev == NULL) { in post_bl()
1947 mdoc->last = nbody->parent->prev; in post_bl()
[all …]