Home
last modified time | relevance | path

Searched refs:catmore (Results 1 – 2 of 2) sorted by relevance

/openbsd/games/hack/
H A Dhack.pager.c377 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()
H A Dhack.main.c91 char *catmore; /* default pager */ variable
233 if(!(catmore = getenv("HACKPAGER")) && !(catmore = getenv("PAGER"))) in main()
234 catmore = DEF_PAGER; in main()