Searched refs:t_werasc (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10/tcsh-65/tcsh/
H A Dtc.disc.c116 ltcbuf.t_werasc = CTL_ESC('\027'); /* ^W */
H A Ded.term.c766 s[C_WERASE] = n->t_werasc;
902 n->t_werasc = s[C_WERASE];
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dioctl_compat.h89 char t_werasc; /* word erase */ member in struct:ltchars
/macosx-10.10/remote_cmds-47/telnet.tproj/
H A Dexterns.h360 # define termWerasChar nltc.t_werasc
376 # define termWerasCharp (cc_t *)&nltc.t_werasc
/macosx-10.10/screen-22/screen/
H A Dtty.sh312 m->m_ltchars.t_werasc = Ctrl('W');
396 m->m_ltchars.t_werasc = Ctrl('W');
572 np->m_ltchars.t_werasc = VDISABLE;
1526 debug1("werasc = %#02x\n", m->m_ltchars.t_werasc);
1556 debug1("werasc = %#02x\n", m->m_ltchars.t_werasc);
H A Dtty.c396 m->m_ltchars.t_werasc = Ctrl('W');
544 m->m_ltchars.t_werasc = Ctrl('W');
774 np->m_ltchars.t_werasc = VDISABLE;
1850 debug1("werasc = %#02x\n", m->m_ltchars.t_werasc);
1880 debug1("werasc = %#02x\n", m->m_ltchars.t_werasc);
H A Dtty.c.dist396 m->m_ltchars.t_werasc = Ctrl('W');
544 m->m_ltchars.t_werasc = Ctrl('W');
774 np->m_ltchars.t_werasc = VDISABLE;
1850 debug1("werasc = %#02x\n", m->m_ltchars.t_werasc);
1880 debug1("werasc = %#02x\n", m->m_ltchars.t_werasc);
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dtty_compat.c284 cc[VWERASE] = ltc->t_werasc;
433 ltc->t_werasc = cc[VWERASE];
/macosx-10.10/bash-94.1.2/bash-3.2/lib/readline/
H A Drltty.c222 _rl_tty_chars.t_werase = tiop->ltchars.t_werasc;
883 SET_SPECIAL (ttybuff.ltchars.t_werasc, rl_unix_word_rubout);
/macosx-10.10/remote_cmds-47/telnetd.tproj/
H A Dsys_term.c104 #undef t_werasc macro
293 *valp = termbuf.ltc.t_werasc;
294 *valpp = (cc_t *)&termbuf.ltc.t_werasc;
/macosx-10.10/uucp-11/uucp/unix/
H A Dcusub.c821 sSterm_new.sltchars.t_werasc = -1;
H A Dserial.c1184 q->snew.sltchars.t_werasc = -1;
/macosx-10.10/Heimdal-398.1.2/appl/telnet/telnetd/
H A Dsys_term.c114 #undef t_werasc macro

Completed in 204 milliseconds