Home
last modified time | relevance | path

Searched refs:n_right (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/cmd/awk_xpg4/
H A Dawk3.c290 np->n_right = right; in node()
571 wp = wp->n_right; in execute()
600 if (exprint(np->n_right) != 0) in execute()
603 if (exprint(np->n_right) == 0) in execute()
610 if (action(np->n_right)) { in execute()
658 wp = wp->n_right; in action()
673 (void) assign(np->n_left, np->n_right); in action()
952 register NODE *rnp = np->n_right; in exprconcat()
1041 np = np->n_right; in exprreduce()
1102 exprtest(np->n_right) != 0) ? const1 : const0); in exprreduce()
[all …]
H A Dawk.y422 && np->n_right == $3)
547 np->n_right = fliplist(np->n_right);
554 lp->n_right = fliplist(lp->n_right);
555 for (spp = &lp->n_right;
557 spp = &(*spp)->n_right)
H A Dawk2.c496 fp = openfile(np->n_right, 1, 1); in s_print()
534 fp = openfile(np->n_right, 1, 1); in s_prf()
556 if (np->n_right == NULL && phase == END) { in f_getline()
561 if ((fp = openfile(np->n_right, 0, 0)) != FNULL) { in f_getline()
H A Dawk4.c629 asortfunc->n_right->n_left = array; in f_asort()
664 np = np->n_right; in nargs()
H A Dawk.h152 #define n_right n_un.n_op.N_right macro
H A Dawk1.c272 inc_oper->n_right = const1; in awkvarinit()
1066 np->n_left = np->n_right = NNULL; in renode()