Symbol: VWERASE
bin/csh/file.c
760
{ cl_erasew, VWERASE },
bin/ksh/edit.c
176
edchars.werase = cb.c_cc[VWERASE];
bin/stty/cchar.c
71
{ "werase", VWERASE, CWERASE },
lib/libedit/tty.c
143
#ifdef VWERASE
lib/libedit/tty.c
144
{C_WERASE, VWERASE,
lib/libedit/tty.c
405
#if defined(VWERASE)
lib/libedit/tty.c
668
#ifdef VWERASE
lib/libedit/tty.c
670
return VWERASE;
lib/libedit/tty.c
764
#ifdef VWERASE
lib/libedit/tty.c
765
s[C_WERASE] = td->c_cc[VWERASE];
lib/libedit/tty.c
846
#ifdef VWERASE
lib/libedit/tty.c
847
td->c_cc[VWERASE] = s[C_WERASE];
lib/libedit/tty.h
339
# ifdef VWERASE
lib/libedit/tty.h
340
# if NUMCC <= VWERASE
lib/libedit/tty.h
53
# if defined(VWERSE) && !defined(VWERASE)
libexec/getty/init.c
67
{ "we", &tmode.c_cc[VWERASE] }, /* word erase */
libexec/getty/subr.c
146
&tmode.c_cc[VWERASE], &tmode.c_cc[VLNEXT], 0
sys/kern/tty.c
473
if (CCEQ(cc[VWERASE], c) && ISSET(lflag, IEXTEN)) {
usr.bin/less/screen.c
133
#ifdef VWERASE
usr.bin/less/screen.c
134
werase_char = s.c_cc[VWERASE];
usr.bin/mail/tty.c
352
} else if (CCEQ(t->keys[VWERASE], c)) {
usr.bin/ssh/ttymodes.h
85
#if defined(VWERASE)
usr.bin/ssh/ttymodes.h
86
TTYCHAR(VWERASE, 13)
usr.bin/talk/init_disp.c
111
buf[2] = my_win.werase = (tty.c_cc[VWERASE] == (u_char)_POSIX_VDISABLE)
usr.bin/talk/init_disp.c
112
? CWERASE : tty.c_cc[VWERASE];
usr.bin/telnet/externs.h
276
# define termWerasChar new_tc.c_cc[VWERASE]
usr.bin/tic/reset_cmd.c
230
#if defined(VWERASE) && defined(CWERASE)
usr.bin/tic/reset_cmd.c
231
reset_char(VWERASE, CWERASE);
usr.bin/vi/cl/cl_funcs.c
396
*dnep = (*chp = clp->orig.c_cc[VWERASE]) == _POSIX_VDISABLE;