Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dm_wio.h57 } t_wide_io; typedef
59 extern wint_t m_wio_get(t_wide_io *);
60 extern int m_wio_put(wint_t, t_wide_io *);
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dm_wio.h58 } t_wide_io; typedef
60 extern wint_t m_wio_get(t_wide_io *);
61 extern int m_wio_put(wint_t, t_wide_io *);
/illumos-gate/usr/src/lib/libxcurses/src/libc/wide/
H A Dwio_get.c57 t_wide_io *wio; in eat_shift_bytes()
106 t_wide_io *wio; in m_wio_get()
113 if (wio == (t_wide_io *) 0 || wio->get == (int (*)(void *)) 0) {
H A Dwio_put.c56 t_wide_io *wio;
61 if (wio == (t_wide_io *) 0 || wio->put == (int (*)(int, void *)) 0) {
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dwget_wch.c80 t_wide_io *wio; in wget_wch()
99 wio = (t_wide_io *) __m_screen->_in; in wget_wch()
H A Dwgetn_ws.c287 t_wide_io *wio; in fld_insert()
293 wio = (t_wide_io *) __m_screen->_in; in fld_insert()
H A Dnewterm.c204 t_wide_io *wio; in newterm()
271 if ((wio = (t_wide_io *) calloc(1, sizeof (*wio))) == NULL) in newterm()
H A Dm_cc.c79 t_wide_io convert = { 0 }; in wistombs()
218 static t_wide_io convert = { 0 }; in __m_cc_mbs()
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dwget_wch.c80 t_wide_io *wio;
100 wio = (t_wide_io *) __m_screen->_in;
H A Dnewterm.c204 t_wide_io *wio;
275 if ((wio = (t_wide_io *) calloc(1, sizeof *wio)) == (t_wide_io *) 0)
H A Dwgetn_ws.c263 t_wide_io *wio; in fld_insert()
269 wio = (t_wide_io *) __m_screen->_in; in fld_insert()
H A Dm_cc.c81 t_wide_io convert = { 0 };
215 static t_wide_io convert = { 0 };
/illumos-gate/usr/src/lib/libxcurses2/src/libc/wide/
H A Dwio_put.c57 m_wio_put(wint_t wc, t_wide_io *wio) in m_wio_put()
H A Dwio_get.c63 m_wio_get(t_wide_io *wio) in m_wio_get()