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

  /src/lib/libedit/
tty.h 323 # ifdef VERASE2
324 # if NUMCC <= VERASE2
325 # undef VERASE2
326 # endif /* NUMCC <= VERASE2 */
327 # endif /* VERASE2 */
tty.c 133 #ifdef VERASE2
134 {C_ERASE2, VERASE2,
136 #endif /* VERASE2 */
402 #if defined(VERASE2)
404 #endif /* VERASE2 */
663 #ifdef VERASE2
665 return VERASE2;
666 #endif /* VERASE2 */
762 #ifdef VERASE2
763 s[C_ERASE2] = td->c_cc[VERASE2];
    [all...]

Completed in 39 milliseconds