HomeSort by relevance Sort by last modified time
    Searched refs:VPAGE (Results 1 - 2 of 2) sorted by null

  /external/libedit/src/
tty.h 375 # ifdef VPAGE
376 # if NUMCC <= VPAGE
377 # undef VPAGE
378 # endif /* NUMCC <= VPAGE */
379 # endif /* VPAGE */
tty.c 428 #if defined(VPAGE)
430 #endif /* VPAGE */
706 #ifdef VPAGE
708 return VPAGE;
709 #endif /* VPAGE */
795 #ifdef VPAGE
796 s[C_PAGE] = td->c_cc[VPAGE];
797 #endif /* VPAGE */
877 #ifdef VPAGE
878 td->c_cc[VPAGE] = s[C_PAGE]
    [all...]

Completed in 65 milliseconds