Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk3.c1146 inc_oper->n_type = SUB; in exprreduce()
1149 inc_oper->n_type = ADD; in exprreduce()
1157 inc_oper->n_left = np; in exprreduce()
1158 (void) assign(np, inc_oper); in exprreduce()
1162 inc_oper->n_type = SUB; in exprreduce()
1165 inc_oper->n_type = ADD; in exprreduce()
1169 inc_oper->n_left = np; in exprreduce()
1170 return (assign(np, inc_oper)); in exprreduce()
H A Dawk0.c223 NODE *inc_oper; /* used by INC/DEC in awk3.c */ variable
H A Dawk.h442 extern NODE *inc_oper;
H A Dawk1.c269 inc_oper = emptynode(ADD, 0); in awkvarinit()
270 inc_oper->n_right = const1; in awkvarinit()