HomeSort by relevance Sort by last modified time
    Searched refs:C_ERASE (Results 1 - 2 of 2) sorted by null

  /external/libedit/src/
tty.h 410 #define C_ERASE 2
tty.c 126 {C_ERASE, VERASE,
378 {"erase", C_SH(C_ERASE), MD_CHAR},
639 case C_ERASE:
745 s[C_ERASE] = td->c_cc[VERASE];
827 td->c_cc[VERASE] = s[C_ERASE];
    [all...]

Completed in 40 milliseconds