Searched refs:t_brkc (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dioctl_compat.h81 char t_brkc; /* input delimiter (like nl) */ member in struct:tchars
/macosx-10.10.1/tcsh-65/tcsh/
H A Dmi.termios.c270 termios_p->c_cc[VEOL] = tcbuf.t_brkc;
387 tcbuf.t_brkc = termios_p->c_cc[VEOL];
H A Dsh.file.c140 tchars.t_brkc = ESC;
153 tchars.t_brkc = -1;
H A Ded.term.c874 s[C_BRK] = n->t_brkc;
1012 n->t_brkc = s[C_BRK];
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dtty_compat.c264 cc[VEOL] = tc->t_brkc;
265 if (tc->t_brkc == -1)
417 tc->t_brkc = cc[VEOL];
/macosx-10.10.1/remote_cmds-47/telnet.tproj/
H A Dexterns.h363 # define termForw1Char ntc.t_brkc
379 # define termForw1Charp (cc_t *)&ntc.t_brkc
H A Dsys_bsd.c640 if (tc.t_brkc == (cc_t)(_POSIX_VDISABLE))
641 tc.t_brkc = esc;
/macosx-10.10.1/screen-22/screen/
H A Dtty.sh390 m->m_tchars.t_brkc = -1;
1551 debug1("brkc = %#02x\n", m->m_tchars.t_brkc);
H A Dtty.c538 m->m_tchars.t_brkc = -1;
1875 debug1("brkc = %#02x\n", m->m_tchars.t_brkc);
H A Dtty.c.dist538 m->m_tchars.t_brkc = -1;
1875 debug1("brkc = %#02x\n", m->m_tchars.t_brkc);
/macosx-10.10.1/remote_cmds-47/telnetd.tproj/
H A Dsys_term.c99 #undef t_brkc macro
305 *valp = termbuf.tc.t_brkc;
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/readline/
H A Drltty.c213 _rl_tty_chars.t_eol2 = tiop->tchars.t_brkc;
/macosx-10.10.1/uucp-11/uucp/unix/
H A Dcusub.c813 sSterm_new.stchars.t_brkc = -1;
H A Dserial.c1179 q->snew.stchars.t_brkc = -1;
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/edit/
H A Dedit.c424 if(ttychars.t_brkc!=ESC)
426 ttychars.t_brkc = ESC;
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/telnetd/
H A Dsys_term.c109 #undef t_brkc macro

Completed in 377 milliseconds