HomeSort by: relevance | last modified time | path
    Searched refs:TERMIOS (Results 1 - 6 of 6) sorted by relevancy

  /src/games/warp/
config.h 23 /* TERMIOS:
28 #define TERMIOS /**/
term.h 20 /* Compat with old termios. */
184 #ifdef TERMIOS
185 EXT struct termios _tty, _oldtty;
203 #if defined(TERMIO) || defined(TERMIOS)
warp.h 114 #elif defined TERMIOS
115 # include <termios.h>
term.c 72 #if defined(TERMIO) || defined(TERMIOS)
770 #if !defined(TERMIO) && !defined(TERMIOS)
  /src/distrib/utils/more/
screen.c 57 #define TERMIOS 1
62 #if TERMIOS
63 #include <termios.h>
143 #if TERMIO || TERMIOS
149 struct termios s;
150 static struct termios save_term;
  /src/games/larn/
io.c 84 #ifdef TERMIOS
85 #include <termios.h>
86 #define sgttyb termios
91 #if defined(TERMIO) || defined(TERMIOS)
108 #else /* not TERMIO or TERMIOS */
117 #endif /* not TERMIO or TERMIOS */

Completed in 16 milliseconds