OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Thu Oct 02 14:10:14 GMT 2025