Searched refs:xtcsetattr (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/tcsh/ |
H A D | sh.file.c | 127 (void) xtcsetattr(SHIN, on, &tchars); in setup_tty() 185 (void) xtcsetattr(SHOUT, TCSANOW, &tty); in back_to_col_1() 191 (void) xtcsetattr(SHOUT, TCSANOW, &tty_normal); in back_to_col_1() 240 (void) xtcsetattr(SHOUT, TCSANOW, &tty); in pushback() 254 (void) xtcsetattr(SHOUT, TCSANOW, &tty_normal); in pushback() 399 (void) xtcsetattr(SHOUT, TCSANOW, &tty); in retype()
|
H A D | sh.decls.h | 300 extern int xtcsetattr (int, int, const struct termios *);
|
H A D | sh.misc.c | 699 xtcsetattr(int fildes, int optional_actions, const struct termios *termios_p) in xtcsetattr() function
|
H A D | ed.term.c | 726 RETRY(xtcsetattr(fd, TCSADRAIN, &td->d_t)); in tty_setty()
|