Lines Matching refs:nit
1709 struct roff_node *nbl, *nit, *nch; in post_it() local
1715 nit = mdoc->last; in post_it()
1716 if (nit->type != ROFFT_BLOCK) in post_it()
1719 nbl = nit->parent->parent; in post_it()
1728 if (nit->head->child == NULL) in post_it()
1730 nit->line, nit->pos, "Bl -%s It", in post_it()
1737 if (nit->body == NULL || nit->body->child == NULL) in post_it()
1739 nit->line, nit->pos, "Bl -%s It", in post_it()
1743 if ((nch = nit->head->child) != NULL) in post_it()
1745 nit->line, nit->pos, "It %s", in post_it()
1752 assert(nit->head->child == NULL); in post_it()
1754 if (nit->head->next->child == NULL && in post_it()
1755 nit->head->next->next == NULL) { in post_it()
1757 nit->line, nit->pos, "It"); in post_it()
1758 roff_node_delete(mdoc, nit); in post_it()
1763 for (nch = nit->child; nch != NULL; nch = nch->next) { in post_it()
1771 mandoc_msg(MANDOCERR_BL_COL, nit->line, nit->pos, in post_it()
1773 else if (nit->head->next->child != NULL && in post_it()
1774 nit->head->next->child->flags & NODE_LINE) in post_it()
1776 nit->line, nit->pos, "Bl -column It"); in post_it()