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

/freebsd-9.3-release/contrib/tcsh/
H A Ded.term.h422 # ifdef VPGOFF
423 # if NUMCC <= VPGOFF
424 # undef VPGOFF macro
425 # endif /* NUMCC <= VPGOFF */
426 # endif /* VPGOFF */
H A Ded.term.c513 # if defined(VPGOFF) || defined(TIOCGPAGE)
515 # endif /* VPGOFF */
840 # ifdef VPGOFF
841 s[C_PGOFF] = n->c_cc[VPGOFF];
842 # endif /* VPGOFF */
976 # ifdef VPGOFF
977 n->c_cc[VPGOFF] = s[C_PGOFF];
978 # endif /* VPGOFF */
/freebsd-9.3-release/lib/libedit/
H A Dtty.h379 # ifdef VPGOFF
380 # if NUMCC <= VPGOFF
381 # undef VPGOFF macro
382 # endif /* NUMCC <= VPGOFF */
383 # endif /* VPGOFF */
H A Dtty.c426 #if defined(VPGOFF)
428 #endif /* VPGOFF */
652 #ifdef VPGOFF
654 return VPGOFF;
655 #endif /* VPGOFF */
740 #ifdef VPGOFF
741 s[C_PGOFF] = td->c_cc[VPGOFF];
742 #endif /* VPGOFF */
822 #ifdef VPGOFF
823 td->c_cc[VPGOFF]
[all...]

Completed in 101 milliseconds