Lines Matching refs:next

272 				if (n->child->next->child != NULL)
275 n->child->next->child);
279 n = n->next;
301 n = n->next;
350 if (n->next != NULL && ! (n->next->flags & MDOC_LINE))
785 if (NULL != n->next &&
786 NULL != n->next->child &&
787 (MDOC_Bl == n->next->child->tok ||
788 MDOC_Bd == n->next->child->tok))
801 if (NULL == n->next || NULL == n->next->child)
808 if (NULL == n->next) {
843 NULL != n->next &&
844 NULL != n->next->child &&
845 (MDOC_Bl == n->next->child->tok ||
846 MDOC_Bd == n->next->child->tok))
868 if (NULL == n->next && p->rmargin < p->maxrmargin)
997 NULL != n->next && NULL != n->next->child) {
1005 if (n->child->next)
1026 NULL != n->next && NULL != n->next->child) {
1043 (n->next == NULL ||
1044 n->next->type == ROFFT_TEXT ||
1045 n->next->flags & MDOC_LINE)))
1056 if (NULL == n->next || MDOC__A != n->next->tok)
1116 for (nch = n->child; nch != NULL; nch = nch->next) {
1124 if (nch->next == NULL)
1127 if (nch->prev != NULL || nch->next->next != NULL) {
1131 if (nch->next->next == NULL)
1135 if (n->child != NULL && n->child->next != NULL)
1166 for (nch = n->child; nch != NULL; nch = nch->next) {
1171 if (nch->next == NULL)
1174 if (nch->prev != NULL || nch->next->next != NULL) {
1179 if (nch->next->next == NULL)
1183 if (n->child != NULL && n->child->next != NULL)
1228 if (NULL == (n = n->next))
1477 for (n = n->next; n; n = n->next) {
1485 if (n->next) {
1513 for (nn = n->child; nn; nn = nn->next) {
1519 if (nn->next || (n->next && n->next->tok == MDOC_Fa)) {
1580 for (nn = n->child; nn; nn = nn->next) {
1611 (nn->next && ! (nn->next->flags & MDOC_LINE)))
1658 if (NULL != (n = n->next)) {
1712 if ( ! (n->next == NULL || n->next->flags & MDOC_LINE))
1842 term_word(p, n->child != NULL && n->child->next == NULL &&
1899 term_word(p, n->child != NULL && n->child->next == NULL &&
1919 n->norm->Es->child->next == NULL)
1922 term_word(p, n->norm->Es->child->next->string);
2101 if (MDOC__A == n->tok && n->next && MDOC__A == n->next->tok)
2102 if (NULL == n->next->next || MDOC__A != n->next->next->tok)
2112 if (NULL == n->next) {
2135 if (NULL != (descr = link->next)) {
2139 descr = descr->next;