Searched refs:__m_tty_set (Results 1 – 16 of 16) sorted by relevance
57 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()
52 (void) __m_tty_set(&cur_term->_prog);65 (void) __m_tty_set(&cur_term->_prog);
62 if ((code = __m_tty_set(&cur_term->_prog)) == OK) in nl()87 if ((code = __m_tty_set(&cur_term->_prog)) == OK) in nonl()
138 if (__m_tty_set(&cur_term->_prog) == ERR)202 (void) __m_tty_set(&cur_term->_prog);
61 return __m_return_code("resetty", __m_tty_set(&cur_term->_save)); in resetty()
60 return __m_return_code("intrflush", __m_tty_set(&cur_term->_prog));
57 if (__m_tty_set(&cur_term->_prog) == ERR) in meta()
583 __m_tty_set(tp) in __m_tty_set() function635 "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()
187 extern int __m_tty_set(struct termios *);
173 (void) __m_tty_set(&saved);
350 (void) __m_tty_set(&cur_term->_prog);
179 (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()
58 return (__m_tty_set(PTERMIOS(_save))); in resetty()
598 return (__m_tty_set(PTERMIOS(_prog))); in __m_tty_set_prog_mode()605 __m_tty_set(struct termios *tp) in __m_tty_set() function642 return (__m_tty_set(PTERMIOS(_shell))); in reset_shell_mode()
178 extern int __m_tty_set(struct termios *);
189 (void) __m_tty_set(&saved); in __m_wgetn_wstr()