Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/nsadmin/
H A Ddot-profile.sh8 export PAGER="/usr/bin/less -ins"
/titanic_41/usr/src/cmd/man/
H A Dman.h27 #define PAGER "less -ins" macro
H A Dman.c372 pager = PAGER; in main()
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dasppp2pppd1388 $PAGER = fixpath($ENV{PAGER}, "/usr/bin/less");
1403 print "\t2 - view contents of file using $PAGER\n" if $PAGER ne "";
1469 } elsif ($ans == 2 && $PAGER ne "") {
1482 system($PAGER, $tempname);
/titanic_41/usr/src/cmd/sgs/elfedit/common/
H A Delfedit.msg645 @ MSG_STR_PAGER "PAGER"
/titanic_41/usr/src/cmd/zonecfg/
H A Dzonecfg.c90 #define PAGER "/usr/bin/more" macro
982 pager = PAGER; in pager_open()