Searched refs:TIOCGLTC (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/tcsh/ |
H A D | ed.term.c | 486 # 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 D | ed.term.h | 464 # undef TIOCGLTC /* not really needed */ 523 # ifdef TIOCGLTC
|
H A D | tc.disc.c | 109 if (ioctl(f, TIOCGLTC, (ioctl_t) & ltcbuf) != 0)
|
H A D | sh.h | 302 # 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 D | Fixes | 972 39. undef TIOCGLTC for HP/UX 10.0 from Michael Shroeder
|
/freebsd/sys/sys/ |
H A D | ioctl_compat.h | 129 #define TIOCGLTC _IOR('t', 116,struct ltchars) /* get special chars */ macro
|
/freebsd/sys/kern/ |
H A D | tty_compat.c | 226 case TIOCGLTC: { in tty_ioctl_compat()
|
/freebsd/contrib/telnet/telnet/ |
H A D | sys_bsd.c | 232 ioctl(0, TIOCGLTC, (char *)&oltc); in TerminalSaveState()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/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);
|