Searched refs:termio (Results 1 - 5 of 5) sorted by relevance

/haiku/src/bin/unzip/
H A Dttyio.c59 # define USE_POSIX_TERMIOS /* use POSIX style termio (termios) */
132 # include <termio.h>
135 # include <sys/termio.h>
141 # define sgttyb termio
357 /* see termio(4) under, e.g., SunOS */
/haiku/src/bin/network/telnetd/
H A Ddefs.h94 # include <termio.h>
/haiku/src/bin/network/telnet/
H A Dexterns.h58 # define termio termios macro
380 extern struct termio new_tc;
H A Dsys_bsd.c76 struct termio old_tc = { 0, 0, 0, 0, {}, 0, 0 };
378 struct termio tmp_tc;
H A Dcommands.c863 struct termio new_tc = { 0, 0, 0, 0, {}, 0, 0 };

Completed in 285 milliseconds