Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dcbreak.c60 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()
H A Dqiflush.c57 (void) __m_tty_set_prog_mode(); in qiflush()
66 (void) __m_tty_set_prog_mode(); in noqiflush()
H A Dnonl.c65 if ((code = __m_tty_set_prog_mode()) == OK) in nl()
86 if ((code = __m_tty_set_prog_mode()) == OK) in nonl()
H A Dintrflsh.c66 return (__m_tty_set_prog_mode()); in intrflush()
H A Dmeta.c62 if (__m_tty_set_prog_mode() == ERR) in meta()
H A Dprivate.h192 extern int __m_tty_set_prog_mode(void);
H A Dsetup.c598 __m_tty_set_prog_mode(void) in __m_tty_set_prog_mode() function
650 return (__m_tty_set_prog_mode()); in reset_prog_mode()
H A Dnewterm.c363 (void) __m_tty_set_prog_mode(); in newterm()