Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Ded.term.c486 # if defined(VWERASE) || defined(TIOCGLTC)
489 # if defined(VSUSP) || defined(TIOCGLTC)
492 # if defined(VDSUSP) || defined(TIOCGLTC)
495 # if defined(VREPRINT) || defined(TIOCGLTC)
498 # if defined(VDISCARD) || defined(TIOCGLTC)
501 # if defined(VLNEXT) || defined(TIOCGLTC)
715 #ifdef TIOCGLTC in tty_getty()
716 RETRY(ioctl(fd, TIOCGLTC, (ioctl_t) &td->d_ltc)); in tty_getty()
746 #ifdef TIOCGLTC in tty_setty()
756 #ifdef TIOCGLTC in tty_getchar()
[all …]
H A Ded.term.h464 # undef TIOCGLTC /* not really needed */
523 # ifdef TIOCGLTC
H A Dtc.disc.c109 if (ioctl(f, TIOCGLTC, (ioctl_t) & ltcbuf) != 0)
H A Dsh.h302 # undef TIOCGLTC /* we don't need those, since POSIX has them */
356 # undef TIOCGLTC /* we don't need those, since POSIX has them */
H A DFixes972 39. undef TIOCGLTC for HP/UX 10.0 from Michael Shroeder
/freebsd/sys/sys/
H A Dioctl_compat.h129 #define TIOCGLTC _IOR('t', 116,struct ltchars) /* get special chars */ macro
/freebsd/sys/kern/
H A Dtty_compat.c226 case TIOCGLTC: { in tty_ioctl_compat()
/freebsd/contrib/telnet/telnet/
H A Dsys_bsd.c232 ioctl(0, TIOCGLTC, (char *)&oltc); in TerminalSaveState()
/freebsd/contrib/llvm-project/compiler-rt/lib/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);