OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_PL
(Results
1 - 4
of
4
) sorted by relevancy
/src/games/monop/
monop.c
66
const char *name_list[
MAX_PL
+2]; /* list of players' names */
272
num_play >
MAX_PL
)
274
MAX_PL
);
322
int
max_pl
= 0;
local in function:init_players
331
max_pl
= i;
341
player =
max_pl
;
342
cur_p = &play[
max_pl
];
343
printf("%s (%d) goes first\n", cur_p->name,
max_pl
+ 1);
monop.h
49
#define
MAX_PL
9 /* maximum number of players */
prop.c
159
static bool in[
MAX_PL
];
execute.c
223
for (i = 0; i <
MAX_PL
+2; i++) {
532
if (getnum("numplayers", txt, 2,
MAX_PL
, &num_play) < 0) {
Completed in 13 milliseconds
Indexes created Sat Oct 18 17:09:52 GMT 2025