Home
last modified time | relevance | path

Searched refs:VERASE (Results 1 – 25 of 32) sorted by relevance

12

/freebsd/contrib/libedit/
H A Dtty.h288 # ifdef VERASE
289 # if NUMCC <= VERASE
290 # undef VERASE
H A Dtty.c129 #ifdef VERASE
130 {C_ERASE, VERASE,
381 #if defined(VERASE)
635 #ifdef VERASE in tty__getcharindex()
637 return VERASE; in tty__getcharindex()
741 #ifdef VERASE in tty__getchar()
742 s[C_ERASE] = td->c_cc[VERASE]; in tty__getchar()
823 #ifdef VERASE in tty__setchar()
824 td->c_cc[VERASE] = s[C_ERASE]; in tty__setchar()
/freebsd/usr.bin/mail/
H A Dtty.c81 c_erase = ttybuf.c_cc[VERASE]; in grabh()
84 ttybuf.c_cc[VERASE] = _POSIX_VDISABLE; in grabh()
141 ttybuf.c_cc[VERASE] = c_erase; in grabh()
/freebsd/contrib/tcsh/
H A Ded.term.h339 # ifdef VERASE
340 # if NUMCC <= VERASE
341 # undef VERASE
H A Dmi.termios.c269 termios_p->c_cc[VERASE] = sgbuf.sg_erase;
377 sgbuf.sg_erase = termios_p->c_cc[VERASE];
H A Ded.term.c456 # if defined(VERASE) || defined(TIOCGETP)
783 # ifdef VERASE in tty_getchar()
784 s[C_ERASE] = n->c_cc[VERASE]; in tty_getchar()
919 # ifdef VERASE in tty_setchar()
920 n->c_cc[VERASE] = s[C_ERASE]; in tty_setchar()
/freebsd/contrib/ncurses/progs/
H A Dreset_cmd.c286 reset_char(VERASE, CERASE); in reset_tty_settings()
418 if (DISABLED(tty_settings->c_cc[VERASE]) || my_erase >= 0) { in set_control_chars()
419 tty_settings->c_cc[VERASE] = UChar((my_erase >= 0) in set_control_chars()
668 show_tty_change(old_settings, new_settings, "Erase", VERASE, CERASE); in print_tty_chars()
/freebsd/bin/stty/
H A Dkey.c158 ip->t.c_cc[VERASE] = (u_char)0177; in f_dec()
171 ip->t.c_cc[VERASE] = CERASE; in f_ek()
H A Dcchar.c55 { "erase", VERASE, CERASE },
/freebsd/crypto/heimdal/appl/login/
H A Dstty_default.c93 termios.c_cc[VERASE] = Ctl('H'); in stty_default()
/freebsd/libexec/getty/
H A Dinit.c55 { "er", M(VERASE), NULL }, /* erase character */
H A Dmain.c114 #define ERASE tmode.c_cc[VERASE]
H A Dsubr.c203 CV(VERASE), CV(VKILL), CV(VINTR),
/freebsd/contrib/ncurses/include/
H A Dnc_termios.h92 #define VERASE 5 macro
/freebsd/sys/sys/
H A D_termios.h47 #define VERASE 3 /* ICANON */ macro
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dlib_kernel.c94 result = termp->Ottyb.c_cc[VERASE]; in NCURSES_SP_NAME()
/freebsd/crypto/openssh/
H A Dttymodes.h63 TTYCHAR(VERASE, 3)
/freebsd/usr.bin/top/
H A Dscreen.c197 ch_erase = old_settings.c_cc[VERASE]; in init_screen()
/freebsd/contrib/ntp/ntpd/
H A Drefclock_leitch.c289 ttyb.c_cc[VERASE] = ttyb.c_cc[VKILL] = '\0'; in leitch_start()
313 ttyp->c_cc[VERASE] = ttyp->c_cc[VKILL] = '\0'; in leitch_start()
/freebsd/sys/kern/
H A Dtty_compat.c118 term->c_cc[VERASE] = sg->sg_erase; in ttsetcompat()
209 sg->sg_erase = cc[VERASE]; in tty_ioctl_compat()
H A Dtty_ttydisc.c972 ttydisc_echo(tp, tp->t_termios.c_cc[VERASE], 0); in ttydisc_rubchar()
1177 if (CMP_CC(VERASE, c) || CMP_CC(VERASE2, c)) { in ttydisc_rint()
/freebsd/contrib/netbsd-tests/lib/libcurses/director/
H A Ddirector.c239 term_attr.c_cc[VERASE] = '\b'; in main()
/freebsd/usr.bin/talk/
H A Dinit_disp.c128 my_win.cerase = tio.c_cc[VERASE]; in set_edit_chars()
/freebsd/crypto/heimdal/appl/telnet/telnet/
H A Dexterns.h371 # define termEraseChar new_tc.c_cc[VERASE]
/freebsd/contrib/telnet/telnet/
H A Dexterns.h383 # define termEraseChar new_tc.c_cc[VERASE]

12