Lines Matching refs:pstate
41 char *pstate = (char *)ps; in mbrtowc() local
55 if (pstate == NULL) in mbrtowc()
56 pstate = internal_state; in mbrtowc()
59 size_t nstate = pstate[0]; in mbrtowc()
71 buf[2] = pstate[3]; in mbrtowc()
74 buf[1] = pstate[2]; in mbrtowc()
77 buf[0] = pstate[1]; in mbrtowc()
109 pstate[0] = 0; in mbrtowc()
302 pstate[++k] = s[0]; in mbrtowc()
305 pstate[++k] = s[1]; in mbrtowc()
307 pstate[++k] = s[2]; in mbrtowc()
312 pstate[0] = m; in mbrtowc()