Searched refs:optional_actions (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/tools/driver/
H A DPlatform.cpp49 int tcsetattr(int fd, int optional_actions, const struct termios *termios_p) { argument
H A DPlatform.h74 extern int tcsetattr(int fd, int optional_actions,
/freebsd-11-stable/contrib/tcsh/
H A Dsh.misc.c680 xtcsetattr(int fildes, int optional_actions, const struct termios *termios_p) argument
684 while ((res = tcsetattr(fildes, optional_actions, termios_p)) == -1 &&

Completed in 640 milliseconds