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

/macosx-10.10.1/tcsh-65/tcsh/
H A Dtc.disc.c118 if (ioctl(f, TIOCSLTC, (ioctl_t) & ltcbuf) != 0)
H A Ded.term.h451 * fix for hpux10 inconsistency: it has VWERASE, but TIOCSLTC returns
458 # undef TIOCSLTC macro
H A Ded.term.c749 RETRY(ioctl(fd, TIOCSLTC, (ioctl_t) &td->d_ltc));
H A Dsh.h277 # undef TIOCSLTC macro
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dioctl_compat.h195 #define TIOCSLTC _IOW('t',117,struct ltchars)/* set local special chars*/ macro
/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/
H A Dpty_sgttyb.c116 (void) ioctl(fd, TIOCSLTC, (char *)&lc);
/macosx-10.10.1/uucp-11/uucp/
H A Dsysdep.h183 && ioctl ((o), TIOCSLTC, &(q)->sltchars) == 0)
187 && ioctl ((o), TIOCSLTC, &(q)->sltchars) == 0)
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dtty_compat.c170 * TIOCSLTC -> TIOCSETA
270 case TIOCSLTC:
367 case TIOCSLTC:
H A Dtty_dev.c1174 case TIOCSLTC:
H A Dtty.c1112 case TIOCSLTC:
/macosx-10.10.1/sudo-73/src/
H A Dterm.c271 ioctl(dst, TIOCSLTC, &lc) != 0 || ioctl(dst, TIOCLSET, &lb) != 0 ||
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/readline/
H A Drltty.c289 #if defined (TIOCSLTC)
292 ioctl (tty, TIOCSLTC, &(tiop->ltchars));
/macosx-10.10.1/remote_cmds-47/telnet.tproj/
H A Dsys_bsd.c672 ioctl(tin, TIOCSLTC, (char *)&ltc);
/macosx-10.10.1/zsh-61/zsh/Src/Modules/
H A Dzpty.c139 ioctl(fd, TIOCSLTC, &ti->ltchars);
/macosx-10.10.1/screen-22/screen/
H A Dtty.c590 ioctl(fd, TIOCSLTC, (char *)&mp->m_ltchars);
609 ioctl(fd, TIOCSLTC, (char *)&mp->m_ltchars); /* moved here for apollo. jw */
H A Dtty.c.dist590 ioctl(fd, TIOCSLTC, (char *)&mp->m_ltchars);
609 ioctl(fd, TIOCSLTC, (char *)&mp->m_ltchars); /* moved here for apollo. jw */
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/edit/
H A Dedit.c249 ioctl(fd,TIOCSLTC,&l_chars);
316 if(ioctl(fd,TIOCSLTC,&lchars) != SYSERR)
/macosx-10.10.1/remote_cmds-47/telnetd.tproj/
H A Dsys_term.c225 if (-1 == ioctl(spty, TIOCSLTC, (char *)&termbuf.ltc))
226 perror("ioctl TIOCSLTC");
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Djobs.c1989 ioctl (tty, TIOCSLTC, &shell_ltchars);
/macosx-10.10.1/emacs-93/emacs/src/
H A Dsysdep.c1321 if (ioctl (fd, TIOCSLTC, &settings->ltchars) < 0)
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dutils.c1558 ioctl(SHTTY, TIOCSLTC, &ti->ltchars);

Completed in 568 milliseconds