Searched refs:curstate (Results 1 - 2 of 2) sorted by relevance

/external/libxml2/os400/iconv/
H A Diconv.c32 t_staterange curstate; local
51 curstate = 0;
55 if (curstate < sizeof final_array / sizeof final_array[0])
56 if (final_array[curstate]) {
57 final = final_array[curstate];
61 l = trans_array[curstate] - 1;
62 h = trans_array[curstate + 1];
75 curstate = goto_array[l];
/external/mksh/src/
H A Dexpr.c202 Expr_state curstate; local
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
[all...]

Completed in 189 milliseconds