Searched refs:VPAGE (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/lib/libedit/
H A Dtty.h374 # ifdef VPAGE
375 # if NUMCC <= VPAGE
376 # undef VPAGE macro
377 # endif /* NUMCC <= VPAGE */
378 # endif /* VPAGE */
H A Dtty.c433 #if defined(VPAGE)
435 #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]
[all...]
/freebsd-11-stable/contrib/tcsh/
H A Ded.term.h424 # ifdef VPAGE
425 # if NUMCC <= VPAGE
426 # undef VPAGE macro
427 # endif /* NUMCC <= VPAGE */
428 # endif /* VPAGE */
H A Ded.term.c507 # if defined(VPAGE) || defined(TIOCGPAGE)
509 # endif /* VPAGE */
834 # ifdef VPAGE
835 s[C_PAGE] = n->c_cc[VPAGE];
836 # endif /* VPAGE */
970 # ifdef VPAGE
971 n->c_cc[VPAGE] = s[C_PAGE];
972 # endif /* VPAGE */

Completed in 73 milliseconds