Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/awk_xpg4/
H A Dawk3.c1174 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()
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); in awkvarinit()