Home
last modified time | relevance | path

Searched refs:__m_tty_wc (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dkillwch.c56 code = __m_tty_wc(VERASE, wcp); in erasewchar()
68 code = __m_tty_wc(VKILL, wcp); in killwchar()
H A Dwgetn_ws.c148 (void) __m_tty_wc(VEOL, &wc); in __m_wgetn_wstr()
150 (void) __m_tty_wc(VEOF, &wc); in __m_wgetn_wstr()
153 (void) __m_tty_wc(VKILL, &wc); in __m_wgetn_wstr()
155 (void) __m_tty_wc(VERASE, &wc); in __m_wgetn_wstr()
H A Dprivate.h202 extern int __m_tty_wc(int, wchar_t *);
H A Dm_cc.c263 __m_tty_wc(int index, wchar_t *wcp) in __m_tty_wc() function
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dkillwch.c56 code = __m_tty_wc(VERASE, wcp);
71 code = __m_tty_wc(VKILL, wcp);
H A Dwgetn_ws.c139 (void) __m_tty_wc(VEOL, &wc);
141 (void) __m_tty_wc(VEOF, &wc);
143 (void) __m_tty_wc(VKILL, &wc);
145 (void) __m_tty_wc(VERASE, &wc);
H A Dm_cc.c261 __m_tty_wc(index, wcp) in __m_tty_wc() function
/titanic_41/usr/src/lib/libxcurses/h/
H A Dcurses.h338 extern int __m_tty_wc(int, wchar_t *);
932 #define erasewchar(wp) __m_tty_wc(VERASE, wp)
933 #define killwchar(wp) __m_tty_wc(VKILL, wp)