Home
last modified time | relevance | path

Searched refs:pager (Results 1 – 25 of 38) 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/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/contrib/mandoc/
H A Dmain.c1310 const char *pager; in spawn_pager() local
1321 pager = getenv("MANPAGER"); in spawn_pager()
1322 if (pager == NULL || *pager == '\0') in spawn_pager()
1323 pager = getenv("PAGER"); in spawn_pager()
1324 if (pager == NULL || *pager == '\0') in spawn_pager()
1325 pager = BINM_PAGER; in spawn_pager()
1326 cp = mandoc_strdup(pager); in spawn_pager()
H A Dconfigure.local.example159 # If less(1) is available, it is used as the default manual pager.
161 # It is possible to force using a different default pager, either
/freebsd/tools/boot/
H A Dlua-lint.sh20 --globals pager --globals gfx --globals hash --std lua53
/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/tools/tools/git/
H A Dgit-arc.sh433 git --no-pager show --oneline --no-patch "$commit"
729 git --no-pager show --oneline --no-patch "$commit"
/freebsd/stand/libsa/
H A DMakefile17 hexdump.c nvstore.c pager.c panic.c printf.c strdup.c strerror.c \
/freebsd/contrib/ntp/ntpdc/
H A Dinvoke-ntpdc.texi72 the usage text by passing it through a pager program.
109 -! no more-help extended usage information passed thru pager
/freebsd/contrib/ntp/sntp/
H A Dinvoke-sntp.texi96 the usage text by passing it through a pager program.
140 -! no more-help extended usage information passed thru pager

12