Home
last modified time | relevance | path

Searched refs:pager (Results 1 – 25 of 43) sorted by relevance

12

/freebsd/usr.bin/gzip/
H A Dzmore46 pager=${PAGER-less}
48 pager=${PAGER-more}
53 gzip -cdfq 2>&1 | $pager $flags
59 gzip -cdfq "$1" 2>&1 | $pager $flags
/freebsd/contrib/ntp/sntp/libopts/
H A Dpgusage.c78 char const * pager = (char const *)getenv(PAGER_NAME); in mk_pager_cmd() local
85 if (pager == NULL) in mk_pager_cmd()
86 pager = MORE_STR; in mk_pager_cmd()
88 bfsz = 2 * strlen(fname) + strlen(pager) + PAGE_USAGE_FMT_LEN; in mk_pager_cmd()
90 snprintf(res, bfsz, PAGE_USAGE_FMT, pager, fname); in mk_pager_cmd()
/freebsd/contrib/ntp/scripts/calc_tickadj/
H A Dcalc_tickadj-opts20 my $pager = $ENV{PAGER} || '(less || more)';
22 open STDOUT, "| $pager" or die "Can't fork a pager: $!";
48 --more-help Pass the extended usage text through a pager
H A Dinvoke-calc_tickadj.texi58 the usage text by passing it through a pager program.
72 --more-help Pass the extended usage text through a pager
/freebsd/contrib/ntp/scripts/ntp-wait/
H A Dntp-wait-opts20 my $pager = $ENV{PAGER} || '(less || more)';
22 open STDOUT, "| $pager" or die "Can't fork a pager: $!";
50 --more-help Pass the extended usage text through a pager
H A Dinvoke-ntp-wait.texi56 the usage text by passing it through a pager program.
71 --more-help Pass the extended usage text through a pager
/freebsd/contrib/ntp/scripts/ntptrace/
H A Dntptrace-opts20 my $pager = $ENV{PAGER} || '(less || more)';
22 open STDOUT, "| $pager" or die "Can't fork a pager: $!";
50 --more-help Pass the extended usage text through a pager
H A Dinvoke-ntptrace.texi57 the usage text by passing it through a pager program.
72 --more-help Pass the extended usage text through a pager
/freebsd/contrib/ntp/scripts/ntpsweep/
H A Dntpsweep-opts20 my $pager = $ENV{PAGER} || '(less || more)';
22 open STDOUT, "| $pager" or die "Can't fork a pager: $!";
55 --more-help Pass the extended usage text through a pager
H A Dinvoke-ntpsweep.texi40 the usage text by passing it through a pager program.
57 --more-help Pass the extended usage text through a pager
/freebsd/contrib/ntp/scripts/
H A Dplot_summary-opts20 my $pager = $ENV{PAGER} || '(less || more)';
22 open STDOUT, "| $pager" or die "Can't fork a pager: $!";
61 --more-help Pass the extended usage text through a pager
H A Dsummary-opts20 my $pager = $ENV{PAGER} || '(less || more)';
22 open STDOUT, "| $pager" or die "Can't fork a pager: $!";
57 --more-help Pass the extended usage text through a pager
H A Dinvoke-summary.texi37 the usage text by passing it through a pager program.
55 --more-help Pass the extended usage text through a pager
H A Dinvoke-plot_summary.texi36 the usage text by passing it through a pager program.
56 --more-help Pass the extended usage text through a pager
/freebsd/contrib/ntp/scripts/update-leap/
H A Dupdate-leap-opts20 my $pager = $ENV{PAGER} || '(less || more)';
22 open STDOUT, "| $pager" or die "Can't fork a pager: $!";
60 --more-help Pass the extended usage text through a pager
/freebsd/contrib/mandoc/
H A Dmain.c1229 * then fork the pager and wait for the user to close it. in woptions()
1259 /* Once in the foreground, activate the pager. */
1267 /* Wait for the pager to stop or exit. */ in run_pager()
1291 const char *pager; in run_pager()
1303 pager = getenv("MANPAGER"); in run_pager()
1304 if (pager == NULL || *pager == '\0') in run_pager()
1305 pager = getenv("PAGER"); in run_pager()
1306 if (pager == NULL || *pager in run_pager()
1323 const char *pager; spawn_pager() local
[all...]
/freebsd/crypto/krb5/src/util/ss/
H A Ddeps44 pager.so pager.po $(OUTPRE)pager.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
46 $(top_srcdir)/include/k5-thread.h copyright.h pager.c \
H A DMakefile.in35 request_tbl.o list_rqs.o pager.o requests.o \
41 $(srcdir)/request_tbl.c $(srcdir)/list_rqs.c $(srcdir)/pager.c \
/freebsd/contrib/ntp/sntp/ag-tpl/0-old/
H A Dperlopt.tpl138 my $pager = $ENV{PAGER} || '(less || more)';
140 open STDOUT, "| $pager" or die "Can't fork a pager: $!";
162 --more-help Pass the extended usage information through a pager
/freebsd/contrib/tnftp/src/
H A Dcmds.c2563 char *pager, *locfile; in lpage() local
2579 pager = ftp_malloc(len); in lpage()
2580 (void)strlcpy(pager, p, len); in lpage()
2581 (void)strlcat(pager, " ", len); in lpage()
2582 (void)strlcat(pager, locfile, len); in lpage()
2583 system(pager); in lpage()
2585 (void)free(pager); in lpage()
2598 char *pager; in page() local
2610 pager = ftp_malloc(len); in page()
2611 pager[0] = '|'; in page()
[all …]
/freebsd/tools/boot/
H A Dlua-lint.sh20 --globals pager --globals gfx --globals hash --std lua53
/freebsd/krb5/util/ss/
H A DMakefile27 pager.c \
/freebsd/tools/tools/git/
H A Dgit-arc.sh387 git --no-pager show --oneline --no-patch "$commit"
739 git --no-pager show --oneline --no-patch "$commit"
/freebsd/contrib/ntp/ntpsnmpd/
H A Dinvoke-ntpsnmpd.texi42 the usage text by passing it through a pager program.
58 -! no more-help extended usage information passed thru pager
/freebsd/stand/libsa/
H A DMakefile17 hexdump.c nvstore.c pager.c panic.c printf.c strdup.c strerror.c \

12