Searched refs:C_ERASE (Results 1 - 4 of 4) sorted by last modified time

/freebsd-9.3-release/lib/libedit/
H A Dtty.c121 {C_ERASE, VERASE,
373 {"erase", C_SH(C_ERASE), MD_CHAR},
581 case C_ERASE:
687 s[C_ERASE] = td->c_cc[VERASE];
769 td->c_cc[VERASE] = s[C_ERASE];
H A Dtty.h409 #define C_ERASE 2 macro
/freebsd-9.3-release/contrib/tcsh/
H A Ded.term.c460 { "erase", C_SH(C_ERASE), M_CHAR },
787 s[C_ERASE] = n->c_cc[VERASE];
883 s[C_ERASE] = n->sg_erase;
923 n->c_cc[VERASE] = s[C_ERASE];
1021 n->sg_erase = s[C_ERASE];
H A Ded.term.h463 #define C_ERASE 2 macro

Completed in 70 milliseconds