Searched refs:nnext (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/awk-20/src/
H A Dparse.c39 x->nnext = NULL;
227 for (c = a; c->nnext != NULL; c = c->nnext)
229 c->nnext = b;
250 for (p = vl; p; p = p->nnext)
262 for (n = 0; p != 0; p = p->nnext, n++)
H A Drun.c147 for (a = u; ; a = a->nnext) {
169 if (a->nnext == NULL)
243 for (ncall = 0, x = a[1]; x != NULL; x = x->nnext) /* args in call */
252 for (i = 0, x = a[1]; x != NULL; i++, x = x->nnext) { /* get call args */
468 for (np = a[1]; np; np = np->nnext) {
474 if (np->nnext)
515 for (np = a[1]; np; np = np->nnext) {
521 if (np->nnext)
554 for (p = a[0]; p; p = p->nnext) {
561 if (p->nnext)
[all...]
H A Dawk.h135 struct Node *nnext; member in struct:Node
H A Dawkgram.y481 for ( ; vl; vl = vl->nnext) {
H A Db.c45 #define parent(v) (v)->nnext
H A Dytab.c3720 for ( ; vl; vl = vl->nnext) {
H A Dytabc.bak3412 for ( ; vl; vl = vl->nnext) {
/macosx-10.10.1/xnu-2782.1.97/bsd/dev/dtrace/
H A Ddtrace.c13595 uint32_t size, next, nnext; local
13619 nnext = next + size;
13621 nnext = size;
13623 } while (dtrace_cas32(&dtrace_helptrace_next, next, nnext) != next);
13628 if (nnext == size)

Completed in 141 milliseconds