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

/opensolaris-onvv-gate/usr/src/cmd/awk_xpg4/
H A Dawk3.c1174 asn_oper->n_type = ADD;
1177 asn_oper->n_type = SUB;
1180 asn_oper->n_type = MUL;
1183 asn_oper->n_type = DIV;
1186 asn_oper->n_type = REM;
1189 asn_oper->n_type = EXP;
1191 asn_oper->n_right = np->n_right;
1194 asn_oper->n_left = np;
1195 return (assign(np, asn_oper));
H A Dawk0.c226 NODE *asn_oper; /* used by AADD, etc in awk3.c */ variable
H A Dawk.h445 extern NODE *asn_oper;
H A Dawk1.c273 asn_oper = emptynode(ADD, 0);

Completed in 107 milliseconds