Lines Matching defs:pager
485 * If a pager is attached, flush the pipe leading to it
487 * to the end. Then wait for the user to close the pager.
948 const char *pager;
978 /* The child process becomes the pager. */
988 pager = getenv("MANPAGER");
989 if (pager == NULL || *pager == '\0')
990 pager = getenv("PAGER");
991 if (pager == NULL || *pager == '\0')
992 pager = "/usr/bin/more -s";
993 cp = mandoc_strdup(pager);
996 * Parse the pager command into words.
1014 /* Hand over to the pager. */