Home | History | Annotate | Download | only in src

Lines Matching refs:curstate

125 	Expr_state curstate;
126 Expr_state * const es = &curstate;
130 memset(&curstate, 0, sizeof(curstate));
131 curstate.expression = curstate.tokp = expr;
132 curstate.tok = BAD;
133 curstate.arith = arith;
138 if (curstate.evaling)
139 curstate.evaling->flag &= ~EXPRINEVAL;