Lines Matching defs:pager
538 * When using a pager, finish writing both temporary files,
567 /* Once in the foreground, activate the pager. */
575 /* Wait for the pager to stop or exit. */
1036 const char *pager;
1042 pager = getenv("MANPAGER");
1043 if (pager == NULL || *pager == '\0')
1044 pager = getenv("PAGER");
1045 if (pager == NULL || *pager == '\0')
1046 pager = "more -s";
1047 cp = mandoc_strdup(pager);
1050 * Parse the pager command into words.
1095 /* The child process becomes the pager. */
1098 err((int)MANDOCLEVEL_SYSERR, "pager stdout");
1102 /* Do not start the pager before controlling the terminal. */