Searched refs:TIOCGETC (Results 1 - 22 of 22) sorted by relevance

/macosx-10.10.1/emacs-93/emacs/src/
H A Dsystty.h159 #undef TIOCGETC /* Avoid confusing some conditionals that test this. */
163 #undef TIOCGETC /* Avoid confusing some conditionals that test this. */
189 #if defined (TIOCGETC) && !defined (HAVE_TERMIOS)
157 #undef TIOCGETC macro
161 #undef TIOCGETC macro
H A Dprocess.c5978 #if defined (TIOCGLTC) && defined (TIOCGETC)
5986 ioctl (XINT (p->infd), TIOCGETC, &c);
5990 ioctl (XINT (p->infd), TIOCGETC, &c);
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 */
1234 if (ioctl (fd, TIOCGETC, &settings->tchars) < 0
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/include/
H A Dterminal.h79 # undef TIOCGETC macro
105 # undef TIOCGETC macro
/macosx-10.10.1/tcsh-65/tcsh/
H A Ded.term.c453 # if defined(VINTR) || defined(TIOCGETC)
456 # if defined(VQUIT) || defined(TIOCGETC)
465 # if defined(VEOF) || defined(TIOCGETC)
483 # if defined(VSTART) || defined(TIOCGETC)
486 # if defined(VSTOP) || defined(TIOCGETC)
519 # if defined(VBRK) || defined(TIOCGETC)
705 # ifdef TIOCGETC
706 RETRY(ioctl(fd, TIOCGETC, (ioctl_t) &td->d_tc));
707 # endif /* TIOCGETC */
736 # ifdef TIOCGETC
[all...]
H A Ded.term.h506 # ifdef TIOCGETC
508 # endif /* TIOCGETC */
H A Dmi.termios.c161 || ioctl(filedes, TIOCGETC, (struct sgttyb *) &tcbuf) < 0)
H A Dsh.file.c139 (void) ioctl(SHIN, TIOCGETC, (ioctl_t) & tchars);
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dioctl_compat.h121 #define TIOCGETC _IOR('t',18,struct tchars)/* get special characters */ macro
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/readline/
H A Drltty.c170 #if defined (TIOCGETC)
248 #if defined (TIOCGETC)
249 if (ioctl (tty, TIOCGETC, &(tiop->tchars)) == 0)
311 #if defined (TIOCGETC)
343 #if defined (TIOCGETC)
363 #endif /* TIOCGETC */
/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/
H A Dpty_sgttyb.c98 || -1 == ioctl(fd, TIOCGETC, (char *)&tc)
/macosx-10.10.1/sudo-73/src/
H A Dterm.c265 if (ioctl(src, TIOCGETP, &b) != 0 || ioctl(src, TIOCGETC, &tc) != 0 ||
/macosx-10.10.1/uucp-11/uucp/
H A Dsysdep.h178 && ioctl ((o), TIOCGETC, &(q)->stchars) == 0 \
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dtty_compat.c403 case TIOCGETC:
/macosx-10.10.1/remote_cmds-47/telnet.tproj/
H A Dsys_bsd.c236 ioctl(0, TIOCGETC, (char *)&otc);
/macosx-10.10.1/zsh-61/zsh/Src/Modules/
H A Dzpty.c106 ioctl(fd, TIOCGETC, &ti->tchars);
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/edit/
H A Dedit.c392 # ifdef TIOCGETC
414 if(ioctl(fd,TIOCGETC,&l_ttychars) == SYSERR)
506 # endif /* TIOCGETC */
/macosx-10.10.1/remote_cmds-47/telnetd.tproj/
H A Dsys_term.c180 if (ioctl(spty, TIOCGETC, (char *)&termbuf.tc) == -1)
181 perror("ioctl TIOCGETC");
/macosx-10.10.1/screen-22/screen/
H A Dtty.c650 ioctl(fd, TIOCGETC, (char *)&mp->m_tchars);
H A Dtty.c.dist650 ioctl(fd, TIOCGETC, (char *)&mp->m_tchars);
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Djobs.c1948 ioctl (tty, TIOCGETC, &shell_tchars);
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dutils.c1527 ioctl(SHTTY, TIOCGETC, &ti->tchars);

Completed in 401 milliseconds