Home | History | Annotate | Download | only in libedit

Lines Matching refs:VPAGE

432 #if defined(VPAGE)
434 #endif /* VPAGE */
703 #ifdef VPAGE
705 return VPAGE;
706 #endif /* VPAGE */
792 #ifdef VPAGE
793 s[C_PAGE] = td->c_cc[VPAGE];
794 #endif /* VPAGE */
874 #ifdef VPAGE
875 td->c_cc[VPAGE] = s[C_PAGE];
876 #endif /* VPAGE */