Searched refs:PAGER (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/usr.bin/gzip/
H A Dzmore46 pager=${PAGER-less}
48 pager=${PAGER-more}
/freebsd-current/share/examples/ipfw/
H A Dchange_rules.sh61 PAGER=${PAGER:-/usr/bin/more}
140 [ $a = 'Yes' ] && ${PAGER} ${TMPFILE}
/freebsd-current/contrib/bmake/
H A Dimport.sh7 PAGER=${PAGER:-${LESS:-${MORE:-more}}}
114 $PAGER $SB/tmp/bmake-import.F $SB/tmp/bmake-import.diff
/freebsd-current/usr.sbin/mergemaster/
H A Dmergemaster.sh94 ${PAGER} "${COMPFILE}.merged"
147 ) | ${PAGER}
416 while ! type "${PAGER%% *}" >/dev/null; do
417 echo " *** Your PAGER environment variable specifies '${PAGER}', but"
421 echo " Use 'e' to exit mergemaster and fix your PAGER variable"
422 echo " Use 'l' to set PAGER to 'less' for this run"
423 echo " Use 'm' to use plain old 'more' as your PAGER for this run"
425 echo " or you may type an absolute path to PAGER for this run"
437 PAGER
[all...]
/freebsd-current/usr.bin/man/
H A Dman.sh947 if [ -n "$PAGER" ]; then
948 MANPAGER="$PAGER"
/freebsd-current/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh2106 cat - modifiedfiles <<- EOF | ${PAGER}
2137 cat - files.removed <<- EOF | ${PAGER}
2146 cat - files.added <<- EOF | ${PAGER}
2155 cat - files.updated <<- EOF | ${PAGER}
3588 if [ -z "$PAGER" ]; then
3589 PAGER=/usr/bin/less
/freebsd-current/tools/tools/git/
H A Dgit-arc.sh785 # behaviour. Ditto for PAGER. This makes git-arc play nicer with editor
791 PAGER=$GIT_PAGER

Completed in 101 milliseconds