Searched refs:__m_tty_set_prog_mode (Results 1 – 8 of 8) sorted by relevance
60 return (__m_tty_set_prog_mode()); in cbreak()76 return (__m_tty_set_prog_mode()); in nocbreak()92 return (__m_tty_set_prog_mode()); in halfdelay()105 return (__m_tty_set_prog_mode()); in raw()122 return (__m_tty_set_prog_mode()); in noraw()
57 (void) __m_tty_set_prog_mode(); in qiflush()66 (void) __m_tty_set_prog_mode(); in noqiflush()
65 if ((code = __m_tty_set_prog_mode()) == OK) in nl()86 if ((code = __m_tty_set_prog_mode()) == OK) in nonl()
66 return (__m_tty_set_prog_mode()); in intrflush()
62 if (__m_tty_set_prog_mode() == ERR) in meta()
192 extern int __m_tty_set_prog_mode(void);
598 __m_tty_set_prog_mode(void) in __m_tty_set_prog_mode() function650 return (__m_tty_set_prog_mode()); in reset_prog_mode()
363 (void) __m_tty_set_prog_mode(); in newterm()