Searched refs:UBOUND (Results 1 – 5 of 5) 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()
116 if (y < UBOUND || y >= DBOUND) in candig()
55 #define UBOUND 1 macro
302 for (y = 0; y < UBOUND; y++) in stplayer()
381 DEFNAME ("UBOUND", "ubound", "UBound", genNONE, specUBOUND) /* F90 */2882 DEFSPEC (UBOUND,2883 "UBOUND",