Searched refs:catmore (Results 1 – 2 of 2) sorted by relevance
377 extern char *catmore; in page_file()386 execlp(catmore, basename(catmore), (char *)NULL); in page_file()387 if(!silent) printf("Cannot exec %s.\n", catmore); in page_file()
91 char *catmore; /* default pager */ variable233 if(!(catmore = getenv("HACKPAGER")) && !(catmore = getenv("PAGER"))) in main()234 catmore = DEF_PAGER; in main()