Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc_validate.c1910 struct roff_node *nbody; /* of the Bl */ in post_bl() local
1915 nbody = mdoc->last; in post_bl()
1916 switch (nbody->type) { in post_bl()
1928 if (nbody->end != ENDBODY_NOT) in post_bl()
1944 nchild = roff_node_child(nbody); in post_bl()
1946 mdoc->last = nbody; in post_bl()
1948 nbody->line, nbody->pos, "Bl"); in post_bl()
1952 mdoc->last = nbody; in post_bl()
1955 mandoc_msg(MANDOCERR_BL_MOVE, nbody->child->line, in post_bl()
1956 nbody->child->pos, "%s", roff_name[nbody->child->tok]); in post_bl()
[all …]