Home
last modified time | relevance | path

Searched refs:TIOCGLTC (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/bin/ksh/
H A Dtty.c36 # ifdef TIOCGLTC
37 if (ioctl(fd, TIOCGLTC, &ts->ltchars) < 0)
84 # ifdef TIOCGLTC
H A Dtty.h83 # ifdef TIOCGLTC
/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Drltty.c112 #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 Dterminal.c685 # 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 Dioctl_compat.h164 #define TIOCGLTC _IOR('t',116,struct ltchars)/* get local special chars*/ macro
/netbsd-src/distrib/utils/more/
H A Dscreen.c210 (void)ioctl(2, TIOCGLTC, &l);
/netbsd-src/sys/compat/common/
H A Dtty_43.c208 case TIOCGLTC: { in compat_43_ttioctl()
/netbsd-src/share/man/tools/
H A Dsp.ignore1456 TIOCGLTC
H A Dnewsp.errs2780 TIOCGLTC
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cc1981 unsigned IOCTL_TIOCGLTC = TIOCGLTC;
H A Dsanitizer_interceptors_ioctl_netbsd.inc1060 _(TIOCGLTC, WRITE, struct_ltchars_sz);
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp2144 unsigned IOCTL_TIOCGLTC = TIOCGLTC;
H A Dsanitizer_interceptors_ioctl_netbsd.inc1059 _(TIOCGLTC, WRITE, struct_ltchars_sz);
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cc2143 unsigned IOCTL_TIOCGLTC = TIOCGLTC;
H A Dsanitizer_interceptors_ioctl_netbsd.inc1059 _(TIOCGLTC, WRITE, struct_ltchars_sz);
/netbsd-src/external/gpl2/texinfo/dist/
H A DChangeLog.463457 * info/terminal.c (TIOCGETP, TIOCGETC, TIOCGLTC) [alpha && linux]: