Searched refs:asn_oper (Results 1 – 4 of 4) sorted by relevance
1174 asn_oper->n_type = ADD; in exprreduce()1177 asn_oper->n_type = SUB; in exprreduce()1180 asn_oper->n_type = MUL; in exprreduce()1183 asn_oper->n_type = DIV; in exprreduce()1186 asn_oper->n_type = REM; in exprreduce()1189 asn_oper->n_type = EXP; in exprreduce()1191 asn_oper->n_right = np->n_right; in exprreduce()1194 asn_oper->n_left = np; in exprreduce()1195 return (assign(np, asn_oper)); in exprreduce()
226 NODE *asn_oper; /* used by AADD, etc in awk3.c */ variable
445 extern NODE *asn_oper;
273 asn_oper = emptynode(ADD, 0); in awkvarinit()