Searched refs:sg_erase (Results 1 - 18 of 18) sorted by relevance

/macosx-10.10.1/ncurses-44/ncurses/ncurses/tinfo/
H A Dlib_kernel.c93 result = cur_term->Ottyb.sg_erase;
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dioctl_compat.h101 char sg_erase; /* erase character */ member in struct:sgttyb
/macosx-10.10.1/tcsh-65/tcsh/
H A Dmi.termios.c271 termios_p->c_cc[VERASE] = sgbuf.sg_erase;
379 sgbuf.sg_erase = termios_p->c_cc[VERASE];
H A Ded.term.c882 s[C_ERASE] = n->sg_erase;
1020 n->sg_erase = s[C_ERASE];
/macosx-10.10.1/remote_cmds-47/telnet.tproj/
H A Dexterns.h352 # define termEraseChar nttyb.sg_erase
368 # define termEraseCharp (cc_t *)&nttyb.sg_erase
H A Dsys_bsd.c322 nttyb.sg_erase = ottyb.sg_erase;
/macosx-10.10.1/ntp-92/ntpd/
H A Drefclock_leitch.c356 ttyb.sg_erase = ttyb.sg_kill = '\r';
359 ttyb.sg_erase = ttyb.sg_kill = '\0';
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dtty_compat.c242 term->c_cc[VERASE] = sg->sg_erase;
398 sg->sg_erase = cc[VERASE];
/macosx-10.10.1/sudo-73/src/
H A Dterm.c247 term_erase = term.sg_erase;
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/readline/
H A Drltty.c201 _rl_tty_chars.t_erase = tiop->sgttyb.sg_erase;
876 SET_SPECIAL (ttybuff.sgttyb.sg_erase, rl_rubout);
/macosx-10.10.1/screen-22/screen/
H A Dtty.sh374 m->m_ttyb.sg_erase = 0177; /*DEL */
1543 debug1("sg_erase = %#02x\n", m->m_ttyb.sg_erase);
H A Dtty.c518 m->m_ttyb.sg_erase = 0177; /*DEL */
1867 debug1("sg_erase = %#02x\n", m->m_ttyb.sg_erase);
H A Dtty.c.dist518 m->m_ttyb.sg_erase = 0177; /*DEL */
1867 debug1("sg_erase = %#02x\n", m->m_ttyb.sg_erase);
/macosx-10.10.1/remote_cmds-47/telnetd.tproj/
H A Dsys_term.c261 *valp = termbuf.sg.sg_erase;
262 *valpp = (cc_t *)&termbuf.sg.sg_erase;
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/edit/
H A Dedit.c300 ep->e_erase = ttyparm.sg_erase;
/macosx-10.10.1/less-25/less/
H A Dscreen.c530 erase_char = s.sg_erase;
/macosx-10.10.1/emacs-93/emacs/src/
H A Dsysdep.c726 s.main.sg_erase = 0377;
1586 XSETINT (Vtty_erase_char, tty.main.sg_erase);
/macosx-10.10.1/vim-55/src/
H A Dos_unix.c3282 buf[0] = keys.sg_erase;

Completed in 191 milliseconds