Searched refs:t_stopc (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dioctl_compat.h79 char t_stopc; /* stop output */ member in struct:tchars
/macosx-10.10.1/tcsh-65/tcsh/
H A Dmi.termios.c276 termios_p->c_cc[VSTOP] = tcbuf.t_stopc;
385 tcbuf.t_stopc = termios_p->c_cc[VSTOP];
H A Ded.term.c872 s[C_STOP] = n->t_stopc;
1010 n->t_stopc = s[C_STOP];
/macosx-10.10.1/remote_cmds-47/telnet.tproj/
H A Dexterns.h362 # define termStopChar ntc.t_stopc
378 # define termStopCharp (cc_t *)&ntc.t_stopc
H A Dsys_bsd.c453 tc.t_stopc = _POSIX_VDISABLE;
/macosx-10.10.1/screen-22/screen/
H A Dtty.c536 m->m_tchars.t_stopc = Ctrl('S');
806 np->m_tchars.t_stopc = -1;
865 D_NewMode.m_tchars.t_stopc = D_OldMode.m_tchars.t_stopc;
871 D_NewMode.m_tchars.t_stopc = -1;
1873 debug1("stopc = %#02x\n", m->m_tchars.t_stopc);
H A Dtty.c.dist536 m->m_tchars.t_stopc = Ctrl('S');
806 np->m_tchars.t_stopc = -1;
865 D_NewMode.m_tchars.t_stopc = D_OldMode.m_tchars.t_stopc;
871 D_NewMode.m_tchars.t_stopc = -1;
1873 debug1("stopc = %#02x\n", m->m_tchars.t_stopc);
H A Dtty.sh388 m->m_tchars.t_stopc = Ctrl('S');
592 np->m_tchars.t_stopc = -1;
635 D_NewMode.m_tchars.t_stopc = D_OldMode.m_tchars.t_stopc;
641 D_NewMode.m_tchars.t_stopc = -1;
1549 debug1("stopc = %#02x\n", m->m_tchars.t_stopc);
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dtty_compat.c262 cc[VSTOP] = tc->t_stopc;
415 tc->t_stopc = cc[VSTOP];
/macosx-10.10.1/remote_cmds-47/telnetd.tproj/
H A Dsys_term.c97 #undef t_stopc macro
281 *valp = termbuf.tc.t_stopc;
282 *valpp = (cc_t *)&termbuf.tc.t_stopc;
546 return(((termbuf.tc.t_startc) > 0 && (termbuf.tc.t_stopc) > 0) ? 1 : 0);
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/readline/
H A Drltty.c210 _rl_tty_chars.t_stop = tiop->tchars.t_stopc;
346 tiop->tchars.t_stopc = -1; /* C-s */
/macosx-10.10.1/uucp-11/uucp/unix/
H A Dcusub.c811 sSterm_new.stchars.t_stopc = -1;
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/telnetd/
H A Dsys_term.c107 #undef t_stopc macro
/macosx-10.10.1/emacs-93/emacs/src/
H A Dsysdep.c1599 only t_stopc and t_startc really matter. */
1609 tty.tchars.t_stopc = '\023';

Completed in 403 milliseconds