__m_tty_set
return __m_return_code("raw", __m_tty_set(&cur_term->_prog));
return __m_return_code("noraw", __m_tty_set(&cur_term->_prog));
return __m_return_code("cbreak", __m_tty_set(&cur_term->_prog));
return __m_return_code("nocbreak", __m_tty_set(&cur_term->_prog));
return __m_return_code("halfdelay", __m_tty_set(&cur_term->_prog));
return __m_return_code("intrflush", __m_tty_set(&cur_term->_prog));
if (__m_tty_set(&cur_term->_prog) == ERR)
(void) __m_tty_set(&cur_term->_prog);
if ((code = __m_tty_set(&cur_term->_prog)) == OK)
if ((code = __m_tty_set(&cur_term->_prog)) == OK)
extern int __m_tty_set(struct termios *);
(void) __m_tty_set(&cur_term->_prog);
(void) __m_tty_set(&cur_term->_prog);
return __m_return_code("resetty", __m_tty_set(&cur_term->_save));
"reset_shell_mode", __m_tty_set(&cur_term->_shell)
"reset_prog_mode", __m_tty_set(&cur_term->_prog)
if (__m_tty_set(&cur_term->_prog) == ERR)
(void) __m_tty_set(&cur_term->_prog);
(void) __m_tty_set(&saved);
extern int __m_tty_set(struct termios *);
return (__m_tty_set(PTERMIOS(_save)));
return (__m_tty_set(PTERMIOS(_prog)));
return (__m_tty_set(PTERMIOS(_shell)));
(void) __m_tty_set(&newstuff);
(void) __m_tty_set(&save);
(void) __m_tty_set(&save);
(void) __m_tty_set(&save);
(void) __m_tty_set(&saved);