Searched refs:TIOCGLTC (Results 1 - 12 of 12) sorted by relevance

/freebsd-9.3-release/contrib/tcsh/
H A Ded.term.c489 # if defined(VWERASE) || defined(TIOCGLTC)
492 # if defined(VSUSP) || defined(TIOCGLTC)
495 # if defined(VDSUSP) || defined(TIOCGLTC)
498 # if defined(VREPRINT) || defined(TIOCGLTC)
501 # if defined(VDISCARD) || defined(TIOCGLTC)
504 # if defined(VLNEXT) || defined(TIOCGLTC)
718 #ifdef TIOCGLTC
719 RETRY(ioctl(fd, TIOCGLTC, (ioctl_t) &td->d_ltc));
720 #endif /* TIOCGLTC */
749 #ifdef TIOCGLTC
[all...]
H A Dtc.disc.c109 if (ioctl(f, TIOCGLTC, (ioctl_t) & ltcbuf) != 0)
H A Ded.term.h453 * Also for RH6.2 on the alpha, defined TIOCGLTC, but does not have
457 # undef TIOCGLTC /* not really needed */ macro
516 # ifdef TIOCGLTC
518 # endif /* TIOCGLTC */
H A Dsh.h293 # undef TIOCGLTC /* we don't need those, since POSIX has them */ macro
347 # undef TIOCGLTC /* we don't need those, since POSIX has them */ macro
/freebsd-9.3-release/contrib/libreadline/
H A Drltty.c173 #if defined (TIOCGLTC)
253 #if defined (TIOCGLTC)
254 if (ioctl (tty, TIOCGLTC, &(tiop->ltchars)) == 0)
314 #if defined (TIOCGLTC)
365 #if defined (TIOCGLTC)
369 #endif /* TIOCGLTC */
880 # if defined (TIOCGLTC)
886 # endif /* TIOCGLTC */
/freebsd-9.3-release/contrib/texinfo/info/
H A Dterminal.c684 # if defined (TIOCGLTC)
810 # if defined (TIOCGLTC)
814 ioctl (tty, TIOCGLTC, &original_ltchars);
823 # endif /* TIOCGLTC */
860 # if defined (TIOCGLTC)
862 # endif /* TIOCGLTC */
/freebsd-9.3-release/sys/sys/
H A Dioctl_compat.h130 #define TIOCGLTC _IOR('t', 116,struct ltchars) /* get special chars */ macro
/freebsd-9.3-release/contrib/gdb/gdb/tui/
H A Dtui.c496 ioctl (FILEDES, TIOCGLTC, &ltc);
/freebsd-9.3-release/sys/kern/
H A Dtty_compat.c230 case TIOCGLTC: {
/freebsd-9.3-release/contrib/telnet/telnet/
H A Dsys_bsd.c237 ioctl(0, TIOCGLTC, (char *)&oltc);
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dser-unix.c137 if (ioctl (scb->fd, TIOCGLTC, &state->ltc) < 0)
/freebsd-9.3-release/contrib/telnet/telnetd/
H A Dsys_term.c150 (void) ioctl(pty, TIOCGLTC, (char *)&termbuf.ltc);

Completed in 116 milliseconds