Home | History | Annotate | Download | only in libedit

Lines Matching refs:VWERASE

149 #ifdef VWERASE
150 {C_WERASE, VWERASE,
152 #endif /* VWERASE */
411 #if defined(VWERASE)
413 #endif /* VWERASE */
675 #ifdef VWERASE
677 return VWERASE;
678 #endif /* VWERASE */
771 #ifdef VWERASE
772 s[C_WERASE] = td->c_cc[VWERASE];
773 #endif /* VWERASE */
853 #ifdef VWERASE
854 td->c_cc[VWERASE] = s[C_WERASE];
855 #endif /* VWERASE */