Searched refs:optional_actions (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/tools/driver/ |
| H A D | Platform.cpp | 50 int tcsetattr(int fd, int optional_actions, const struct termios *termios_p) { in tcsetattr() argument
|
| H A D | Platform.h | 70 extern int tcsetattr(int fd, int optional_actions,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/ |
| H A D | Platform.h | 57 extern int tcsetattr(int fd, int optional_actions,
|
| /freebsd-12.1/contrib/tcsh/ |
| H A D | sh.misc.c | 670 xtcsetattr(int fildes, int optional_actions, const struct termios *termios_p) in xtcsetattr() argument 674 while ((res = tcsetattr(fildes, optional_actions, termios_p)) == -1 && in xtcsetattr()
|