OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:thiscard
(Results
1 - 2
of
2
) sorted by relevancy
/src/games/monop/
cards.c
243
const struct cardinfo *
thiscard
;
local in function:get_card
246
thiscard
= &dp->info[dp->top_card];
247
type_maj =
thiscard
->actioncode[0];
250
type_min =
thiscard
->actioncode[1];
251
num = atoi(
thiscard
->actioncode+2);
253
printmes(
thiscard
->text);
cards.c
243
const struct cardinfo *
thiscard
;
local in function:get_card
246
thiscard
= &dp->info[dp->top_card];
247
type_maj =
thiscard
->actioncode[0];
250
type_min =
thiscard
->actioncode[1];
251
num = atoi(
thiscard
->actioncode+2);
253
printmes(
thiscard
->text);
Completed in 42 milliseconds
Indexes created Tue Sep 30 06:09:59 GMT 2025