Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libxcurses2/h/
H A Dm_wio.h59 } t_wide_io; typedef
61 extern wint_t m_wio_get(t_wide_io *);
62 extern int m_wio_put(wint_t, t_wide_io *);
/titanic_44/usr/src/lib/libxcurses/h/
H A Dm_wio.h60 } t_wide_io; typedef
62 extern wint_t m_wio_get(t_wide_io *);
63 extern int m_wio_put(wint_t, t_wide_io *);
/titanic_44/usr/src/lib/libxcurses/src/libc/wide/
H A Dwio_get.c59 t_wide_io *wio; in eat_shift_bytes()
108 t_wide_io *wio; in m_wio_get()
115 if (wio == (t_wide_io *) 0 || wio->get == (int (*)(void *)) 0) {
H A Dwio_put.c58 t_wide_io *wio;
63 if (wio == (t_wide_io *) 0 || wio->put == (int (*)(int, void *)) 0) {
/titanic_44/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; in fld_insert()
271 wio = (t_wide_io *) __m_screen->_in; in fld_insert()
H A Dm_cc.c83 t_wide_io convert = { 0 };
217 static t_wide_io convert = { 0 };
/titanic_44/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dwget_wch.c82 t_wide_io *wio; in wget_wch()
101 wio = (t_wide_io *) __m_screen->_in; in wget_wch()
H A Dwgetn_ws.c289 t_wide_io *wio; in fld_insert()
295 wio = (t_wide_io *) __m_screen->_in; in fld_insert()
H A Dnewterm.c206 t_wide_io *wio; in newterm()
273 if ((wio = (t_wide_io *) calloc(1, sizeof (*wio))) == NULL) in newterm()
H A Dm_cc.c81 t_wide_io convert = { 0 }; in wistombs()
220 static t_wide_io convert = { 0 }; in __m_cc_mbs()
/titanic_44/usr/src/lib/libxcurses2/src/libc/wide/
H A Dwio_put.c59 m_wio_put(wint_t wc, t_wide_io *wio) in m_wio_put()
H A Dwio_get.c65 m_wio_get(t_wide_io *wio) in m_wio_get()