/titanic_50/usr/src/lib/libsqlite/test/ |
H A D | pager.test | 17 # $Id: pager.test,v 1.14 2004/02/25 02:20:42 drh Exp $ 26 # Basic sanity check. Open and close a pager. 28 do_test pager-1.0 { 35 do_test pager-1.1 { 38 do_test pager-1.2 { 41 do_test pager-1.3 { 44 do_test pager-1.4 { 50 do_test pager-2.1 { 55 #do_test pager-2.2 { 61 do_test pager-2.3.1 { [all …]
|
/titanic_50/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 | 29 pager.o \ 78 $(SRCDIR)/pager.c \ 127 $(SRCDIR)/pager.c \
|
/titanic_50/usr/src/cmd/mandoc/ |
H A D | main.c | 948 const char *pager; in spawn_pager() local 988 pager = getenv("MANPAGER"); in spawn_pager() 989 if (pager == NULL || *pager == '\0') in spawn_pager() 990 pager = getenv("PAGER"); in spawn_pager() 991 if (pager == NULL || *pager == '\0') in spawn_pager() 992 pager = "/usr/bin/more -s"; in spawn_pager() 993 cp = mandoc_strdup(pager); in spawn_pager()
|
/titanic_50/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"
|
/titanic_50/usr/src/cmd/man/ |
H A D | man.c | 168 static char *pager = NULL; variable 253 pager = "cat"; in main() 370 if (pager == NULL) { in main() 371 if ((pager = getenv("PAGER")) == NULL || *pager == '\0') in main() 372 pager = PAGER; in main() 374 DPRINTF("-- Using pager: %s\n", pager); in main() 1253 (void) snprintf(cmdbuf, BUFSIZ, "%s %s", pager, catpname); in format() 1261 path, cattool, manpname, (manwidth > 0) ? tmpbuf : "", pager); in format()
|
/titanic_50/usr/src/lib/krb5/ss/ |
H A D | Makefile.com | 37 pager.o \
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | system-man.mf | 60 # less is the default (per user environment) pager. We really should just
|
/titanic_50/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
|
/titanic_50/usr/src/cmd/fm/fmadm/common/ |
H A D | faulty.c | 1663 char *pager; in cmd_faulty() local 1716 if ((pager = getenv("PAGER")) == NULL) in cmd_faulty() 1717 pager = "/usr/bin/more"; in cmd_faulty() 1718 fp = popen(pager, "w"); in cmd_faulty()
|
/titanic_50/usr/src/cmd/zonecfg/ |
H A D | zonecfg.c | 978 char *pager, *space; in pager_open() local 980 pager = getenv("PAGER"); in pager_open() 981 if (pager == NULL || *pager == '\0') in pager_open() 982 pager = PAGER; in pager_open() 984 space = strchr(pager, ' '); in pager_open() 987 if (path_find(pager) == 0) { in pager_open() 990 if ((newfp = popen(pager, "w")) == NULL) in pager_open() 996 pager, strerror(errno)); in pager_open()
|
/titanic_50/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.
|
/titanic_50/exception_lists/ |
H A D | cstyle | 702 usr/src/lib/krb5/ss/pager.c
|