Home
last modified time | relevance | path

Searched refs:C_WERASE (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/tcsh/
H A Ded.term.c65 C_SH(C_WERASE)|C_SH(C_REPRINT)|C_SH(C_SUSP)|C_SH(C_DSUSP)|
487 { "werase", C_SH(C_WERASE), M_CHAR },
764 s[C_WERASE] = n->t_werasc; in tty_getchar()
814 s[C_WERASE] = n->c_cc[VWERASE]; in tty_getchar()
900 n->t_werasc = s[C_WERASE]; in tty_setchar()
950 n->c_cc[VWERASE] = s[C_WERASE]; in tty_setchar()
H A Ded.term.h480 #define C_WERASE 12 macro
/freebsd/contrib/libedit/
H A Dtty.c150 {C_WERASE, VWERASE,
412 {"werase", C_SH(C_WERASE), MD_CHAR},
676 case C_WERASE: in tty__getcharindex()
772 s[C_WERASE] = td->c_cc[VWERASE]; in tty__getchar()
854 td->c_cc[VWERASE] = s[C_WERASE]; in tty__setchar()
H A Dtty.h418 #define C_WERASE 12 macro