| /freebsd-14-stable/contrib/libedit/ |
| HD | tty.h | 288 # ifdef VERASE 289 # if NUMCC <= VERASE 290 # undef VERASE
|
| HD | tty.c | 129 #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/ |
| HD | tty.c | 87 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/ |
| HD | ed.term.h | 339 # ifdef VERASE 340 # if NUMCC <= VERASE 341 # undef VERASE
|
| HD | mi.termios.c | 269 termios_p->c_cc[VERASE] = sgbuf.sg_erase; 377 sgbuf.sg_erase = termios_p->c_cc[VERASE];
|
| HD | ed.term.c | 456 # 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/ |
| HD | reset_cmd.c | 286 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/ |
| HD | stty_default.c | 93 termios.c_cc[VERASE] = Ctl('H'); in stty_default()
|
| /freebsd-14-stable/libexec/getty/ |
| HD | init.c | 61 { "er", M(VERASE), NULL }, /* erase character */
|
| HD | subr.c | 209 CV(VERASE), CV(VKILL), CV(VINTR),
|
| HD | main.c | 126 #define ERASE tmode.c_cc[VERASE]
|
| /freebsd-14-stable/contrib/ncurses/include/ |
| HD | nc_termios.h | 92 #define VERASE 5 macro
|
| /freebsd-14-stable/contrib/ncurses/ncurses/tinfo/ |
| HD | lib_kernel.c | 94 result = termp->Ottyb.c_cc[VERASE]; in NCURSES_SP_NAME()
|
| /freebsd-14-stable/sys/sys/ |
| HD | _termios.h | 49 #define VERASE 3 /* ICANON */ macro
|
| /freebsd-14-stable/crypto/openssh/ |
| HD | ttymodes.h | 63 TTYCHAR(VERASE, 3)
|
| /freebsd-14-stable/usr.bin/top/ |
| HD | screen.c | 197 ch_erase = old_settings.c_cc[VERASE]; in init_screen()
|
| /freebsd-14-stable/contrib/ntp/ntpd/ |
| HD | refclock_leitch.c | 289 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/ |
| HD | tty_compat.c | 120 term->c_cc[VERASE] = sg->sg_erase; in ttsetcompat() 211 sg->sg_erase = cc[VERASE]; in tty_ioctl_compat()
|
| HD | tty_ttydisc.c | 973 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/ |
| HD | director.c | 239 term_attr.c_cc[VERASE] = '\b'; in main()
|
| /freebsd-14-stable/usr.bin/talk/ |
| HD | init_disp.c | 131 my_win.cerase = tio.c_cc[VERASE]; in set_edit_chars()
|
| /freebsd-14-stable/crypto/heimdal/appl/telnet/telnet/ |
| HD | externs.h | 371 # define termEraseChar new_tc.c_cc[VERASE]
|
| /freebsd-14-stable/contrib/telnet/telnet/ |
| HD | externs.h | 383 # define termEraseChar new_tc.c_cc[VERASE]
|
| /freebsd-14-stable/contrib/nvi/cl/ |
| HD | cl_funcs.c | 474 *dnep = (*chp = clp->orig.c_cc[VERASE]) == _POSIX_VDISABLE; in cl_keyval()
|
| /freebsd-14-stable/usr.bin/chat/ |
| HD | chat.c | 495 t.c_cc[VERASE] = in set_tty_parameters()
|