Searched refs:pager (Results 1 - 12 of 12) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/makemandb/
H A Dapropos.c50 int pager; member in struct:apropos_flags
119 aflags.pager = 1;
158 if (aflags.pager) {
159 const char *pager = getenv("PAGER"); local
160 if (pager == NULL)
161 pager = _PATH_PAGER;
162 /* Open a pipe to the pager */
163 if ((cbdata.out = popen(pager, "w")) == NULL) {
209 * option, then the output is sent to a pager, otherwise stdout is the default
/netbsd-6-1-5-RELEASE/sys/arch/ia64/stand/common/
H A DMakefile.inc5 SRCS+= panic.c calloc.c readdir.c pager.c environment.c fileload.c
/netbsd-6-1-5-RELEASE/games/quiz/
H A Dquiz.c163 const char *pager; local
166 pager = "cat";
168 if (!(pager = getenv("PAGER")) || (*pager == 0))
169 pager = _PATH_PAGER;
171 if ((pf = popen(pager, "w")) == NULL)
172 err(1, "%s", pager);
/netbsd-6-1-5-RELEASE/games/fish/
H A Dfish.c438 const char *pager; local
450 pager = "cat";
452 if (!(pager = getenv("PAGER")) || (*pager == 0))
453 pager = _PATH_MORE;
459 (void)execl("/bin/sh", "sh", "-c", pager, (char *) NULL);
460 err(1, "exec sh -c %s", pager);
/netbsd-6-1-5-RELEASE/games/wump/
H A Dwump.c753 const char *pager; local
773 pager = "cat";
775 if (!(pager = getenv("PAGER")) || (*pager == 0))
776 pager = _PATH_PAGER;
784 (void)execl("/bin/sh", "sh", "-c", pager, (char *) NULL);
785 err(1, "exec sh -c %s", pager);
/netbsd-6-1-5-RELEASE/usr.bin/man/
H A Dman.c80 int cat; /* -c: do not use a pager */
103 const char *pager; /* pager to use */ member in struct:manstate
201 * we will need (machine type, pager, section [if specified
216 if (!m.cat && !m.how && !m.where) { /* if we need a pager ... */
220 if ((m.pager = getenv("PAGER")) != NULL &&
221 m.pager[0] != '\0')
222 m.pager = check_pager(m.pager);
224 m.pager
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/etcupdate/
H A Detcupdate87 -p pager Which pager to use (default: /usr/bin/more)
/netbsd-6-1-5-RELEASE/usr.bin/ftp/
H A Dcmds.c1302 * the `pager' versions.
1343 p = getoptionvalue("pager");
2562 char *pager, *locfile; local
2574 p = getoptionvalue("pager");
2578 pager = ftp_malloc(len);
2579 (void)strlcpy(pager, p, len);
2580 (void)strlcat(pager, " ", len);
2581 (void)strlcat(pager, locfile, len);
2582 system(pager);
2584 (void)free(pager);
2597 char *pager; local
[all...]
/netbsd-6-1-5-RELEASE/games/hack/
H A DMakefile14 hack.o_init.c hack.objnam.c hack.options.c hack.pager.c hack.potion.c \
/netbsd-6-1-5-RELEASE/usr.bin/mail/
H A Dlex.c427 * If none, then setup the pager unless "pager-off" is defined.
473 const char *pager; local
474 pager = value(ENAME_PAGER);
475 if (pager == NULL || *pager == '\0')
476 pager = _PATH_MORE;
478 if ((fout = Popen(pager, "w")) == NULL) {
479 warn("Popen: %s", pager);
/netbsd-6-1-5-RELEASE/gnu/dist/groff/contrib/groffer/
H A Dgroffer2.sh433 'pager' 'preprocessor' 'prompt' 'sections' 'systems' 'troff-device'";
501 export _MANOPT_PAGER; # $MANOPT --pager
3837 --pager=program preset the paging program for tty mode.
3843 --text output in a text device without a pager.
3844 --tty display with a pager on text terminal even when in X.
3845 --tty-viewer=prog select a pager for tty mode; same as --pager.
4321 -P|--pager)
4322 list_append mpm_list '--pager' "$1";
4652 --pager|
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/tests/
H A Ddig8.c260 char *pager = NULL; variable

Completed in 319 milliseconds