Home
last modified time | relevance | path

Searched refs:n_scope (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk3.c1045 tag = tnp->n_scope; in exprreduce()
1058 tag = tnp->n_scope; in exprreduce()
1065 tag = tnp->n_scope; in exprreduce()
1729 scope_tag = actual->n_scope; in userfunc()
1748 temp->n_scope = scope_tag; in userfunc()
1807 if (temp->n_type == ARRAY && (temp->n_scope == slevel)) in userfunc()
H A Dawk.h140 #define n_scope n_un.n_term.N_hash /* local variable scope level */ macro