Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/iconv_modules/hi_IN/
H A Discii91%UTF-8.c53 short pState; /* Previous State */ member
291 st->pState = S_BASIC; in _icv_open()
325 st->pState = S_BASIC; in _icv_iconv()
358 if (st->pState == S_ATR) { in _icv_iconv()
380 if (st->pState == S_BASIC) { /* Flush */ in _icv_iconv()
402 st->pState = S_BASIC; /* reset state */ in _icv_iconv()
406 st->pState = curState; in _icv_iconv()