Searched refs:TIOCGLTC (Results 1 – 16 of 16) sorted by relevance
/netbsd-src/bin/ksh/ |
H A D | tty.c | 36 # ifdef TIOCGLTC 37 if (ioctl(fd, TIOCGLTC, &ts->ltchars) < 0) 84 # ifdef TIOCGLTC
|
H A D | tty.h | 83 # ifdef TIOCGLTC
|
/netbsd-src/external/gpl3/gdb/dist/readline/readline/ |
H A D | rltty.c | 112 #if defined (TIOCGLTC) 191 #if defined (TIOCGLTC) in get_tty_settings() 192 if (ioctl (tty, TIOCGLTC, &(tiop->ltchars)) == 0) in get_tty_settings() 249 #if defined (TIOCGLTC) in prepare_terminal_settings() 300 #if defined (TIOCGLTC) in prepare_terminal_settings() 840 # if defined (TIOCGLTC) in _rl_bind_tty_special_chars()
|
/netbsd-src/external/gpl2/texinfo/dist/info/ |
H A D | terminal.c | 685 # if defined (TIOCGLTC) 811 # if defined (TIOCGLTC) in terminal_prep_terminal() 815 ioctl (tty, TIOCGLTC, &original_ltchars); in terminal_prep_terminal() 861 # if defined (TIOCGLTC) in terminal_unprep_terminal()
|
/netbsd-src/sys/sys/ |
H A D | ioctl_compat.h | 164 #define TIOCGLTC _IOR('t',116,struct ltchars)/* get local special chars*/ macro
|
/netbsd-src/distrib/utils/more/ |
H A D | screen.c | 210 (void)ioctl(2, TIOCGLTC, &l);
|
/netbsd-src/sys/compat/common/ |
H A D | tty_43.c | 208 case TIOCGLTC: { in compat_43_ttioctl()
|
/netbsd-src/share/man/tools/ |
H A D | sp.ignore | 1456 TIOCGLTC
|
H A D | newsp.errs | 2780 TIOCGLTC
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_netbsd.cc | 1981 unsigned IOCTL_TIOCGLTC = TIOCGLTC;
|
H A D | sanitizer_interceptors_ioctl_netbsd.inc | 1060 _(TIOCGLTC, WRITE, struct_ltchars_sz);
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_platform_limits_netbsd.cpp | 2144 unsigned IOCTL_TIOCGLTC = TIOCGLTC;
|
H A D | sanitizer_interceptors_ioctl_netbsd.inc | 1059 _(TIOCGLTC, WRITE, struct_ltchars_sz);
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_platform_limits_netbsd.cc | 2143 unsigned IOCTL_TIOCGLTC = TIOCGLTC;
|
H A D | sanitizer_interceptors_ioctl_netbsd.inc | 1059 _(TIOCGLTC, WRITE, struct_ltchars_sz);
|
/netbsd-src/external/gpl2/texinfo/dist/ |
H A D | ChangeLog.46 | 3457 * info/terminal.c (TIOCGETP, TIOCGETC, TIOCGLTC) [alpha && linux]:
|