Home
last modified time | relevance | path

Searched refs:cur_act (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/iconv_modules/ko/common/
H A Dnbyte_to_UTF2.c46 cd->cur_act = 0; in _icv_open()
84 cd->cur_act = 0; in _icv_iconv()
173 cd->cur_act = action; in _icv_iconv()
H A Dbyte_to_comb.c52 static int cur_act; /* current action of automata */ variable
131 cur_act = next_act[cur_stat][cur_input];
133 switch (cur_act) {
H A Dnbyte_euc.h36 int cur_act; member
H A Dnbyte_utf.h35 int cur_act; member
H A Dnbyte_to_euc.c65 cd->cur_act = 0; in _icv_open()
103 cd->cur_act = 0; in _icv_iconv()
191 cd->cur_act = action; in _icv_iconv()