Searched refs:t_wide_io (Results 1 - 14 of 14) sorted by relevance

/osnet-11/usr/src/lib/libxcurses/h/
H A Dm_wio.h60 } t_wide_io; typedef in typeref:struct:__anon2732
62 extern wint_t m_wio_get(t_wide_io *);
63 extern int m_wio_put(wint_t, t_wide_io *);
/osnet-11/usr/src/lib/libxcurses2/h/
H A Dm_wio.h59 } t_wide_io; typedef in typeref:struct:__anon2746
61 extern wint_t m_wio_get(t_wide_io *);
62 extern int m_wio_put(wint_t, t_wide_io *);
/osnet-11/usr/src/lib/libxcurses/src/libc/wide/
H A Dwio_put.c58 t_wide_io *wio;
63 if (wio == (t_wide_io *) 0 || wio->put == (int (*)(int, void *)) 0) {
H A Dwio_get.c59 t_wide_io *wio;
108 t_wide_io *wio;
115 if (wio == (t_wide_io *) 0 || wio->get == (int (*)(void *)) 0) {
/osnet-11/usr/src/lib/libxcurses2/src/libc/wide/
H A Dwio_put.c59 m_wio_put(wint_t wc, t_wide_io *wio)
H A Dwio_get.c65 m_wio_get(t_wide_io *wio)
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dwget_wch.c82 t_wide_io *wio;
102 wio = (t_wide_io *) __m_screen->_in;
H A Dnewterm.c206 t_wide_io *wio;
277 if ((wio = (t_wide_io *) calloc(1, sizeof *wio)) == (t_wide_io *) 0)
H A Dwgetn_ws.c265 t_wide_io *wio;
271 wio = (t_wide_io *) __m_screen->_in;
H A Dm_cc.c83 t_wide_io convert = { 0 };
217 static t_wide_io convert = { 0 };
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dwget_wch.c82 t_wide_io *wio;
101 wio = (t_wide_io *) __m_screen->_in;
H A Dwgetn_ws.c289 t_wide_io *wio;
295 wio = (t_wide_io *) __m_screen->_in;
H A Dnewterm.c206 t_wide_io *wio;
273 if ((wio = (t_wide_io *) calloc(1, sizeof (*wio))) == NULL)
H A Dm_cc.c81 t_wide_io convert = { 0 };
220 static t_wide_io convert = { 0 };

Completed in 50 milliseconds