Home
last modified time | relevance | path

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

/openbsd/lib/libedit/
H A Dtty.h219 # ifndef CWERASE
220 # define CWERASE _POSIX_VDISABLE macro
234 # ifndef CWERASE
235 # define CWERASE CONTROL('w') macro
H A Dtty.c97 CWERASE, CSUSP, CDSUSP, CREPRINT,
/openbsd/sys/sys/
H A Dttydefaults.h74 #define CWERASE CTRL('w') macro
90 CEOF, CEOL, CEOL, CERASE, CWERASE, CKILL, CREPRINT,
/openbsd/bin/stty/
H A Dcchar.c71 { "werase", VWERASE, CWERASE },
/openbsd/usr.bin/tic/
H A Dreset_cmd.c230 #if defined(VWERASE) && defined(CWERASE) in reset_tty_settings()
231 reset_char(VWERASE, CWERASE); in reset_tty_settings()
/openbsd/usr.bin/talk/
H A Dinit_disp.c112 ? CWERASE : tty.c_cc[VWERASE]; in set_edit_chars()