Searched refs:RBOUND (Results 1 – 4 of 4) sorted by relevance
96 if (y >= UBOUND && y < DBOUND && x >= LBOUND && x < RBOUND) in showexpl()120 if (y < UBOUND || y >= DBOUND || x < LBOUND || x >= RBOUND) in rollexpl()
118 if (x < LBOUND || x >= RBOUND) in candig()
58 #define RBOUND (WIDTH - 1) macro
308 for ( ; x < RBOUND; x++) in stplayer()