HomeSort by: relevance | last modified time | path
    Searched refs:VPAGE (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libedit/
tty.h 373 # ifdef VPAGE
374 # if NUMCC <= VPAGE
375 # undef VPAGE
376 # endif /* NUMCC <= VPAGE */
377 # endif /* VPAGE */
tty.c 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]
    [all...]

Completed in 12 milliseconds