HomeSort by: relevance | last modified time | path
    Searched defs:catmore (Results 1 - 2 of 2) sorted by relevancy

  /src/games/hack/
hack.main.c 89 const char *catmore; /* default pager */ variable in typeref:typename:const char *
249 if (((catmore = getenv("HACKPAGER")) == NULL &&
250 (catmore = getenv("PAGER")) == NULL) ||
251 catmore[0] == '\0')
252 catmore = DEF_PAGER;
hack.main.c 89 const char *catmore; /* default pager */ variable in typeref:typename:const char *
249 if (((catmore = getenv("HACKPAGER")) == NULL &&
250 (catmore = getenv("PAGER")) == NULL) ||
251 catmore[0] == '\0')
252 catmore = DEF_PAGER;

Completed in 56 milliseconds