Home | History | Annotate | Download | only in libedit

Lines Matching refs:VSTOP

408 #if defined(VSTOP)
410 #endif /* VSTOP */
671 #ifdef VSTOP
673 return VSTOP;
674 #endif /* VSTOP */
768 #ifdef VSTOP
769 s[C_STOP] = td->c_cc[VSTOP];
770 #endif /* VSTOP */
850 #ifdef VSTOP
851 td->c_cc[VSTOP] = s[C_STOP];
852 #endif /* VSTOP */