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

/openbsd-current/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 && SCROLL_Y > 0)
94 #define SCREENTEST() (initscr() != NULL && STAT_R < COLS && SCROLL_Y > 0)

Completed in 105 milliseconds