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

/macosx-10.10/tcsh-65/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)
717 #ifdef TIOCGLTC
718 RETRY(ioctl(fd, TIOCGLTC, (ioctl_t) &td->d_ltc));
719 #endif /* TIOCGLTC */
748 #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.h276 # undef TIOCGLTC /* we don't need those, since POSIX has them */ macro
/macosx-10.10/bash-94.1.2/bash-3.2/lib/readline/
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 */
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dioctl_compat.h196 #define TIOCGLTC _IOR('t',116,struct ltchars)/* get local special chars*/ macro
/macosx-10.10/emacs-93/emacs/src/
H A Dsystty.h185 #if defined (TIOCGLTC) && !defined (HAVE_TERMIOS)
H A Dprocess.c5978 #if defined (TIOCGLTC) && defined (TIOCGETC)
5995 ioctl (XINT (p->infd), TIOCGLTC, &lc);
6001 #else /* ! defined (TIOCGLTC) && defined (TIOCGETC) */
6029 #endif /* ! defined (TIOCGLTC) && defined (TIOCGETC) */
H A Dsysdep.c716 #endif /* no TIOCGPGRP or no TIOCGLTC or no TIOCGETC */
1228 if (ioctl (fd, TIOCGLTC, &settings->ltchars) < 0)
/macosx-10.10/tcl-105/tcl_ext/expect/expect/
H A Dpty_sgttyb.c100 || -1 == ioctl(fd, TIOCGLTC, (char *)&lc)
/macosx-10.10/sudo-73/src/
H A Dterm.c266 ioctl(src, TIOCGETD, &l) != 0 || ioctl(src, TIOCGLTC, &lc) != 0 ||
/macosx-10.10/uucp-11/uucp/
H A Dsysdep.h179 && ioctl ((o), TIOCGLTC, &(q)->sltchars) == 0)
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dtty_compat.c420 case TIOCGLTC:
/macosx-10.10/remote_cmds-47/telnet.tproj/
H A Dsys_bsd.c237 ioctl(0, TIOCGLTC, (char *)&oltc);
/macosx-10.10/zsh-61/zsh/Src/Modules/
H A Dzpty.c107 ioctl(fd, TIOCGLTC, &ti->ltchars);
/macosx-10.10/screen-22/screen/
H A Dtty.c629 ioctl(fd, TIOCGLTC, (char *)&mp->m_ltchars);
651 ioctl(fd, TIOCGLTC, (char *)&mp->m_ltchars);
H A Dtty.c.dist629 ioctl(fd, TIOCGLTC, (char *)&mp->m_ltchars);
651 ioctl(fd, TIOCGLTC, (char *)&mp->m_ltchars);
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/edit/
H A Dedit.c308 # ifdef TIOCGLTC
310 if(ioctl(fd,TIOCGLTC,&l_chars) != SYSERR)
319 # endif /* TIOCGLTC */
/macosx-10.10/remote_cmds-47/telnetd.tproj/
H A Dsys_term.c182 if (ioctl(spty, TIOCGLTC, (char *)&termbuf.ltc) == -1)
183 perror("ioctl TIOCGLTC");
/macosx-10.10/bash-94.1.2/bash-3.2/
H A Djobs.c1949 ioctl (tty, TIOCGLTC, &shell_ltchars);
/macosx-10.10/zsh-61/zsh/Src/
H A Dutils.c1528 ioctl(SHTTY, TIOCGLTC, &ti->ltchars);

Completed in 325 milliseconds