Home | History | Annotate | Download | only in src

Lines Matching refs:curstate

202 	Expr_state curstate;
203 Expr_state * const es = &curstate;
207 memset(&curstate, 0, sizeof(curstate));
208 curstate.expression = curstate.tokp = expr;
209 curstate.tok = BAD;
210 curstate.arith = arith;
215 if (curstate.evaling)
216 curstate.evaling->flag &= ~EXPRINEVAL;