Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/tools/driver/
H A DPlatform.cpp50 int tcsetattr(int fd, int optional_actions, const struct termios *termios_p) { in tcsetattr() argument
H A DPlatform.h70 extern int tcsetattr(int fd, int optional_actions,
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DPlatform.h57 extern int tcsetattr(int fd, int optional_actions,
/freebsd-12.1/contrib/tcsh/
H A Dsh.misc.c670 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()