Searched refs:t_eofc (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dioctl_compat.h80 char t_eofc; /* end-of-file */ member in struct:tchars
/macosx-10.10.1/tcsh-65/tcsh/
H A Dmi.termios.c269 termios_p->c_cc[VEOF] = tcbuf.t_eofc;
386 tcbuf.t_eofc = termios_p->c_cc[VEOF];
H A Ded.term.c873 s[C_EOF] = n->t_eofc;
1011 n->t_eofc = s[C_EOF];
/macosx-10.10.1/remote_cmds-47/telnet.tproj/
H A Dexterns.h351 # define termEofChar ntc.t_eofc
367 # define termEofCharp (cc_t *)&ntc.t_eofc
H A Dsys_bsd.c472 tc.t_eofc = _POSIX_VDISABLE;
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/readline/
H A Drltty.c211 _rl_tty_chars.t_eof = tiop->tchars.t_eofc;
355 if (oldtio.tchars.t_eofc != -1)
356 _rl_eof_char = oldtio.tchars.t_eofc;
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dtty_compat.c263 cc[VEOF] = tc->t_eofc;
416 tc->t_eofc = cc[VEOF];
/macosx-10.10.1/uucp-11/uucp/unix/
H A Dcusub.c806 bSeof = sSterm_orig.stchars.t_eofc;
812 sSterm_new.stchars.t_eofc = -1;
H A Dserial.c1178 q->snew.stchars.t_eofc = -1;
/macosx-10.10.1/remote_cmds-47/telnetd.tproj/
H A Dsys_term.c98 #undef t_eofc macro
257 *valp = termbuf.tc.t_eofc;
258 *valpp = (cc_t *)&termbuf.tc.t_eofc;
/macosx-10.10.1/screen-22/screen/
H A Dtty.sh389 m->m_tchars.t_eofc = Ctrl('D');
1550 debug1("eofc = %#02x\n", m->m_tchars.t_eofc);
H A Dtty.c537 m->m_tchars.t_eofc = Ctrl('D');
1874 debug1("eofc = %#02x\n", m->m_tchars.t_eofc);
H A Dtty.c.dist537 m->m_tchars.t_eofc = Ctrl('D');
1874 debug1("eofc = %#02x\n", m->m_tchars.t_eofc);
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/telnetd/
H A Dsys_term.c108 #undef t_eofc macro
/macosx-10.10.1/zsh-61/zsh/Src/Zle/
H A Dzle_main.c339 eofchar = ti.tchars.t_eofc;

Completed in 302 milliseconds