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

  /src/distrib/utils/more/
screen.c 59 #if TERMIO
60 #include <termio.h>
143 #if TERMIO || TERMIOS
145 #if TERMIO
146 struct termio s;
147 static struct termio save_term;
158 #if TERMIO
168 #if TERMIO
182 #if TERMIO
194 #if TERMIO
    [all...]
  /src/crypto/external/apache2/openssl/lib/libdes/
oread_pwd.c 65 # if !defined(TERMIOS) && !defined(TERMIO) && !defined(SGTTY)
101 * TERMIO, TERMIOS, VMS, MSDOS and SGTTY
106 #undef TERMIO
110 #if defined(linux) && !defined(TERMIO)
112 #define TERMIO
118 #define TERMIO
122 #if !defined(TERMIO) && !defined(TERMIOS) && !defined(VMS) && !defined(MSDOS) && !defined(MAC_OS_pre_X) && !defined(MAC_OS_GUSI_SOURCE)
124 #undef TERMIO
130 #undef TERMIO
142 #ifdef TERMIO
    [all...]
  /src/crypto/external/bsd/openssl/lib/libdes/
oread_pwd.c 65 # if !defined(TERMIOS) && !defined(TERMIO) && !defined(SGTTY)
101 * TERMIO, TERMIOS, VMS, MSDOS and SGTTY
106 #undef TERMIO
110 #if defined(linux) && !defined(TERMIO)
112 #define TERMIO
118 #define TERMIO
122 #if !defined(TERMIO) && !defined(TERMIOS) && !defined(VMS) && !defined(MSDOS) && !defined(MAC_OS_pre_X) && !defined(MAC_OS_GUSI_SOURCE)
124 #undef TERMIO
130 #undef TERMIO
142 #ifdef TERMIO
    [all...]
  /src/crypto/external/bsd/openssl.old/lib/libdes/
oread_pwd.c 65 # if !defined(TERMIOS) && !defined(TERMIO) && !defined(SGTTY)
101 * TERMIO, TERMIOS, VMS, MSDOS and SGTTY
106 #undef TERMIO
110 #if defined(linux) && !defined(TERMIO)
112 #define TERMIO
118 #define TERMIO
122 #if !defined(TERMIO) && !defined(TERMIOS) && !defined(VMS) && !defined(MSDOS) && !defined(MAC_OS_pre_X) && !defined(MAC_OS_GUSI_SOURCE)
124 #undef TERMIO
130 #undef TERMIO
142 #ifdef TERMIO
    [all...]
  /src/external/gpl3/gdb/dist/readline/readline/examples/rlfe/
config.h.in 88 * Define TERMIO if you have struct termio instead of struct sgttyb.
93 #undef TERMIO
96 * Define CYTERMIO if you have cyrillic termio modes.
os.h 200 # ifdef TERMIO
201 # include <termio.h>
210 # else /* TERMIO */
214 # endif /* TERMIO */
  /src/external/gpl3/gdb.old/dist/readline/readline/examples/rlfe/
config.h.in 88 * Define TERMIO if you have struct termio instead of struct sgttyb.
93 #undef TERMIO
96 * Define CYTERMIO if you have cyrillic termio modes.
os.h 200 # ifdef TERMIO
201 # include <termio.h>
210 # else /* TERMIO */
214 # endif /* TERMIO */
  /src/crypto/external/apache2/openssl/dist/crypto/ui/
ui_openssl.c 45 #if !defined(TERMIOS) && !defined(TERMIO) && !defined(SGTTY)
70 * There are 6 types of terminal interface supported, TERMIO, TERMIOS, VMS,
73 * If someone defines one of the macros TERMIO, TERMIOS or SGTTY, it will
81 #if !defined(TERMIOS) && !defined(TERMIO) && !defined(SGTTY)
85 #define TERMIO
94 #undef TERMIO
102 #undef TERMIO
114 #ifdef TERMIO
115 #include <termio.h>
116 #define TTY_STRUCT struct termio
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/ui/
ui_openssl.c 45 # if !defined(TERMIOS) && !defined(TERMIO) && !defined(SGTTY)
70 * There are 6 types of terminal interface supported, TERMIO, TERMIOS, VMS,
73 * If someone defines one of the macros TERMIO, TERMIOS or SGTTY, it will
81 # if !defined(TERMIOS) && !defined(TERMIO) && !defined(SGTTY)
85 # define TERMIO
94 # undef TERMIO
102 # undef TERMIO
114 # ifdef TERMIO
115 # include <termio.h>
116 # define TTY_STRUCT struct termio
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/ui/
ui_openssl.c 49 # if !defined(TERMIOS) && !defined(TERMIO) && !defined(SGTTY)
74 * There are 6 types of terminal interface supported, TERMIO, TERMIOS, VMS,
77 * If someone defines one of the macros TERMIO, TERMIOS or SGTTY, it will
85 # if !defined(TERMIOS) && !defined(TERMIO) && !defined(SGTTY)
89 # define TERMIO
98 # undef TERMIO
106 # undef TERMIO
118 # ifdef TERMIO
119 # include <termio.h>
120 # define TTY_STRUCT struct termio
    [all...]
  /src/external/bsd/ppp/dist/chat/
chat.c 126 #ifndef TERMIO
131 #ifdef TERMIO
132 #include <termio.h>
180 #ifdef TERMIO
181 #define term_parms struct termio
184 struct termio saved_tty_parameters;
  /src/games/larn/
io.c 78 #ifdef TERMIO
79 #include <termio.h>
80 #define sgttyb termio
91 #if defined(TERMIO) || defined(TERMIOS)
108 #else /* not TERMIO or TERMIOS */
117 #endif /* not TERMIO or TERMIOS */
  /src/games/warp/
term.h 186 #elif defined(TERMIO)
188 EXT struct termio _tty, _oldtty;
203 #if defined(TERMIO) || defined(TERMIOS)
229 #endif /* TERMIO */
warp.h 112 #ifdef TERMIO
113 # include <termio.h>
term.c 72 #if defined(TERMIO) || defined(TERMIOS)
770 #if !defined(TERMIO) && !defined(TERMIOS)
  /src/lib/libedit/
tty.h 266 * Fix for sun inconsistency. On termio VSUSP and the rest of the
269 #if defined(TERMIO) || defined(POSIX)

Completed in 39 milliseconds