Home
last modified time | relevance | path

Searched refs:TIOCGETC (Results 1 – 20 of 20) sorted by relevance

/netbsd/external/gpl2/texinfo/dist/info/
H A Dterminal.c672 # if defined(TIOCGETC) && defined(M_XENIX)
676 # undef TIOCGETC
679 # if defined (TIOCGETC)
786 # if defined (TIOCGETC) in terminal_prep_terminal()
790 ioctl (tty, TIOCGETC, &original_tchars); in terminal_prep_terminal()
857 # if defined (TIOCGETC) in terminal_unprep_terminal()
H A Dtermdep.h43 # undef TIOCGETC
/netbsd/external/gpl3/gdb/dist/readline/readline/
H A Drltty.c109 #if defined (TIOCGETC)
186 #if defined (TIOCGETC) in get_tty_settings()
187 if (ioctl (tty, TIOCGETC, &(tiop->tchars)) == 0) in get_tty_settings()
246 #if defined (TIOCGETC) in prepare_terminal_settings()
278 #if defined (TIOCGETC) in prepare_terminal_settings()
/netbsd/external/gpl3/gdb.old/dist/readline/readline/
H A Drltty.c109 #if defined (TIOCGETC)
186 #if defined (TIOCGETC) in get_tty_settings()
187 if (ioctl (tty, TIOCGETC, &(tiop->tchars)) == 0) in get_tty_settings()
246 #if defined (TIOCGETC) in prepare_terminal_settings()
278 #if defined (TIOCGETC) in prepare_terminal_settings()
/netbsd/sys/sys/
H A Dioctl_compat.h92 #define TIOCGETC _IOR('t',18,struct tchars)/* get special characters */ macro
/netbsd/bin/ksh/
H A Dtty.c34 if (ioctl(fd, TIOCGETC, &ts->tchars) < 0)
/netbsd/sys/compat/common/
H A Dtty_43.c173 case TIOCGETC: { in compat_43_ttioctl()
/netbsd/share/man/tools/
H A Dsp.ignore1453 TIOCGETC
H A Dnewsp.errs2777 TIOCGETC
/netbsd/external/gpl3/gdb/dist/gdb/tui/
H A DChangeLog-1998-20031120 (_tuiReset): Ignore the #definition of TIOCGETC if USG is defined;
1122 (TIOCGETC is one of the Berkeley terminal control ioctls).
/netbsd/external/gpl3/gdb.old/dist/gdb/tui/
H A DChangeLog-1998-20031120 (_tuiReset): Ignore the #definition of TIOCGETC if USG is defined;
1122 (TIOCGETC is one of the Berkeley terminal control ioctls).
/netbsd/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cc1975 unsigned IOCTL_TIOCGETC = TIOCGETC;
H A Dsanitizer_interceptors_ioctl_netbsd.inc1054 _(TIOCGETC, WRITE, struct_tchars_sz);
/netbsd/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cc2137 unsigned IOCTL_TIOCGETC = TIOCGETC;
H A Dsanitizer_interceptors_ioctl_netbsd.inc1053 _(TIOCGETC, WRITE, struct_tchars_sz);
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cc2137 unsigned IOCTL_TIOCGETC = TIOCGETC;
H A Dsanitizer_interceptors_ioctl_netbsd.inc1053 _(TIOCGETC, WRITE, struct_tchars_sz);
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-3.x2302 installation; TIOGETC ==> TIOCGETC.
/netbsd/external/gpl3/gdb/dist/gdb/
H A DChangeLog-3.x2302 installation; TIOGETC ==> TIOCGETC.
/netbsd/external/gpl2/texinfo/dist/
H A DChangeLog.463457 * info/terminal.c (TIOCGETP, TIOCGETC, TIOCGLTC) [alpha && linux]:
3738 * info/terminal.c (TIOCGETC) [M_XENIX && TIOCGETC]: #undef.