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

/opensolaris-onvv-gate/usr/src/cmd/awk_xpg4/
H A Dawk3.c1147 inc_oper->n_type = SUB;
1150 inc_oper->n_type = ADD;
1158 inc_oper->n_left = np;
1159 (void) assign(np, inc_oper);
1163 inc_oper->n_type = SUB;
1166 inc_oper->n_type = ADD;
1170 inc_oper->n_left = np;
1171 return (assign(np, inc_oper));
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);
272 inc_oper->n_right = const1;

Completed in 57 milliseconds