Home
last modified time | relevance | path

Searched refs:PAGER (Results 1 – 25 of 44) sorted by relevance

12

/freebsd/contrib/bmake/
H A Dimport.sh7 PAGER=${PAGER:-${LESS:-${MORE:-more}}}
114 $PAGER $SB/tmp/bmake-import.F $SB/tmp/bmake-import.diff
/freebsd/usr.bin/gzip/
H A Dzmore46 pager=${PAGER-less}
48 pager=${PAGER-more}
/freebsd/share/examples/ipfw/
H A Dchange_rules.sh61 PAGER=${PAGER:-/usr/bin/more}
140 [ $a = 'Yes' ] && ${PAGER} ${TMPFILE}
/freebsd/bin/sh/
H A Ddot.profile8 PAGER=less
9 export PAGER
H A Ddot.shrc23 # alias m="$PAGER"
/freebsd/share/skel/
H A Ddot.profile17 PAGER=less; export PAGER
H A Ddot.mailrc9 set PAGER=less
H A Ddot.cshrc21 setenv PAGER less
H A Ddot.shrc23 alias m="$PAGER"
/freebsd/contrib/tcsh/
H A Ddot.login8 setenv PAGER less
/freebsd/tools/tools/nanobsd/pcengines/Files/root/
H A D.cshrc19 setenv PAGER less
/freebsd/tools/tools/nanobsd/rescue/Files/root/
H A D.cshrc16 setenv PAGER less
/freebsd/bin/csh/
H A Ddot.cshrc24 setenv PAGER less
/freebsd/contrib/ntp/scripts/calc_tickadj/
H A Dcalc_tickadj-opts20 my $pager = $ENV{PAGER} || '(less || more)';
H A Dinvoke-calc_tickadj.texi60 @code{fork(2)} function. The @code{PAGER} environment variable is
/freebsd/contrib/ntp/scripts/ntp-wait/
H A Dntp-wait-opts20 my $pager = $ENV{PAGER} || '(less || more)';
/freebsd/contrib/ntp/scripts/ntptrace/
H A Dntptrace-opts20 my $pager = $ENV{PAGER} || '(less || more)';
/freebsd/contrib/ntp/scripts/ntpsweep/
H A Dntpsweep-opts20 my $pager = $ENV{PAGER} || '(less || more)';
/freebsd/contrib/ntp/scripts/
H A Dplot_summary-opts20 my $pager = $ENV{PAGER} || '(less || more)';
H A Dsummary-opts20 my $pager = $ENV{PAGER} || '(less || more)';
H A Dinvoke-summary.texi39 @code{fork(2)} function. The @code{PAGER} environment variable is
H A Dinvoke-plot_summary.texi38 @code{fork(2)} function. The @code{PAGER} environment variable is
/freebsd/contrib/ntp/scripts/update-leap/
H A Dupdate-leap-opts20 my $pager = $ENV{PAGER} || '(less || more)';
/freebsd/usr.bin/man/
H A Dman.sh944 if [ -n "$PAGER" ]; then
945 MANPAGER="$PAGER"
/freebsd/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh2126 cat - modifiedfiles <<- EOF | ${PAGER}
2157 cat - files.removed <<- EOF | ${PAGER}
2166 cat - files.added <<- EOF | ${PAGER}
2175 cat - files.updated <<- EOF | ${PAGER}
3608 if [ -z "$PAGER" ]; then
3609 PAGER=/usr/bin/less

12