Searched refs:PAGER (Results 1 - 7 of 7) sorted by last modified time

/freebsd-9.3-release/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh1902 fi | $PAGER
1932 fi | $PAGER
1941 fi | $PAGER
1951 fi | $PAGER
3286 if [ -z "$PAGER" ]; then
3287 PAGER=/usr/bin/more
/freebsd-9.3-release/usr.sbin/mergemaster/
H A Dmergemaster.sh96 ${PAGER} "${COMPFILE}.merged"
149 ) | ${PAGER}
418 while ! type "${PAGER%% *}" >/dev/null; do
419 echo " *** Your PAGER environment variable specifies '${PAGER}', but"
423 echo " Use 'e' to exit mergemaster and fix your PAGER variable"
424 echo " Use 'l' to set PAGER to 'less' for this run"
425 echo " Use 'm' to use plain old 'more' as your PAGER for this run"
427 echo " or you may type an absolute path to PAGER for this run"
439 PAGER
[all...]
/freebsd-9.3-release/share/examples/ipfw/
H A Dchange_rules.sh60 PAGER=${PAGER:-/usr/bin/more}
139 [ $a = 'Yes' ] && ${PAGER} ${TMPFILE}
/freebsd-9.3-release/contrib/ofed/management/
H A Dgen_chlog.sh26 export PAGER=""
/freebsd-9.3-release/contrib/groff/contrib/groffer/
H A Dgroffer2.sh2845 # $MANPATH, $MANROFFSEQ, $MANSEC, $PAGER, $SYSTEM, $MANOPT.
2856 # $MANPATH, $MANROFFSEQ, $MANSEC, $PAGER, $SYSTEM; overridden by
5497 # $_TMP_CAT, $_OPT_PAGER, $PAGER, $_MANOPT_PAGER,
5567 for p in "${_OPT_PAGER}" "${PAGER}" "${_MANOPT_PAGER}" \
/freebsd-9.3-release/usr.bin/gzip/
H A Dzmore47 gzip -cdfq 2>&1 | ${PAGER-more} $flags
53 gzip -cdfq "$1" 2>&1 | ${PAGER-more} $flags
/freebsd-9.3-release/usr.bin/man/
H A Dman.sh846 if [ -n "$PAGER" ]; then
847 MANPAGER="$PAGER"

Completed in 249 milliseconds