Searched refs:next_act (Results 1 – 5 of 5) sorted by relevance
80 static int next_act[14][21]={ /* next action table[current state][input] */ variable131 cur_act = next_act[cur_stat][cur_input];
60 int next_act[14][21]={ /* next action table[current state][input] */ variable
59 int next_act[14][21]={ /* next action table[current state][input] */ variable
104 action = next_act[cd->cur_stat][cur_input]; in _icv_iconv()
122 action = next_act[cd->cur_stat][cur_input]; in _icv_iconv()