Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dcbreak.c59 return __m_return_code("cbreak", __m_tty_set(&cur_term->_prog)); in cbreak()
78 return __m_return_code("nocbreak", __m_tty_set(&cur_term->_prog)); in nocbreak()
99 return __m_return_code("halfdelay", __m_tty_set(&cur_term->_prog));
115 return __m_return_code("raw", __m_tty_set(&cur_term->_prog)); in raw()
134 return __m_return_code("noraw", __m_tty_set(&cur_term->_prog)); in noraw()
H A Dqiflush.c54 (void) __m_tty_set(&cur_term->_prog);
67 (void) __m_tty_set(&cur_term->_prog);
H A Dnonl.c64 if ((code = __m_tty_set(&cur_term->_prog)) == OK) in nl()
89 if ((code = __m_tty_set(&cur_term->_prog)) == OK) in nonl()
H A Dwgetch.c140 if (__m_tty_set(&cur_term->_prog) == ERR)
204 (void) __m_tty_set(&cur_term->_prog);
H A Dsavetty.c63 return __m_return_code("resetty", __m_tty_set(&cur_term->_save)); in resetty()
H A Dintrflsh.c62 return __m_return_code("intrflush", __m_tty_set(&cur_term->_prog));
H A Dmeta.c59 if (__m_tty_set(&cur_term->_prog) == ERR) in meta()
H A Dsetup.c585 __m_tty_set(tp) in __m_tty_set() function
637 "reset_shell_mode", __m_tty_set(&cur_term->_shell) in reset_shell_mode()
649 "reset_prog_mode", __m_tty_set(&cur_term->_prog) in reset_prog_mode()
H A Dprivate.h189 extern int __m_tty_set(struct termios *);
H A Dwgetn_ws.c175 (void) __m_tty_set(&saved);
H A Dnewterm.c352 (void) __m_tty_set(&cur_term->_prog);
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dwgetch.c181 (void) __m_tty_set(&newstuff); in __m_tty_override_mode()
256 (void) __m_tty_set(&save); in pollTypeahead()
354 (void) __m_tty_set(&save); in wgetch()
361 (void) __m_tty_set(&save); in wgetch()
H A Dsavetty.c60 return (__m_tty_set(PTERMIOS(_save))); in resetty()
H A Dsetup.c600 return (__m_tty_set(PTERMIOS(_prog))); in __m_tty_set_prog_mode()
607 __m_tty_set(struct termios *tp) in __m_tty_set() function
644 return (__m_tty_set(PTERMIOS(_shell))); in reset_shell_mode()
H A Dprivate.h180 extern int __m_tty_set(struct termios *);
H A Dwgetn_ws.c191 (void) __m_tty_set(&saved); in __m_wgetn_wstr()