OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VWERASE
(Results
1 - 20
of
20
) sorted by relevancy
/src/lib/libedit/
tty.h
52
# if defined(VWERSE) && !defined(
VWERASE
)
53
# define
VWERASE
VWERSE
54
# endif /* VWERSE && !
VWERASE
*/
338
# ifdef
VWERASE
339
# if NUMCC <=
VWERASE
340
# undef
VWERASE
341
# endif /* NUMCC <=
VWERASE
*/
342
# endif /*
VWERASE
*/
tty.c
149
#ifdef
VWERASE
150
{C_WERASE,
VWERASE
,
152
#endif /*
VWERASE
*/
411
#if defined(
VWERASE
)
413
#endif /*
VWERASE
*/
675
#ifdef
VWERASE
677
return
VWERASE
;
678
#endif /*
VWERASE
*/
771
#ifdef
VWERASE
772
s[C_WERASE] = td->c_cc[
VWERASE
];
[
all
...]
/src/usr.bin/talk/
init_disp.c
111
if (tty.c_cc[
VWERASE
] == (unsigned char) -1)
114
my_win.werase = tty.c_cc[
VWERASE
];
/src/libexec/getty/
init.c
81
{ "we", M(
VWERASE
), NULL }, /* word erase */
subr.c
161
&tmode.c_cc[
VWERASE
], &tmode.c_cc[VLNEXT], &tmode.c_cc[VSTATUS],
/src/sys/sys/
ttydefaults.h
94
[
VWERASE
] = CWERASE,
termios.h
54
#define
VWERASE
4 /* ICANON */
/src/usr.bin/tset/
set.c
75
#if defined(
VWERASE
) && defined(CWERASE)
76
mode.c_cc[
VWERASE
] = CHK(mode.c_cc[
VWERASE
], CWERASE);
/src/bin/stty/
cchar.c
77
{ "werase",
VWERASE
, CWERASE },
/src/distrib/utils/more/
screen.c
175
werase_char = s.c_cc[
VWERASE
];
/src/lib/libc/gen/
getpass.c
202
if (c == C(VKILL, CTRL('u')) || c == C(
VWERASE
, CTRL('w'))) {
/src/usr.bin/telnet/
externs.h
342
# define termWerasChar new_tc.c_cc[
VWERASE
]
/src/sys/compat/common/
tty_43.c
204
tty_setctrlchar(tp,
VWERASE
, ltc->t_werasc);
215
ltc->t_werasc = tty_getctrlchar(tp,
VWERASE
);
/src/bin/ksh/
edit.c
220
# ifdef
VWERASE
221
edchars.werase = cb.c_cc[
VWERASE
];
/src/sys/compat/sunos/
sunos_ioctl.c
237
bt->c_cc[
VWERASE
] = st->c_cc[14] ? st->c_cc[14] : _POSIX_VDISABLE;
363
st->c_cc[14]= bt->c_cc[
VWERASE
] != _POSIX_VDISABLE? bt->c_cc[
VWERASE
]:0;
/src/sys/compat/sunos32/
sunos32_ioctl.c
273
bt->c_cc[
VWERASE
] = st->c_cc[14] ? st->c_cc[14] : _POSIX_VDISABLE;
399
st->c_cc[14]= bt->c_cc[
VWERASE
] != _POSIX_VDISABLE? bt->c_cc[
VWERASE
]:0;
/src/libexec/telnetd/
sys_term.c
143
setval(
VWERASE
, SLC_VARIABLE);
/src/sys/compat/linux/common/
linux_termios.h
454
bts->c_cc[
VWERASE
] = lts->c_cc[LINUX_VWERASE];
559
lts->c_cc[LINUX_VWERASE] = bts->c_cc[
VWERASE
];
/src/sys/compat/ultrix/
ultrix_ioctl.c
256
bt->c_cc[
VWERASE
] = EMUL_TO_NATIVE_CC(st->c_cc[16]);
396
st->c_cc[16]= NATIVE_TO_EMUL_CC(bt->c_cc[
VWERASE
]);
/src/sys/kern/
tty.c
785
if (CCEQ(cc[
VWERASE
], c)) {
Completed in 22 milliseconds
Indexes created Sat Oct 18 17:09:52 GMT 2025