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

/macosx-10.9.5/bash-92/bash-3.2/examples/scripts.v2/
H A Dpf34 Files are paged by the program specified in the user's PAGER
35 environment variable, or by $DefPager if PAGER is not set.
60 [ -z "$PAGER" ] && PAGER=$DefPager
63 [ $# = 0 ] && exec $PAGER $Opts
106 [ ${#plain[@]} -gt 0 ] && $PAGER $Opts "${plain[@]}"
112 case "$PAGER" in
116 $2 "$file" | $PAGER "$Prompt" $Opts
127 [ ${#plain[@]} -gt 0 ] && exec $PAGER $Opts "${plain[@]}"
H A Dfman19 # 92/10/18 If PAGER is less, search for name of man page to make it easier
117 local section OtherSec filename NPAGER=$PAGER POpt page=$1 Pat
122 case "$PAGER" in
155 NPAGER="exec $PAGER"
215 P=$PAGER
220 [ -n "$P" ] && PAGER=$P
236 [ ! -t 0 ] && PAGER=cat
273 #case "$PAGER" in
277 #cmd=(man $manopt -p$PAGER "${aargs[@]}")
278 export PAGER
[all...]
/macosx-10.9.5/CPANInternal-140/Test-Simple/
H A D.perlcriticrc12 pager = $PAGER
/macosx-10.9.5/man-16/man/src/
H A Dapropos.sh86 done | eval ${PAGER:-more -E}
/macosx-10.9.5/zsh-60/zsh/Functions/Misc/
H A Drun-help32 ${=PAGER:-more} $HELPDIR/$1
68 (*) builtin functions ${what[(w)1]} | ${=PAGER:-more};;
/macosx-10.9.5/bash-92/bash-3.2/examples/scripts/
H A Dbcsh.sh156 # PAGER paging program used by history command, default = "more"
314 PAGER=${PAGER-more}
376 export histfile savehist history aliasfile EDITOR VISUAL PAGER cmdno PS1 PS2
945 grep -n . $histfile | tail -n $history | sed -e 's@:@ @' | $PAGER
1020 $PAGER $aliasfile
H A Dadventure.sh23 CAT=${PAGER:-more}
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dmanconf.vim66 \ PAGER BROWSER HTMLPAGER CMP CAT COMPRESS
/macosx-10.9.5/bash-92/bash-3.2/examples/bashdb/
H A Dbashdb462 pager=${PAGER-more}
/macosx-10.9.5/ruby-104/ruby/lib/rdoc/ri/
H A Ddriver.rb30 # * Paging output (uses RI_PAGER environment variable, PAGER environment
169 'PAGER' environment variable.
1369 # PAGER environment variables followed by pager, less then more.
1376 pagers = [ENV['RI_PAGER'], ENV['PAGER'], 'pager', 'less', 'more']
/macosx-10.9.5/groff-38/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}" \
/macosx-10.9.5/vim-53/src/auto/
H A Dconfigure11935 (eval MANPAGER=cat PAGER=cat man -s 2 read) < /dev/null > /dev/null 2>&5 && MANDEF="man -s"
/macosx-10.9.5/zsh-60/zsh/
H A Dconfigure1426 --enable-readnullcmd=PAGER

Completed in 317 milliseconds