Home
last modified time | relevance | path

Searched refs:CWERASE (Results 1 – 6 of 6) sorted by relevance

/mirbsd/src/lib/libedit/
Dtty.h219 # ifndef CWERASE
220 # define CWERASE _POSIX_VDISABLE macro
234 # ifndef CWERASE
235 # define CWERASE CONTROL('w') macro
Dtty.c94 CWERASE, CSUSP, CDSUSP, CREPRINT,
/mirbsd/src/sys/sys/
Dttydefaults.h74 #define CWERASE CTRL('w') macro
90 CEOF, CEOL, CEOL, CERASE, CWERASE, CKILL, CREPRINT,
/mirbsd/src/bin/stty/
Dcchar.c77 { "werase", VWERASE, CWERASE },
/mirbsd/src/usr.bin/talk/
Dinit_disp.c118 ? CWERASE : tty.c_cc[VWERASE]; in set_edit_chars()
/mirbsd/src/lib/libncurses/src/progs/
Dtset.c745 #if defined(VWERASE) && defined(CWERASE) in reset_mode()
746 mode.c_cc[VWERASE] = CHK(mode.c_cc[VWERASE], CWERASE); in reset_mode()