Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/test/
H A Dpager.test26 do_test pager-1.0 {
33 do_test pager-1.1 {
36 do_test pager-1.2 {
39 do_test pager-1.3 {
42 do_test pager-1.4 {
48 do_test pager-2.1 {
53 #do_test pager-2.2 {
89 do_test pager-2.4 {
92 do_test pager-2.5 {
95 do_test pager-2.6 {
[all …]
/illumos-gate/usr/src/lib/libsqlite/
H A Dmain.mk61 main.o opcodes.o os.o pager.o parse.o pragma.o printf.o random.o \
85 $(TOP)/src/pager.c \
86 $(TOP)/src/pager.h \
114 $(TOP)/src/pager.c \
194 btree.o: $(TOP)/src/btree.c $(HDR) $(TOP)/src/pager.h
206 pager.o: $(TOP)/src/pager.c $(HDR) $(TOP)/src/pager.h
207 $(TCCX) -c $(TOP)/src/pager.c
H A DMakefile.com32 pager.o \
80 $(SRCDIR)/pager.c \
132 $(SRCDIR)/pager.c \
/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfedit.c317 if (state.pager.fptr != NULL) { in elfedit_msg()
320 stream = state.pager.fptr; in elfedit_msg()
453 if (state.pager.fptr != NULL) { in elfedit_pager_cleanup()
457 state.pager.fptr = NULL; in elfedit_pager_cleanup()
473 int pager; in elfedit_printf() local
480 pager = (state.pager.fptr != NULL); in elfedit_printf()
481 fptr = pager ? state.pager.fptr : stdout; in elfedit_printf()
525 int pager; in dbg_print() local
540 pager = (state.pager.fptr != NULL); in dbg_print()
541 fptr = pager ? state.pager.fptr : stdout; in dbg_print()
[all …]
H A D_elfedit.h175 } pager; member
H A Delfedit.msg216 @ MSG_ERR_PAGERFINI "Error encountered closing pager process\n"
/illumos-gate/usr/src/cmd/man/
H A Dman.c179 static char *pager = NULL; variable
264 pager = "cat"; in main()
379 if (pager == NULL) { in main()
380 if ((pager = getenv("PAGER")) == NULL || *pager == '\0') in main()
381 pager = PAGER; in main()
383 DPRINTF("-- Using pager: %s\n", pager); in main()
1320 (void) snprintf(cmdbuf, BUFSIZ, "%s %s", pager, catpname); in format()
1328 path, cattool, manpname, (manwidth > 0) ? tmpbuf : "", pager); in format()
/illumos-gate/usr/src/cmd/mandoc/
H A Dmain.c1280 const char *pager; in spawn_pager() local
1291 pager = getenv("MANPAGER"); in spawn_pager()
1292 if (pager == NULL || *pager == '\0') in spawn_pager()
1293 pager = getenv("PAGER"); in spawn_pager()
1294 if (pager == NULL || *pager == '\0') in spawn_pager()
1295 pager = BINM_PAGER; in spawn_pager()
1296 cp = mandoc_strdup(pager); in spawn_pager()
/illumos-gate/usr/src/lib/krb5/ss/
H A DMakefile.com38 pager.o \
/illumos-gate/usr/src/lib/libficl/
H A DMakefile.com25 hash.o callback.o word.o loader.o pager.o extras.o \
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dgrub.info-4217 * pager: pager.
H A Dgrub.info-2715 * pager:: Change the state of the internal pager
853 File: grub.info, Node: ifconfig, Next: pager, Prev: hide, Up: General commands
867 File: grub.info, Node: pager, Next: partnew, Prev: ifconfig, Up: General commands
869 pager
872 - Command: pager [flag]
873 Toggle or set the state of the internal pager. If FLAG is `on',
874 the internal pager is enabled. If FLAG is `off', it is disabled.
878 File: grub.info, Node: partnew, Next: parttype, Prev: pager, Up: General commands
1105 and it is used for the internal pager function. If you don't
H A Dgrub.info2019 * pager:: Change the state of the internal pager
2157 File: grub.info, Node: ifconfig, Next: pager, Prev: hide, Up: General commands
2171 File: grub.info, Node: pager, Next: partnew, Prev: ifconfig, Up: General commands
2173 13.2.7 pager
2176 -- Command: pager [flag]
2177 Toggle or set the state of the internal pager. If FLAG is `on',
2178 the internal pager is enabled. If FLAG is `off', it is disabled.
2182 File: grub.info, Node: partnew, Next: parttype, Prev: pager, Up: General commands
2409 and it is used for the internal pager function. If you don't
4261 * pager: pager. (line 7)
[all …]
H A Dgrub.texi2198 * pager:: Change the state of the internal pager
2370 @node pager
2371 @subsection pager
2373 @deffn Command pager [flag]
2374 Toggle or set the state of the internal pager. If @var{flag} is
2375 @samp{on}, the internal pager is enabled. If @var{flag} is @samp{off},
2602 terminal, and it is used for the internal pager function. If you don't
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-man.p5m67 # less is the default (per user environment) pager. We really should just
/illumos-gate/usr/src/cmd/fm/fmadm/common/
H A Dfaulty.c1666 char *pager; in cmd_faulty() local
1719 if ((pager = getenv("PAGER")) == NULL) in cmd_faulty()
1720 pager = "/usr/bin/more"; in cmd_faulty()
1721 fp = popen(pager, "w"); in cmd_faulty()
/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg.c1005 char *pager, *space; in pager_open() local
1007 pager = getenv("PAGER"); in pager_open()
1008 if (pager == NULL || *pager == '\0') in pager_open()
1009 pager = PAGER; in pager_open()
1011 space = strchr(pager, ' '); in pager_open()
1014 if (path_find(pager) == 0) { in pager_open()
1017 if ((newfp = popen(pager, "w")) == NULL) in pager_open()
1023 pager, strerror(errno)); in pager_open()
/illumos-gate/usr/src/boot/libsa/
H A DMakefile.inc32 getopt.o gets.o globals.o pager.o panic.o printf.o \
/illumos-gate/usr/src/grub/grub-0.97/
H A DNEWS83 * A built-in, `more'-like pager is added. When a command prints too many
85 feature can be turned off by the new command "pager".
H A DChangeLog1657 COUNT_LINES to -1, to disable the pager.
1684 * docs/grub.texi (General commands): Added ``pager'' into the
1686 (pager): New subsection.
1730 (longopts): Added an entry for "--no-pager".
1731 (usage): Added a description about "--no-pager".
1733 thing is done with OPT_BATCH, because the pager is just harmful
1743 An internal pager is implemented.
1750 (vbeprobe_func): Remove the pager code specific to this
1760 printed by this internal pager.
/illumos-gate/exception_lists/
H A Dcstyle638 usr/src/lib/krb5/ss/pager.c