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

  /src/lib/libedit/
tty.h 415 #define C_ERASE2 9
tty.c 134 {C_ERASE2, VERASE2,
403 {"erase2", C_SH(C_ERASE2), MD_CHAR},
664 case C_ERASE2:
763 s[C_ERASE2] = td->c_cc[VERASE2];
845 td->c_cc[VERASE2] = s[C_ERASE2];

Completed in 47 milliseconds