Home | History | Annotate | Download | only in src

Lines Matching refs:curstate

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