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

/freebsd-9.3-release/contrib/tcsh/
H A Ded.term.h417 # ifdef VPAGE
418 # if NUMCC <= VPAGE
419 # undef VPAGE macro
420 # endif /* NUMCC <= VPAGE */
421 # endif /* VPAGE */
H A Ded.term.c510 # if defined(VPAGE) || defined(TIOCGPAGE)
512 # endif /* VPAGE */
837 # ifdef VPAGE
838 s[C_PAGE] = n->c_cc[VPAGE];
839 # endif /* VPAGE */
973 # ifdef VPAGE
974 n->c_cc[VPAGE] = s[C_PAGE];
975 # endif /* VPAGE */
/freebsd-9.3-release/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.c423 #if defined(VPAGE)
425 #endif /* VPAGE */
648 #ifdef VPAGE
650 return VPAGE;
651 #endif /* VPAGE */
737 #ifdef VPAGE
738 s[C_PAGE] = td->c_cc[VPAGE];
739 #endif /* VPAGE */
819 #ifdef VPAGE
820 td->c_cc[VPAGE]
[all...]

Completed in 61 milliseconds