OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:name_list
(Results
1 - 2
of
2
) sorted by relevancy
/src/games/monop/
monop.c
66
const char *
name_list
[MAX_PL+2]; /* list of players' names */
variable in typeref:typename:const char * []
290
name_list
[i] = play[i].name = strdup(buf);
291
if (
name_list
[i] == NULL)
295
name_list
[i++] = "done";
296
name_list
[i] = 0;
299
if (strcasecmp(
name_list
[i],
name_list
[j]) == 0) {
monop.c
66
const char *
name_list
[MAX_PL+2]; /* list of players' names */
variable in typeref:typename:const char * []
290
name_list
[i] = play[i].name = strdup(buf);
291
if (
name_list
[i] == NULL)
295
name_list
[i++] = "done";
296
name_list
[i] = 0;
299
if (strcasecmp(
name_list
[i],
name_list
[j]) == 0) {
Completed in 26 milliseconds
Indexes created Fri Oct 03 02:09:57 GMT 2025