Home
last modified time | relevance | path

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

/openbsd/games/sail/
H A Dplayer.h65 #define STAT_R (STAT_L+STAT_X-1) macro
92 #define SCREENTEST() (initscr() != NULL && signal(SIGTSTP, SIG_DFL) != SIG_ERR && STAT_R < COLS && …
94 #define SCREENTEST() (initscr() != NULL && STAT_R < COLS && SCROLL_Y > 0)