Searched defs:termios_p (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/tcsh/ |
H A D | mi.termios.c | 55 speed_t cfgetispeed(termios_p) in cfgetispeed() argument 61 speed_t cfgetospeed(termios_p) in cfgetospeed() argument 67 speed_t cfsetispeed(termios_p, speed) in cfsetispeed() argument 75 speed_t cfsetospeed(termios_p, speed) in cfsetospeed() argument 151 int tcgetattr(filedes, termios_p) in tcgetattr() argument 282 int tcsetattr(filedes, opt_actions, termios_p) in tcsetattr() argument
|
H A D | sh.misc.c | 699 xtcsetattr(int fildes, int optional_actions, const struct termios *termios_p) in xtcsetattr()
|
/freebsd/contrib/llvm-project/lldb/tools/driver/ |
H A D | Platform.cpp | 49 int tcsetattr(int fd, int optional_actions, const struct termios *termios_p) { in tcsetattr() 53 int tcgetattr(int fildes, struct termios *termios_p) { in tcgetattr()
|