Home
last modified time | relevance | path

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

/external/one-true-awk/
Dparse.c39 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 != 0; p = p->nnext, n++) in isarg()
Drun.c146 for (a = u; ; a = a->nnext) { in execute()
168 if (a->nnext == NULL) in execute()
241 for (ncall = 0, x = a[1]; x != NULL; x = x->nnext) /* args in call */ in call()
250 for (i = 0, x = a[1]; x != NULL; i++, x = x->nnext) { /* get call args */ in call()
466 for (np = a[1]; np; np = np->nnext) { in array()
472 if (np->nnext) in array()
513 for (np = a[1]; np; np = np->nnext) { in awkdelete()
519 if (np->nnext) in awkdelete()
552 for (p = a[0]; p; p = p->nnext) { in intest()
559 if (p->nnext) in intest()
[all …]
Dawk.h134 struct Node *nnext; member
Dawkgram.y480 for ( ; vl; vl = vl->nnext) {
Db.c44 #define parent(v) (v)->nnext