Home
last modified time | relevance | path

Searched refs:xtcsetattr (Results 1 – 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/tcsh/
Dsh.file.c130 (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()
Dsh.decls.h301 extern int xtcsetattr (int, int, const struct termios *);
Dsh.misc.c670 xtcsetattr(int fildes, int optional_actions, const struct termios *termios_p) in xtcsetattr() function
Ded.term.c729 RETRY(xtcsetattr(fd, TCSADRAIN, &td->d_t)); in tty_setty()