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

12

/netbsd-current/libexec/getty/
H A Dinit.c63 { "er", M(VERASE), NULL }, /* erase character */
/netbsd-current/usr.bin/tset/
H A Dset.c59 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;
H A Dtset.c193 report("Erase", VERASE, CERASE);
/netbsd-current/sys/sys/
H A Dttydefaults.h93 [VERASE] = CERASE,
H A Dtermios.h52 #define VERASE 3 /* ICANON */ macro
/netbsd-current/games/backgammon/common_source/
H A Dtable.c119 if (c == old.c_cc[VERASE] && ncin > 0) {
123 if (old.c_cc[VERASE] == '\010')
146 if (old.c_cc[VERASE] == '\010') {
H A Dsave.c80 if (*fs == old.c_cc[VERASE]) {
/netbsd-current/usr.bin/mail/
H A Dtty.c204 c_erase = t->c_cc[VERASE];
219 t->c_cc[VERASE] = _POSIX_VDISABLE;
235 t->c_cc[VERASE] = c_erase;
/netbsd-current/lib/libedit/
H A Dtty.h288 # ifdef VERASE
289 # if NUMCC <= VERASE
290 # undef VERASE macro
291 # endif /* NUMCC <= VERASE */
292 # endif /* VERASE */
H A Dtty.c129 #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...]
/netbsd-current/bin/stty/
H A Dcchar.c65 { "erase", VERASE, CERASE },
H A Dkey.c177 ip->t.c_cc[VERASE] = (u_char)0177;
/netbsd-current/usr.bin/talk/
H A Dinit_disp.c109 my_win.cerase = tty.c_cc[VERASE];
/netbsd-current/external/bsd/top/dist/
H A Dscreen.c411 ch_erase = old_settings.c_cc[VERASE];
436 ch_erase = old_settings.c_cc[VERASE];
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dttymodes.h64 TTYCHAR(VERASE, 3)
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dtermios.d57 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;
/netbsd-current/games/hack/
H A Dhack.tty.c139 erase_char = inittyb.c_cc[VERASE];
/netbsd-current/lib/libcurses/
H A Dtty.c621 return _cursesi_screen->baset.c_cc[VERASE];
650 *ch = _cursesi_screen->baset.c_cc[VERASE];
/netbsd-current/external/gpl3/gdb/dist/sim/ppc/
H A Demul_unix.c1294 #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];
/netbsd-current/external/gpl3/gdb.old/dist/sim/ppc/
H A Demul_unix.c1305 #ifdef VERASE
1306 target.c_cc[SOLARIS_VERASE] = host->c_cc[VERASE];
1378 #ifdef VERASE
1379 target.c_cc[SOLARIS_VERASE] = host->c_cc[VERASE];
2279 #ifdef VERASE
2280 target.c_cc[LINUX_VERASE] = host->c_cc[VERASE];
2362 #ifdef VERASE
2363 target.c_cc[LINUX_VERASE] = host->c_cc[VERASE];
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Drefclock_leitch.c291 ttyb.c_cc[VERASE] = ttyb.c_cc[VKILL] = '\0';
315 ttyp->c_cc[VERASE] = ttyp->c_cc[VKILL] = '\0';
/netbsd-current/distrib/utils/more/
H A Dscreen.c173 erase_char = s.c_cc[VERASE];
/netbsd-current/usr.sbin/lpr/lpd/
H A Dkey.c160 ip->t.c_cc[VERASE] = (u_char)0177;
/netbsd-current/lib/libc/gen/
H A Dgetpass.c212 if (c == C(VERASE, CTRL('h'))) {
/netbsd-current/usr.bin/telnet/
H A Dexterns.h335 # define termEraseChar new_tc.c_cc[VERASE]

Completed in 217 milliseconds

12