Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/oawk/
H A Dparse.c55 x->nnext = NULL; in node0()
67 x->nnext = NULL; in node1()
80 x->nnext = NULL; in node2()
94 x->nnext = NULL; in node3()
109 x->nnext = NULL; in node4()
227 for (c = a; c->nnext != NULL; c=c->nnext) in linkum()
229 c->nnext = b; in linkum()
H A Drun.c101 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 Dawk.def101 struct nd *nnext;
H A Db.c47 #define parent(v) v->nnext
/illumos-gate/usr/src/cmd/awk/
H A Dparse.c67 x->nnext = NULL; in nodealloc()
271 for (c = a; c->nnext != NULL; c = c->nnext) in linkum()
273 c->nnext = b; in linkum()
297 for (p = vl; p != NULL; p = p->nnext) in defn()
312 for (n = 0; p != NULL; p = p->nnext, n++) in isarg()
H A Drun.c161 for (a = u; ; a = a->nnext) { in execute()
185 if (a->nnext == NULL) in execute()
531 if (np->nnext) { in array()
597 if (np->nnext) { in awkdelete()
646 if (p->nnext) { in intest()
964 a = a->nnext; in format()
1022 a = a->nnext; in format()
1106 y = a[0]->nnext; in awksprintf()
1132 y = a[0]->nnext; in awkprintf()
1725 nextarg = a[1]->nnext; in bltin()
[all …]
H A Dawk.h200 struct Node *nnext; member
H A Dawk.g.y519 for (; vl; vl = vl->nnext) {
H A Db.c70 #define parent(v) (v)->nnext
/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc_validate.c1901 nnext = nch->next; in post_bl_head()
1982 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()
2010 nnext = nnext->body->child; in post_bl()
2011 if (nnext == NULL || nnext->tok != MDOC_Er) in post_bl()
2013 nnext = nnext->child; in post_bl()
2018 nnext->line, nnext->pos, in post_bl()
2023 nnext->line, nnext->pos, in post_bl()
[all …]
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c14832 uint32_t size, next, nnext, i; in dtrace_helper_trace() local
14855 nnext = next + size; in dtrace_helper_trace()
14857 nnext = size; in dtrace_helper_trace()
14859 } while (dtrace_cas32(&dtrace_helptrace_next, next, nnext) != next); in dtrace_helper_trace()
14864 if (nnext == size) { in dtrace_helper_trace()