Home
last modified time | relevance | path

Searched refs:__m_tty_set_prog_mode (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dcbreak.c58 return (__m_tty_set_prog_mode()); in cbreak()
74 return (__m_tty_set_prog_mode()); in nocbreak()
90 return (__m_tty_set_prog_mode()); in halfdelay()
103 return (__m_tty_set_prog_mode()); in raw()
120 return (__m_tty_set_prog_mode()); in noraw()
H A Dqiflush.c55 (void) __m_tty_set_prog_mode(); in qiflush()
64 (void) __m_tty_set_prog_mode(); in noqiflush()
H A Dnonl.c63 if ((code = __m_tty_set_prog_mode()) == OK) in nl()
84 if ((code = __m_tty_set_prog_mode()) == OK) in nonl()
H A Dintrflsh.c64 return (__m_tty_set_prog_mode()); in intrflush()
H A Dmeta.c60 if (__m_tty_set_prog_mode() == ERR) in meta()
H A Dprivate.h190 extern int __m_tty_set_prog_mode(void);
H A Dsetup.c596 __m_tty_set_prog_mode(void) in __m_tty_set_prog_mode() function
648 return (__m_tty_set_prog_mode()); in reset_prog_mode()
H A Dnewterm.c361 (void) __m_tty_set_prog_mode(); in newterm()