Home
last modified time | relevance | path

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

/freebsd/contrib/mandoc/
H A Dmdoc_validate.c1955 struct roff_node *nbody; /* of the Bl */ in post_bl() local
1960 nbody = mdoc->last; in post_bl()
1961 switch (nbody->type) { in post_bl()
1973 if (nbody->end != ENDBODY_NOT) in post_bl()
1989 nchild = roff_node_child(nbody); in post_bl()
1991 mdoc->last = nbody; in post_bl()
1993 nbody->line, nbody->pos, "Bl"); in post_bl()
1997 mdoc->last = nbody; in post_bl()
2000 mandoc_msg(MANDOCERR_BL_MOVE, nbody->child->line, in post_bl()
2001 nbody->child->pos, "%s", roff_name[nbody->child->tok]); in post_bl()
[all …]