Searched refs:nnext (Results 1 – 6 of 6) sorted by relevance
39 x->nnext = NULL; in nodealloc()227 for (c = a; c->nnext != NULL; c = c->nnext) in linkum()229 c->nnext = b; in linkum()250 for (p = vl; p; p = p->nnext) in defn()262 for (n = 0; p != NULL; p = p->nnext, n++) in isarg()
153 for (a = u; ; a = a->nnext) { in execute()175 if (a->nnext == NULL) in execute()248 for (ncall = 0, x = a[1]; x != NULL; x = x->nnext) /* args in call */ in call()257 for (i = 0, x = a[1]; x != NULL; i++, x = x->nnext) { /* get call args */ in call()488 for (; p; p = p->nnext) { in makearraystring()492 size_t nsub = p->nnext ? seplen : 0; in makearraystring()1140 a = a->nnext; in format()1184 a = a->nnext; in format()1382 for ( ; a; a = a->nnext) { /* evaluate any remaining args */ in format()1400 y = a[0]->nnext; in awksprintf()[all …]
162 struct Node *nnext; member
491 for ( ; vl; vl = vl->nnext) {
43 #define parent(v) (v)->nnext
1847 struct roff_node *nbl, *nh, *nch, *nnext; in post_bl_head() local1898 for (nch = nh->child; nch != NULL; nch = nnext) { in post_bl_head()1901 nnext = nch->next; in post_bl_head()1911 struct roff_node *nchild, *nnext; /* of the Bl body */ in post_bl() local1982 nnext = nchild->next; in post_bl()1991 if (nnext == NULL) in post_bl()1993 nchild = nnext; in post_bl()1994 nnext = nchild->next; in post_bl()2007 if ((nnext = nchild->head->child) == NULL) in post_bl()2009 if (nnext->type == ROFFT_BLOCK) in post_bl()[all …]