Home
last modified time | relevance | path

Searched refs:__m_tty_set (Results 1 – 16 of 16) sorted by relevance

/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dcbreak.c57 return __m_return_code("cbreak", __m_tty_set(&cur_term->_prog)); in cbreak()
76 return __m_return_code("nocbreak", __m_tty_set(&cur_term->_prog)); in nocbreak()
97 return __m_return_code("halfdelay", __m_tty_set(&cur_term->_prog));
113 return __m_return_code("raw", __m_tty_set(&cur_term->_prog)); in raw()
132 return __m_return_code("noraw", __m_tty_set(&cur_term->_prog)); in noraw()
H A Dqiflush.c52 (void) __m_tty_set(&cur_term->_prog);
65 (void) __m_tty_set(&cur_term->_prog);
H A Dnonl.c62 if ((code = __m_tty_set(&cur_term->_prog)) == OK) in nl()
87 if ((code = __m_tty_set(&cur_term->_prog)) == OK) in nonl()
H A Dwgetch.c138 if (__m_tty_set(&cur_term->_prog) == ERR)
202 (void) __m_tty_set(&cur_term->_prog);
H A Dsavetty.c61 return __m_return_code("resetty", __m_tty_set(&cur_term->_save)); in resetty()
H A Dintrflsh.c60 return __m_return_code("intrflush", __m_tty_set(&cur_term->_prog));
H A Dmeta.c57 if (__m_tty_set(&cur_term->_prog) == ERR) in meta()
H A Dsetup.c583 __m_tty_set(tp) in __m_tty_set() function
635 "reset_shell_mode", __m_tty_set(&cur_term->_shell) in reset_shell_mode()
647 "reset_prog_mode", __m_tty_set(&cur_term->_prog) in reset_prog_mode()
H A Dprivate.h187 extern int __m_tty_set(struct termios *);
H A Dwgetn_ws.c173 (void) __m_tty_set(&saved);
H A Dnewterm.c350 (void) __m_tty_set(&cur_term->_prog);
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dwgetch.c179 (void) __m_tty_set(&newstuff); in __m_tty_override_mode()
254 (void) __m_tty_set(&save); in pollTypeahead()
352 (void) __m_tty_set(&save); in wgetch()
359 (void) __m_tty_set(&save); in wgetch()
H A Dsavetty.c58 return (__m_tty_set(PTERMIOS(_save))); in resetty()
H A Dsetup.c598 return (__m_tty_set(PTERMIOS(_prog))); in __m_tty_set_prog_mode()
605 __m_tty_set(struct termios *tp) in __m_tty_set() function
642 return (__m_tty_set(PTERMIOS(_shell))); in reset_shell_mode()
H A Dprivate.h178 extern int __m_tty_set(struct termios *);
H A Dwgetn_ws.c189 (void) __m_tty_set(&saved); in __m_wgetn_wstr()