Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dkillwch.c54 code = __m_tty_wc(VERASE, wcp); in erasewchar()
66 code = __m_tty_wc(VKILL, wcp); in killwchar()
H A Dwgetn_ws.c146 (void) __m_tty_wc(VEOL, &wc); in __m_wgetn_wstr()
148 (void) __m_tty_wc(VEOF, &wc); in __m_wgetn_wstr()
151 (void) __m_tty_wc(VKILL, &wc); in __m_wgetn_wstr()
153 (void) __m_tty_wc(VERASE, &wc); in __m_wgetn_wstr()
H A Dprivate.h200 extern int __m_tty_wc(int, wchar_t *);
H A Dm_cc.c261 __m_tty_wc(int index, wchar_t *wcp) in __m_tty_wc() function
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dkillwch.c54 code = __m_tty_wc(VERASE, wcp);
69 code = __m_tty_wc(VKILL, wcp);
H A Dwgetn_ws.c137 (void) __m_tty_wc(VEOL, &wc);
139 (void) __m_tty_wc(VEOF, &wc);
141 (void) __m_tty_wc(VKILL, &wc);
143 (void) __m_tty_wc(VERASE, &wc);
H A Dm_cc.c259 __m_tty_wc(index, wcp) in __m_tty_wc() function
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h336 extern int __m_tty_wc(int, wchar_t *);
930 #define erasewchar(wp) __m_tty_wc(VERASE, wp)
931 #define killwchar(wp) __m_tty_wc(VKILL, wp)