OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VERASE
(Results
1 - 25
of
45
) sorted by relevancy
1
2
/src/libexec/getty/
init.c
63
{ "er", M(
VERASE
), NULL }, /* erase character */
/src/sys/sys/
ttydefaults.h
93
[
VERASE
] = CERASE,
termios.h
52
#define
VERASE
3 /* ICANON */
/src/usr.bin/tset/
set.c
59
mode.c_cc[
VERASE
] = CHK(mode.c_cc[
VERASE
], CERASE);
166
if (mode.c_cc[
VERASE
] == 0 || erasechar != 0)
167
mode.c_cc[
VERASE
] = erasechar ? erasechar : CERASE;
tset.c
193
report("Erase",
VERASE
, CERASE);
/src/games/backgammon/common_source/
table.c
119
if (c == old.c_cc[
VERASE
] && ncin > 0) {
123
if (old.c_cc[
VERASE
] == '\010')
146
if (old.c_cc[
VERASE
] == '\010') {
save.c
80
if (*fs == old.c_cc[
VERASE
]) {
/src/lib/libedit/
tty.h
288
# ifdef
VERASE
289
# if NUMCC <=
VERASE
290
# undef
VERASE
291
# endif /* NUMCC <=
VERASE
*/
292
# endif /*
VERASE
*/
tty.c
129
#ifdef
VERASE
130
{C_ERASE,
VERASE
,
132
#endif /*
VERASE
*/
381
#if defined(
VERASE
)
383
#endif /*
VERASE
*/
635
#ifdef
VERASE
637
return
VERASE
;
638
#endif /*
VERASE
*/
741
#ifdef
VERASE
742
s[C_ERASE] = td->c_cc[
VERASE
];
[
all
...]
/src/usr.bin/mail/
tty.c
204
c_erase = t->c_cc[
VERASE
];
219
t->c_cc[
VERASE
] = _POSIX_VDISABLE;
235
t->c_cc[
VERASE
] = c_erase;
/src/bin/stty/
cchar.c
65
{ "erase",
VERASE
, CERASE },
key.c
177
ip->t.c_cc[
VERASE
] = (u_char)0177;
/src/usr.bin/talk/
init_disp.c
109
my_win.cerase = tty.c_cc[
VERASE
];
/src/crypto/external/bsd/openssh/dist/
ttymodes.h
64
TTYCHAR(
VERASE
, 3)
/src/external/bsd/top/dist/
screen.c
411
ch_erase = old_settings.c_cc[
VERASE
];
436
ch_erase = old_settings.c_cc[
VERASE
];
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
termios.d
57
VERASE
156
enum
VERASE
= 2;
253
enum
VERASE
= 3;
350
enum
VERASE
= 3;
447
enum
VERASE
= 3;
544
enum
VERASE
= 3;
641
enum
VERASE
= 3;
737
enum
VERASE
= 2;
/src/games/hack/
hack.tty.c
139
erase_char = inittyb.c_cc[
VERASE
];
/src/lib/libcurses/
tty.c
624
return _cursesi_screen->baset.c_cc[
VERASE
];
653
*ch = _cursesi_screen->baset.c_cc[
VERASE
];
/src/external/bsd/ntp/dist/ntpd/
refclock_leitch.c
291
ttyb.c_cc[
VERASE
] = ttyb.c_cc[VKILL] = '\0';
315
ttyp->c_cc[
VERASE
] = ttyp->c_cc[VKILL] = '\0';
/src/external/gpl3/gdb.old/dist/sim/ppc/
emul_unix.c
1294
#ifdef
VERASE
1295
target.c_cc[SOLARIS_VERASE] = host->c_cc[
VERASE
];
1367
#ifdef
VERASE
1368
target.c_cc[SOLARIS_VERASE] = host->c_cc[
VERASE
];
2266
#ifdef
VERASE
2267
target.c_cc[LINUX_VERASE] = host->c_cc[
VERASE
];
2349
#ifdef
VERASE
2350
target.c_cc[LINUX_VERASE] = host->c_cc[
VERASE
];
/src/external/gpl3/gdb/dist/sim/ppc/
emul_unix.c
1294
#ifdef
VERASE
1295
target.c_cc[SOLARIS_VERASE] = host->c_cc[
VERASE
];
1367
#ifdef
VERASE
1368
target.c_cc[SOLARIS_VERASE] = host->c_cc[
VERASE
];
2266
#ifdef
VERASE
2267
target.c_cc[LINUX_VERASE] = host->c_cc[
VERASE
];
2349
#ifdef
VERASE
2350
target.c_cc[LINUX_VERASE] = host->c_cc[
VERASE
];
/src/distrib/utils/more/
screen.c
173
erase_char = s.c_cc[
VERASE
];
/src/lib/libc/gen/
getpass.c
212
if (c == C(
VERASE
, CTRL('h'))) {
/src/sys/compat/linux/common/
linux_termios.h
266
bts->c_cc[
VERASE
] = lt->c_cc[LINUX_OLD_VERASE];
353
lt->c_cc[LINUX_OLD_VERASE] = bts->c_cc[
VERASE
];
447
bts->c_cc[
VERASE
] = lts->c_cc[LINUX_VERASE];
552
lts->c_cc[LINUX_VERASE] = bts->c_cc[
VERASE
];
/src/tests/lib/libcurses/director/
director.c
250
term_attr.c_cc[
VERASE
] = '\b';
Completed in 34 milliseconds
1
2
Indexes created Sat Aug 01 00:24:56 UTC 2026