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

  /src/games/hack/
hack.pager.c 172 static boolean whole_screen = TRUE; variable in typeref:typename:boolean
179 whole_screen = (LI - ROWNO - 2 <= PAGMIN || !CD);
188 whole_screen = TRUE; /* force a docrt(), our first */
201 if (!whole_screen) {
217 if (whole_screen)
239 if (whole_screen)
hack.pager.c 172 static boolean whole_screen = TRUE; variable in typeref:typename:boolean
179 whole_screen = (LI - ROWNO - 2 <= PAGMIN || !CD);
188 whole_screen = TRUE; /* force a docrt(), our first */
201 if (!whole_screen) {
217 if (whole_screen)
239 if (whole_screen)

Completed in 26 milliseconds