Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/include/
H A Dncurses_mingw.h71 int optional_actions,
/freebsd/contrib/llvm-project/lldb/tools/driver/
H A DPlatform.cpp49 int tcsetattr(int fd, int optional_actions, const struct termios *termios_p) { in tcsetattr() argument
H A DPlatform.h71 extern int tcsetattr(int fd, int optional_actions,
/freebsd/contrib/tcsh/
H A Dsh.misc.c699 xtcsetattr(int fildes, int optional_actions, const struct termios *termios_p) in xtcsetattr() argument
703 while ((res = tcsetattr(fildes, optional_actions, termios_p)) == -1 && in xtcsetattr()