HomeSort by relevance Sort by last modified time
    Searched refs:curstate (Results 1 - 2 of 2) sorted by null

  /external/libxml2/os400/iconv/
iconv.c 32 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/
expr.c 125 Expr_state curstate; local
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
    [all...]

Completed in 82 milliseconds