Home
last modified time | relevance | path

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

/netbsd-src/games/monop/
H A Dmonop.c66 const char *name_list[MAX_PL+2]; /* list of players' names */
272 num_play > MAX_PL) in getplayers()
274 MAX_PL); in getplayers()
H A Dmonop.h49 #define MAX_PL 9 /* maximum number of players */ macro
H A Dprop.c159 static bool in[MAX_PL]; in bid()
H A Dexecute.c223 for (i = 0; i < MAX_PL+2; i++) { in reset_game()
532 if (getnum("numplayers", txt, 2, MAX_PL, &num_play) < 0) { in restore_toplevel_attr()