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

  /external/libedit/src/
tty.h 325 # ifdef VERASE2
326 # if NUMCC <= VERASE2
327 # undef VERASE2
328 # endif /* NUMCC <= VERASE2 */
329 # endif /* VERASE2 */
tty.c 129 #ifdef VERASE2
130 {C_ERASE2, VERASE2,
132 #endif /* VERASE2 */
398 #if defined(VERASE2)
400 #endif /* VERASE2 */
666 #ifdef VERASE2
668 return VERASE2;
669 #endif /* VERASE2 */
765 #ifdef VERASE2
766 s[C_ERASE2] = td->c_cc[VERASE2];
    [all...]

Completed in 40 milliseconds