Home
last modified time | relevance | path

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

12

/freebsd-14-stable/contrib/libedit/
HDtty.h288 # ifdef VERASE
289 # if NUMCC <= VERASE
290 # undef VERASE
HDtty.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-14-stable/usr.bin/mail/
HDtty.c87 c_erase = ttybuf.c_cc[VERASE]; in grabh()
90 ttybuf.c_cc[VERASE] = _POSIX_VDISABLE; in grabh()
147 ttybuf.c_cc[VERASE] = c_erase; in grabh()
/freebsd-14-stable/contrib/tcsh/
HDed.term.h339 # ifdef VERASE
340 # if NUMCC <= VERASE
341 # undef VERASE
HDmi.termios.c269 termios_p->c_cc[VERASE] = sgbuf.sg_erase;
377 sgbuf.sg_erase = termios_p->c_cc[VERASE];
HDed.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-14-stable/contrib/ncurses/progs/
HDreset_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-14-stable/crypto/heimdal/appl/login/
HDstty_default.c93 termios.c_cc[VERASE] = Ctl('H'); in stty_default()
/freebsd-14-stable/libexec/getty/
HDinit.c61 { "er", M(VERASE), NULL }, /* erase character */
HDsubr.c209 CV(VERASE), CV(VKILL), CV(VINTR),
HDmain.c126 #define ERASE tmode.c_cc[VERASE]
/freebsd-14-stable/contrib/ncurses/include/
HDnc_termios.h92 #define VERASE 5 macro
/freebsd-14-stable/contrib/ncurses/ncurses/tinfo/
HDlib_kernel.c94 result = termp->Ottyb.c_cc[VERASE]; in NCURSES_SP_NAME()
/freebsd-14-stable/sys/sys/
HD_termios.h49 #define VERASE 3 /* ICANON */ macro
/freebsd-14-stable/crypto/openssh/
HDttymodes.h63 TTYCHAR(VERASE, 3)
/freebsd-14-stable/usr.bin/top/
HDscreen.c197 ch_erase = old_settings.c_cc[VERASE]; in init_screen()
/freebsd-14-stable/contrib/ntp/ntpd/
HDrefclock_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-14-stable/sys/kern/
HDtty_compat.c120 term->c_cc[VERASE] = sg->sg_erase; in ttsetcompat()
211 sg->sg_erase = cc[VERASE]; in tty_ioctl_compat()
HDtty_ttydisc.c973 ttydisc_echo(tp, tp->t_termios.c_cc[VERASE], 0); in ttydisc_rubchar()
1178 if (CMP_CC(VERASE, c) || CMP_CC(VERASE2, c)) { in ttydisc_rint()
/freebsd-14-stable/contrib/netbsd-tests/lib/libcurses/director/
HDdirector.c239 term_attr.c_cc[VERASE] = '\b'; in main()
/freebsd-14-stable/usr.bin/talk/
HDinit_disp.c131 my_win.cerase = tio.c_cc[VERASE]; in set_edit_chars()
/freebsd-14-stable/crypto/heimdal/appl/telnet/telnet/
HDexterns.h371 # define termEraseChar new_tc.c_cc[VERASE]
/freebsd-14-stable/contrib/telnet/telnet/
HDexterns.h383 # define termEraseChar new_tc.c_cc[VERASE]
/freebsd-14-stable/contrib/nvi/cl/
HDcl_funcs.c474 *dnep = (*chp = clp->orig.c_cc[VERASE]) == _POSIX_VDISABLE; in cl_keyval()
/freebsd-14-stable/usr.bin/chat/
HDchat.c495 t.c_cc[VERASE] = in set_tty_parameters()

12