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

/freebsd-9.3-release/contrib/tcsh/
H A Dsh.file.c130 (void) xtcsetattr(SHIN, on, &tchars);
188 (void) xtcsetattr(SHOUT, TCSANOW, &tty);
194 (void) xtcsetattr(SHOUT, TCSANOW, &tty_normal);
243 (void) xtcsetattr(SHOUT, TCSANOW, &tty);
257 (void) xtcsetattr(SHOUT, TCSANOW, &tty_normal);
402 (void) xtcsetattr(SHOUT, TCSANOW, &tty);
H A Dsh.decls.h296 extern int xtcsetattr (int, int, const struct termios *);
H A Dsh.misc.c646 xtcsetattr(int fildes, int optional_actions, const struct termios *termios_p) function
H A Ded.term.c729 RETRY(xtcsetattr(fd, TCSADRAIN, &td->d_t));

Completed in 158 milliseconds