Searched refs:termios_p (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/tcsh/
H A Dmi.termios.c57 speed_t cfgetispeed(termios_p)
58 struct termios *termios_p;
60 return termios_p->c_ispeed;
63 speed_t cfgetospeed(termios_p)
64 struct termios *termios_p;
66 return termios_p->c_ospeed;
69 speed_t cfsetispeed(termios_p, speed)
70 struct termios *termios_p;
73 termios_p->c_ispeed = speed;
77 speed_t cfsetospeed(termios_p, spee
[all...]
H A Dsh.misc.c646 xtcsetattr(int fildes, int optional_actions, const struct termios *termios_p) argument
650 while ((res = tcsetattr(fildes, optional_actions, termios_p)) == -1 &&

Completed in 81 milliseconds