Searched refs:termio (Results 1 – 25 of 40) sorted by relevance
12
| /netbsd/src/external/bsd/top/dist/ |
| D | screen.c | 140 static struct termio old_settings; 141 static struct termio new_settings;
|
| /netbsd/src/distrib/utils/more/ |
| D | screen.c | 146 struct termio s; 147 static struct termio save_term;
|
| /netbsd/src/bin/ksh/ |
| D | tty.h | 65 typedef struct termio TTY_state;
|
| /netbsd/src/external/bsd/ntp/dist/include/ |
| D | ntp_tty.h | 38 #define TTY struct termio
|
| /netbsd/src/external/gpl3/gdb/dist/sim/ppc/ |
| D | emul_unix.c | 74 #undef termio 75 #define termio termios macro 1262 struct termio *host, in convert_to_solaris_termio() 1450 struct termio host_termio; in do_solaris_ioctl() 2233 struct termio *host, in convert_to_linux_termio() 2412 struct termio host_termio; in do_linux_ioctl()
|
| /netbsd/src/external/gpl3/gdb/dist/sim/ |
| D | config.h.in | 366 /* Define to 1 if you have the <sys/termio.h> header file. */ 408 /* Define if struct termio has c_line. */ 411 /* Define if struct termio exists. */
|
| /netbsd/src/crypto/external/bsd/openssl/lib/libdes/ |
| D | oread_pwd.c | 144 #define TTY_STRUCT struct termio
|
| /netbsd/src/external/bsd/ppp/dist/chat/ |
| D | chat.c | 181 #define term_parms struct termio 184 struct termio saved_tty_parameters;
|
| /netbsd/src/games/larn/ |
| D | io.c | 80 #define sgttyb termio
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/ |
| D | configure.ac | 380 sys/termio.h \ 387 termio.h \
|
| /netbsd/src/external/bsd/ntp/dist/ntpd/ |
| D | refclock_leitch.c | 281 { struct termio ttyb; in leitch_start()
|
| D | refclock_parse.c | 2993 struct termio tio; /* NEEDED FOR A LONG TIME ! */ in parse_start() 4874 struct termio tio; in trimbletaip_init() 5298 struct termio tio; /* NEEDED FOR A LONG TIME ! */ in trimbletsip_init()
|
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/ui/ |
| D | ui_openssl.c | 116 # define TTY_STRUCT struct termio
|
| /netbsd/src/external/bsd/less/dist/ |
| D | screen.c | 321 struct termio *s in set_termio_flags() 557 struct termio s; in raw_mode() 558 static struct termio save_term; in raw_mode()
|
| D | defines.wn | 350 /* Define if you have the <termio.h> header file. */
|
| D | defines.o9 | 347 /* Define if you have the <termio.h> header file. */
|
| D | defines.o2 | 335 /* Define if you have the <termio.h> header file. */
|
| D | defines.ds | 369 /* Define if you have the <termio.h> header file. */
|
| D | defines.h.in | 382 /* Define to 1 if you have the <termio.h> header file. */
|
| /netbsd/src/external/gpl3/gcc/dist/config/ |
| D | tcl.m4 | 2220 AC_CACHE_CHECK([termios vs. termio vs. sgtty], tcl_cv_api_serial, [ 2235 #include <termio.h> 2238 struct termio t; 2244 }], tcl_cv_api_serial=termio, tcl_cv_api_serial=no, tcl_cv_api_serial=no) 2278 #include <termio.h> 2282 struct termio t; 2289 }], tcl_cv_api_serial=termio, tcl_cv_api_serial=no, tcl_cv_api_serial=no) 2309 termio) AC_DEFINE(USE_TERMIO);;
|
| /netbsd/src/external/gpl3/gdb/dist/config/ |
| D | tcl.m4 | 2220 AC_CACHE_CHECK([termios vs. termio vs. sgtty], tcl_cv_api_serial, [ 2235 #include <termio.h> 2238 struct termio t; 2244 }], tcl_cv_api_serial=termio, tcl_cv_api_serial=no, tcl_cv_api_serial=no) 2278 #include <termio.h> 2282 struct termio t; 2289 }], tcl_cv_api_serial=termio, tcl_cv_api_serial=no, tcl_cv_api_serial=no) 2309 termio) AC_DEFINE(USE_TERMIO);;
|
| /netbsd/src/external/gpl3/binutils/dist/config/ |
| D | tcl.m4 | 2220 AC_CACHE_CHECK([termios vs. termio vs. sgtty], tcl_cv_api_serial, [ 2235 #include <termio.h> 2238 struct termio t; 2244 }], tcl_cv_api_serial=termio, tcl_cv_api_serial=no, tcl_cv_api_serial=no) 2278 #include <termio.h> 2282 struct termio t; 2289 }], tcl_cv_api_serial=termio, tcl_cv_api_serial=no, tcl_cv_api_serial=no) 2309 termio) AC_DEFINE(USE_TERMIO);;
|
| /netbsd/src/external/bsd/ntp/dist/parseutil/ |
| D | dcfd.c | 1530 struct termio term; in main()
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/include/ |
| D | config.h.in | 1057 /* Define to 1 if you have the <sys/termio.h> header file. */ 1099 /* Define to 1 if you have the <termio.h> header file. */
|
| D | config.h.w32 | 1045 /* Define to 1 if you have the <sys/termio.h> header file. */ 1084 /* Define to 1 if you have the <termio.h> header file. */
|
12