Searched defs:termios (Results 1 - 8 of 8) sorted by relevance

/haiku/src/libs/bsd/
H A Dtermios.c12 cfsetspeed(struct termios *termios, speed_t speed) argument
H A Dgetpass.c21 struct termios termios; local
52 tcsetattr(fileno(stdin), TCSAFLUSH, &termios); local
/haiku/src/system/libroot/posix/unistd/
H A Dterminal.c23 struct termios termios; local
/haiku/src/system/libroot/posix/
H A Dtermios.c18 tcgetattr(int fd, struct termios *termios) argument
26 tcsetattr(int fd, int opt, const struct termios *termios) argument
106 cfgetispeed(const struct termios *termios) argument
116 cfsetispeed(struct termios *termios, speed_t speed) argument
135 cfgetospeed(const struct termios *termios) argument
145 cfsetospeed(struct termios *termios, speed_t speed) argument
161 cfmakeraw(struct termios *termios) argument
[all...]
/haiku/src/add-ons/kernel/generic/tty/
H A Dtty_private.h124 struct termios termios; member in struct:tty_settings
H A Dtty.cpp754 reset_termios(struct termios& termios) argument
804 const termios& termios = tty->settings->termios; local
959 const termios& termios = tty->settings->termios; local
1015 const termios& termios = tty->settings->termios; local
[all...]
/haiku/src/bin/consoled/
H A Dconsoled.cpp329 struct termios termios; local
/haiku/headers/posix/
H A Dtermios.h18 struct termios { struct
[all...]

Completed in 60 milliseconds