Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dsh.file.c127 (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 Dsh.decls.h300 extern int xtcsetattr (int, int, const struct termios *);
H A Dsh.misc.c699 xtcsetattr(int fildes, int optional_actions, const struct termios *termios_p) in xtcsetattr() function
H A Ded.term.c726 RETRY(xtcsetattr(fd, TCSADRAIN, &td->d_t)); in tty_setty()