Searched refs:inc_oper (Results 1 – 4 of 4) sorted by relevance
1147 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()
225 NODE *inc_oper; /* used by INC/DEC in awk3.c */ variable
444 extern NODE *inc_oper;
271 inc_oper = emptynode(ADD, 0); in awkvarinit()272 inc_oper->n_right = const1; in awkvarinit()