Lines Matching refs:pstate
41 char *pstate = (char *)ps; in mbrtowc() local
43 if (pstate == NULL) in mbrtowc()
44 pstate = internal_state; in mbrtowc()
58 size_t nstate = pstate[0]; in mbrtowc()
70 buf[2] = pstate[3]; in mbrtowc()
73 buf[1] = pstate[2]; in mbrtowc()
76 buf[0] = pstate[1]; in mbrtowc()
108 pstate[0] = 0; in mbrtowc()
295 pstate[++k] = s[0]; in mbrtowc()
298 pstate[++k] = s[1]; in mbrtowc()
300 pstate[++k] = s[2]; in mbrtowc()
305 pstate[0] = m; in mbrtowc()