HomeSort by: relevance | last modified time | path
    Searched refs:C_ERASE (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libedit/
tty.h 408 #define C_ERASE 2
tty.c 130 {C_ERASE, VERASE,
382 {"erase", C_SH(C_ERASE), MD_CHAR},
636 case C_ERASE:
742 s[C_ERASE] = td->c_cc[VERASE];
824 td->c_cc[VERASE] = s[C_ERASE];

Completed in 14 milliseconds