Searched refs:CWERASE (Results 1 - 10 of 10) sorted by relevance

/freebsd-9.3-release/sys/sys/
H A Dttydefaults.h83 #define CWERASE CTRL('W') macro
99 CEOF, CEOL, CEOL, CERASE, CWERASE, CKILL, CREPRINT,
/freebsd-9.3-release/contrib/tcsh/
H A Ded.term.h192 # undef CWERASE macro
262 # ifndef CWERASE
263 # define CWERASE _POSIX_VDISABLE macro
264 # endif /* CWERASE */
277 # ifndef CWERASE
278 # define CWERASE TO_CONTROL('w') macro
279 # endif /* CWERASE */
H A Ded.init.c66 (uc)CWERASE, (uc)CSUSP, (uc)CDSUSP, (uc)CREPRINT,
/freebsd-9.3-release/lib/libedit/
H A Dtty.h219 # ifndef CWERASE
220 # define CWERASE _POSIX_VDISABLE macro
221 # endif /* CWERASE */
234 # ifndef CWERASE
235 # define CWERASE CONTROL('w') macro
236 # endif /* CWERASE */
H A Dtty.c94 CWERASE, CSUSP, CDSUSP, CREPRINT,
/freebsd-9.3-release/bin/stty/
H A Dcchar.c77 { "werase", VWERASE, CWERASE },
/freebsd-9.3-release/usr.bin/tset/
H A Dset.c78 #if defined(VWERASE) && defined(CWERASE)
79 mode.c_cc[VWERASE] = CHK(mode.c_cc[VWERASE], CWERASE);
/freebsd-9.3-release/usr.bin/talk/
H A Dinit_disp.c142 my_win.werase = CWERASE;
/freebsd-9.3-release/contrib/ncurses/progs/
H A Dtset.c769 #if defined(VWERASE) && defined(CWERASE)
770 mode.c_cc[VWERASE] = CHK(mode.c_cc[VWERASE], CWERASE);
/freebsd-9.3-release/contrib/opie/
H A Dopielogin.c964 #ifdef CWERASE
965 attr.c_cc[VWERASE] = CWERASE;
966 #else /* CWERASE */
968 #endif /* CWERASE */

Completed in 80 milliseconds