Home
last modified time | relevance | path

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

/dports/games/yahtzee/yahtzee/
H A Dyahtzee.h9 #define NUM_LOWER 7 macro
10 #define NUM_FIELDS (NUM_UPPER + NUM_LOWER)
H A Dmain.c31 static char *lower_headers[NUM_LOWER] =
113 for (i = 0; i < NUM_LOWER; ++i) in init()
334 for (i = 0; i < NUM_LOWER; ++i) in lower_total()
431 for (i = 0; i < NUM_LOWER; ++i) in setup_board()
H A Dcomputer.c31 static char *lower_headers[NUM_LOWER] =
/dports/games/tali/tali-40.4/src/
H A Dyahtzee.c66 int NUM_LOWER = NUM_LOWER_YAHTZEE; variable
178 NUM_LOWER = NUM_LOWER_YAHTZEE; in NewGame()
183 NUM_LOWER = NUM_LOWER_KISMET; in NewGame()
289 for (i = 0; i < NUM_LOWER; ++i) in lower_total()
H A Dyahtzee.h85 extern int NUM_LOWER;
H A Dclist.c386 for (i = 0; i < NUM_LOWER; i++) { in setup_score_list()