Lines Matching refs:next

293 			mdoc->last = mdoc->last->next;
297 mdoc->next = ROFF_NEXT_SIBLING;
699 nch = nch->next;
811 n->child->next->line, n->child->next->pos,
812 "Fo ... %s", n->child->next->string);
826 for (n = mdoc->last->child; n != NULL; n = n->next) {
901 mdoc->next = ROFF_NEXT_SIBLING;
943 mdoc->next = ROFF_NEXT_CHILD;
949 mdoc->next = ROFF_NEXT_CHILD;
967 mdoc->next = ROFF_NEXT_CHILD;
1077 for (nch = nit->child; nch != NULL; nch = nch->next)
1114 for (ni = n->body->child; ni != NULL; ni = ni->next) {
1128 if (ni->next == NULL) {
1188 for (nn = n->body->child; nn != NULL; nn = nn->next) {
1281 for (nch = nh->child; nch != NULL; nch = nch->next)
1292 nnext = nch->next;
1330 nchild->next != NULL &&
1331 nchild->next->tok == MDOC_It)) {
1332 nchild = nchild->next;
1348 nnext = nchild->next;
1367 nchild->next = nblock;
1373 nprev->next = nchild;
1455 n = n->next;
1488 struct roff_node *np, *nch, *next, *prev;
1508 next = NULL;
1509 for (nch = np->child->next; nch != NULL; nch = next) {
1530 if ((next = nch->next) != NULL)
1531 next->prev = nch->prev;
1534 prev->next = nch->next;
1536 nch->prev = nch->next = NULL;
1564 nch->next = np->child;
1567 if (prev->next)
1568 prev->next->prev = nch;
1569 nch->next = prev->next;
1570 prev->next = nch;
1585 for (nch = mdoc->last->child; nch != NULL; nch = nch->next) {
1646 for (n = mdoc->last->child; n != NULL; n = n->next) {
1653 if (n->next != NULL)
1689 n->child->next == NULL)
1695 sec = n->child->next->string;
1719 n = n->next;
1732 if (n->next == NULL)
1736 n = n->next;
1744 for (n = n->child; n != NULL; n = n->next)
1932 if (np->child != NULL && np->child->next != NULL)
1934 np->child->next->line, np->child->next->pos,
1935 "sp ... %s", np->child->next->string);
2053 nn = nn->next;
2077 if ((nn = nn->next) == NULL)
2086 if ((nn = nn->next) != NULL)
2105 if ((n = mdoc->last->child) != NULL && (n = n->next) != NULL)
2186 mdoc->next = ROFF_NEXT_CHILD;