Home
last modified time | relevance | path

Searched refs:inc_oper (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/awk_xpg4/
H A Dawk3.c1147 inc_oper->n_type = SUB; in exprreduce()
1150 inc_oper->n_type = ADD; in exprreduce()
1158 inc_oper->n_left = np; in exprreduce()
1159 (void) assign(np, inc_oper); in exprreduce()
1163 inc_oper->n_type = SUB; in exprreduce()
1166 inc_oper->n_type = ADD; in exprreduce()
1170 inc_oper->n_left = np; in exprreduce()
1171 return (assign(np, inc_oper)); in exprreduce()
H A Dawk0.c225 NODE *inc_oper; /* used by INC/DEC in awk3.c */ variable
H A Dawk.h444 extern NODE *inc_oper;
H A Dawk1.c271 inc_oper = emptynode(ADD, 0); in awkvarinit()
272 inc_oper->n_right = const1; in awkvarinit()