Searched refs:VERASE (Results 1 - 25 of 39) sorted by relevance

12

/freebsd-11-stable/crypto/heimdal/appl/login/
H A Dstty_default.c93 termios.c_cc[VERASE] = Ctl('H');
/freebsd-11-stable/libexec/getty/
H A Dinit.c58 { "er", &omode.c_cc[VERASE] }, /* erase character */
/freebsd-11-stable/contrib/opie/libopie/
H A Dreadpass.c135 #ifdef VERASE
140 if (*(e++) == attr.c_cc[VERASE])
144 *e = attr.c_cc[VERASE];
146 #endif /* VERASE */
/freebsd-11-stable/usr.bin/tset/
H A Dset.c62 mode.c_cc[VERASE] = CHK(mode.c_cc[VERASE], CERASE);
175 if (mode.c_cc[VERASE] == 0 || erasech != 0)
176 mode.c_cc[VERASE] = erasech ? erasech : CERASE;
H A Dtset.c196 report("Erase", VERASE, CERASE);
/freebsd-11-stable/contrib/ncurses/include/
H A Dnc_termios.h77 #define VERASE 2 macro
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dlib_kernel.c91 result = termp->Ottyb.c_cc[VERASE];
/freebsd-11-stable/usr.bin/mail/
H A Dtty.c87 c_erase = ttybuf.c_cc[VERASE];
90 ttybuf.c_cc[VERASE] = _POSIX_VDISABLE;
145 ttybuf.c_cc[VERASE] = c_erase;
/freebsd-11-stable/lib/libedit/
H A Dtty.h289 # ifdef VERASE
290 # if NUMCC <= VERASE
291 # undef VERASE macro
292 # endif /* NUMCC <= VERASE */
293 # endif /* VERASE */
H A Dtty.c130 #ifdef VERASE
131 {C_ERASE, VERASE,
133 #endif /* VERASE */
382 #if defined(VERASE)
384 #endif /* VERASE */
635 #ifdef VERASE
637 return VERASE;
638 #endif /* VERASE */
741 #ifdef VERASE
742 s[C_ERASE] = td->c_cc[VERASE];
[all...]
/freebsd-11-stable/contrib/tcsh/
H A Ded.term.h339 # ifdef VERASE
340 # if NUMCC <= VERASE
341 # undef VERASE macro
342 # endif /* NUMCC <= VERASE */
343 # endif /* 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)
458 # endif /* VERASE */
783 # ifdef VERASE
784 s[C_ERASE] = n->c_cc[VERASE];
785 # endif /* VERASE */
919 # ifdef VERASE
920 n->c_cc[VERASE] = s[C_ERASE];
921 # endif /* VERASE */
/freebsd-11-stable/bin/stty/
H A Dcchar.c64 { "erase", VERASE, CERASE },
H A Dkey.c167 ip->t.c_cc[VERASE] = (u_char)0177;
180 ip->t.c_cc[VERASE] = CERASE;
/freebsd-11-stable/sys/sys/
H A D_termios.h48 #define VERASE 3 /* ICANON */ macro
/freebsd-11-stable/contrib/top/
H A Dscreen.c289 ch_erase = old_settings.c_cc[VERASE];
313 ch_erase = old_settings.c_cc[VERASE];
/freebsd-11-stable/crypto/openssh/
H A Dttymodes.h72 TTYCHAR(VERASE, 3)
/freebsd-11-stable/usr.bin/talk/
H A Dinit_disp.c132 my_win.cerase = tio.c_cc[VERASE];
/freebsd-11-stable/contrib/ncurses/progs/
H A Dtset.c770 mode.c_cc[VERASE] = CHK(mode.c_cc[VERASE], CERASE);
915 if (DISABLED(mode.c_cc[VERASE]) || terasechar >= 0) {
916 mode.c_cc[VERASE] = UChar((terasechar >= 0)
1342 report("Erase", VERASE, CERASE);
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_leitch.c289 ttyb.c_cc[VERASE] = ttyb.c_cc[VKILL] = '\0';
313 ttyp->c_cc[VERASE] = ttyp->c_cc[VKILL] = '\0';
/freebsd-11-stable/sys/kern/
H A Dtty_compat.c122 term->c_cc[VERASE] = sg->sg_erase;
213 sg->sg_erase = cc[VERASE];
/freebsd-11-stable/contrib/netbsd-tests/lib/libcurses/director/
H A Ddirector.c239 term_attr.c_cc[VERASE] = '\b';
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnet/
H A Dexterns.h371 # define termEraseChar new_tc.c_cc[VERASE]
/freebsd-11-stable/contrib/libreadline/
H A Drltty.c428 _rl_tty_chars.t_erase = tiop->c_cc[VERASE];
914 SET_SPECIAL (VERASE, rl_rubout);

Completed in 209 milliseconds

12