Lines Matching refs:n_right
290 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()
1106 exprtest(np->n_right) != 0) ? const1 : const0); in exprreduce()
1119 f2 = (double)exprreal(np->n_right); in exprreduce()
1124 if (np->n_right->n_type != COLON) in exprreduce()
1127 np = np->n_right->n_left; else in exprreduce()
1128 np = np->n_right->n_right; in exprreduce()
1191 asn_oper->n_right = np->n_right; in exprreduce()
1202 return ((*np->n_left->n_function)(np->n_right)); in exprreduce()
1211 if (regmatch(getregexp(np->n_right), cp) == REG_OK) in exprreduce()
1217 if (regmatch(getregexp(np->n_right), cp) != REG_OK) in exprreduce()
1222 return (assign(np->n_left, np->n_right)); in exprreduce()
1256 r2 = exprreal(np->n_right); in arithmetic()
1259 right = exprreduce(np->n_right); in arithmetic()
1355 right = np->n_right; in comparison()
1701 actlist = np->n_right; in userfunc()
1796 if (action(fnp->n_right) == RETURN) in userfunc()
1842 *npp = np->n_right; in getlist()
1860 xp = np->n_right; in s_if()
1866 xp = xp->n_right; in s_if()
1884 if ((act = action(np->n_right)) != 0) { in s_while()
1919 if ((act = action(np->n_right)) != 0) { in s_for()
1955 statement = np->n_right; in s_forin()
1960 np = left->n_right; in s_forin()