Searched refs:nnext (Results 1 – 10 of 10) sorted by relevance
/titanic_50/usr/src/cmd/oawk/ |
H A D | parse.c | 57 x->nnext = NULL; in node0() 69 x->nnext = NULL; 82 x->nnext = NULL; 96 x->nnext = NULL; 111 x->nnext = NULL; 229 for (c = a; c->nnext != NULL; c=c->nnext) 231 c->nnext = b;
|
H A D | run.c | 101 for (a = u; /* dummy */; a = a->nnext) { in execute() 115 if (a->nnext == (NODE *)NULL) in execute() 477 a = a->nnext; in format() 521 a = a->nnext; in format() 581 y = a[0]->nnext; in a_sprintf() 1105 for (x = a[0]; x != NULL; x = x->nnext) { in print() 1111 if (x->nnext == NULL) { in print()
|
H A D | awk.def | 103 struct nd *nnext;
|
H A D | b.c | 49 #define parent(v) v->nnext
|
/titanic_50/usr/src/cmd/awk/ |
H A D | parse.c | 45 x->nnext = NULL; in nodealloc() 245 for (c = a; c->nnext != NULL; c = c->nnext) in linkum() 247 c->nnext = b; in linkum() 265 for (p = vl; p; p = p->nnext) in defn() 278 for (n = 0; p != 0; p = p->nnext, n++) { in isarg()
|
H A D | run.c | 96 for (a = u; ; a = a->nnext) { in r_execute() 120 if (a->nnext == (Node *)NULL) in r_execute() 203 for (ncall = 0, x = a[1]; x != NULL; x = x->nnext) /* args in call */ in call() 216 for (i = 0, x = a[1]; x != NULL; i++, x = x->nnext) { in call() 436 for (np = a[1]; np; np = np->nnext) { in array() 443 if (np->nnext) { in array() 483 for (np = a[1]; np; np = np->nnext) { in delete() 490 if (np->nnext) { in delete() 520 for (p = a[0]; p; p = p->nnext) { in intest() 528 if (p->nnext) { in intest() [all …]
|
H A D | awk.h | 167 struct Node *nnext; member
|
H A D | b.c | 45 #define parent(v) (v)->nnext
|
/titanic_50/usr/src/cmd/mandoc/ |
H A D | mdoc_validate.c | 1347 struct mdoc_node *nbl, *nh, *nch, *nnext; in post_bl_head() local 1396 for (nch = nh->child; nch != NULL; nch = nnext) { in post_bl_head() 1399 nnext = nch->next; in post_bl_head() 1411 struct mdoc_node *nchild, *nnext; /* of the Bl body */ in post_bl() local 1454 nnext = nchild->next; in post_bl() 1464 assert(NULL == nnext); in post_bl() 1466 nbody->child = nnext; in post_bl() 1467 nnext->prev = NULL; in post_bl() 1485 nchild = nnext; in post_bl()
|
/titanic_50/usr/src/uts/common/dtrace/ |
H A D | dtrace.c | 14453 uint32_t size, next, nnext, i; in dtrace_helper_trace() local 14476 nnext = next + size; in dtrace_helper_trace() 14478 nnext = size; in dtrace_helper_trace() 14480 } while (dtrace_cas32(&dtrace_helptrace_next, next, nnext) != next); in dtrace_helper_trace() 14485 if (nnext == size) { in dtrace_helper_trace()
|