Lines Matching refs:_wcio
53 (_EXT(fp) ? &(_EXT(fp)->_wcio) : (struct wchar_io_data *)0)
57 struct wchar_io_data *_wcio = WCIO_GET(fp); \
58 if (_wcio && _wcio->wcio_mode == 0) \
59 _wcio->wcio_mode = (mode);\
67 struct wchar_io_data *_wcio = WCIO_GET(fp); \
68 if (_wcio) { \
69 _wcio->wcio_mode = 0;\
70 _wcio->wcio_ungetwc_inbuf = 0;\
76 struct wchar_io_data *_wcio = WCIO_GET(fp); \
77 if (_wcio) { \
78 _wcio->wcio_ungetwc_inbuf = 0;\
83 memset(&(_EXT(fp)->_wcio), 0, sizeof(struct wchar_io_data))