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

/ast/src/cmd/ie/
H A Dterminal.h29 # include <termios.h>
40 # include <sys/termios.h>
84 # define termios termio macro
103 # define termios sgttyb macro
186 extern int tty_get(int,struct termios*);
/ast/src/cmd/ksh93/include/
H A Dterminal.h29 * This will use POSIX <termios.h> interface where available
33 # include <termios.h>
48 # include <sys/termios.h>
80 # if SHOPT_OLDTERMIO /* use both termios and termio */
104 # define termios termio macro
120 # define termios sgttyb macro
190 extern int tty_get(int,struct termios*);
193 extern int tty_set(int, int, struct termios*);
197 extern int sh_tcgetattr(int,struct termios*);
198 extern int sh_tcsetattr(int,int,struct termios*);
[all...]
/ast/src/cmd/mailx/
H A Dtty.c82 # include <termios.h>
97 # include <sys/termios.h>
129 # if SHOPT_OLDTERMIO /* use both termios and termio */
153 # define termios termio macro
169 # define termios sgttyb macro
236 struct termios old;
237 struct termios tty;
282 struct termios old;
283 struct termios tty;

Completed in 20 milliseconds