HomeSort by: relevance | last modified time | path
    Searched refs:VERASE2 (Results 1 - 3 of 3) 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...]
  /src/external/bsd/less/dist/
screen.c 494 #ifdef VERASE2
495 erase2_char = s.c_cc[VERASE2];

Completed in 45 milliseconds