/illumos-gate/usr/src/lib/libsqlite/test/ |
H A D | pager.test | 15 # $Id: pager.test,v 1.14 2004/02/25 02:20:42 drh Exp $ 24 # Basic sanity check. Open and close a pager. 26 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 { 59 do_test pager-2.3.1 { [all …]
|
/illumos-gate/usr/src/lib/libsqlite/ |
H A D | main.mk | 61 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 D | Makefile.com | 32 pager.o \ 80 $(SRCDIR)/pager.c \ 132 $(SRCDIR)/pager.c \
|
/illumos-gate/usr/src/cmd/sgs/elfedit/common/ |
H A D | elfedit.c | 317 if (state.pager.fptr != NULL) { in elfedit_msg() 320 stream = state.pager.fptr; in elfedit_msg() 412 (state.pager.fptr == NULL)) { in elfedit_pager_init() 428 state.pager.fptr = popen(cmd, MSG_ORIG(MSG_STR_W)); in elfedit_pager_init() 429 if (state.pager.fptr == NULL) { in elfedit_pager_init() 453 if (state.pager.fptr != NULL) { in elfedit_pager_cleanup() 454 if (pclose(state.pager.fptr) == -1) 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() [all …]
|
H A D | _elfedit.h | 175 } pager; member
|
H A D | elfedit.msg | 216 @ MSG_ERR_PAGERFINI "Error encountered closing pager process\n"
|
/illumos-gate/usr/src/cmd/man/ |
H A D | man.c | 179 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 D | main.c | 1280 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 D | Makefile.com | 38 pager.o \
|
/illumos-gate/usr/src/lib/libficl/ |
H A D | Makefile.com | 25 hash.o callback.o word.o loader.o pager.o extras.o \
|
/illumos-gate/usr/src/grub/grub-0.97/docs/ |
H A D | grub.info-4 | 217 * pager: pager.
|
H A D | grub.info-2 | 715 * 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 D | grub.info | 2019 * 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 D | grub.texi | 2198 * 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 D | system-man.p5m | 67 # less is the default (per user environment) pager. We really should just
|
/illumos-gate/usr/src/cmd/fm/fmadm/common/ |
H A D | faulty.c | 1666 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/boot/libsa/ |
H A D | Makefile.inc | 33 getopt.o gets.o globals.o pager.o panic.o printf.o \
|
/illumos-gate/usr/src/cmd/zonecfg/ |
H A D | zonecfg.c | 1005 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/grub/grub-0.97/ |
H A D | NEWS | 83 * 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 D | ChangeLog | 1657 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 D | cstyle | 638 usr/src/lib/krb5/ss/pager.c
|