Home
last modified time | relevance | path

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

12

/freebsd-12-stable/usr.bin/gzip/
Dzmore47 pager=${PAGER-less}
49 pager=${PAGER-more}
54 gzip -cdfq 2>&1 | $pager $flags
60 gzip -cdfq "$1" 2>&1 | $pager $flags
/freebsd-12-stable/contrib/ntp/sntp/libopts/
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-12-stable/stand/lua/
Dcli.lua35 if not pager then
38 pager = {
236 pager.open()
238 pager.output(v .. "\n")
240 pager.close()
/freebsd-12-stable/contrib/ntp/scripts/calc_tickadj/
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
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-12-stable/contrib/ntp/scripts/ntp-wait/
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
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-12-stable/contrib/ntp/scripts/ntptrace/
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
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-12-stable/contrib/ntp/scripts/
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
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
Dinvoke-summary.texi37 the usage text by passing it through a pager program.
55 --more-help Pass the extended usage text through a pager
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-12-stable/contrib/ntp/scripts/ntpsweep/
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
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-12-stable/contrib/ntp/scripts/update-leap/
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-12-stable/contrib/ntp/sntp/ag-tpl/0-old/
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-12-stable/contrib/tnftp/src/
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-12-stable/contrib/mandoc/
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()
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-12-stable/tools/boot/
Dlua-lint.sh21 --globals pager --std lua53
/freebsd-12-stable/contrib/ntp/ntpsnmpd/
Dinvoke-ntpsnmpd.texi42 the usage text by passing it through a pager program.
58 -! no more-help extended usage information passed thru pager
/freebsd-12-stable/stand/libsa/
DMakefile17 globals.c pager.c panic.c printf.c strdup.c strerror.c \
/freebsd-12-stable/contrib/ntp/ntpdc/
Dinvoke-ntpdc.texi72 the usage text by passing it through a pager program.
109 -! no more-help extended usage information passed thru pager
/freebsd-12-stable/contrib/ntp/sntp/
Dinvoke-sntp.texi96 the usage text by passing it through a pager program.
140 -! no more-help extended usage information passed thru pager

12