Searched refs:xtcsetattr (Results 1 – 4 of 4) sorted by relevance
| /freebsd-10-stable/contrib/tcsh/ |
| D | sh.file.c | 130 (void) xtcsetattr(SHIN, on, &tchars); in setup_tty() 188 (void) xtcsetattr(SHOUT, TCSANOW, &tty); in back_to_col_1() 194 (void) xtcsetattr(SHOUT, TCSANOW, &tty_normal); in back_to_col_1() 243 (void) xtcsetattr(SHOUT, TCSANOW, &tty); in pushback() 257 (void) xtcsetattr(SHOUT, TCSANOW, &tty_normal); in pushback() 402 (void) xtcsetattr(SHOUT, TCSANOW, &tty); in retype()
|
| D | sh.decls.h | 301 extern int xtcsetattr (int, int, const struct termios *);
|
| D | sh.misc.c | 670 xtcsetattr(int fildes, int optional_actions, const struct termios *termios_p) in xtcsetattr() function
|
| D | ed.term.c | 729 RETRY(xtcsetattr(fd, TCSADRAIN, &td->d_t)); in tty_setty()
|