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

/freebsd-11-stable/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;
814 s[C_WERASE] = n->c_cc[VWERASE];
900 n->t_werasc = s[C_WERASE];
950 n->c_cc[VWERASE] = s[C_WERASE];
H A Ded.term.h480 #define C_WERASE 12 macro
/freebsd-11-stable/lib/libedit/
H A Dtty.h419 #define C_WERASE 12 macro
H A Dtty.c151 {C_WERASE, VWERASE,
413 {"werase", C_SH(C_WERASE), MD_CHAR},
676 case C_WERASE:
772 s[C_WERASE] = td->c_cc[VWERASE];
854 td->c_cc[VWERASE] = s[C_WERASE];

Completed in 122 milliseconds