HomeSort by: relevance | last modified time | path
    Searched defs:type_maj (Results 1 - 2 of 2) sorted by relevancy

  /src/games/monop/
cards.c 239 char type_maj, type_min; local in function:get_card
247 type_maj = thiscard->actioncode[0];
249 } while (dp->gojf_used && type_maj == GOJF);
254 switch (type_maj) {
361 char type_maj; local in function:ret_card
383 type_maj = dp->info[gojfpos].actioncode[0];
384 } while (type_maj != GOJF);
cards.c 239 char type_maj, type_min; local in function:get_card
247 type_maj = thiscard->actioncode[0];
249 } while (dp->gojf_used && type_maj == GOJF);
254 switch (type_maj) {
361 char type_maj; local in function:ret_card
383 type_maj = dp->info[gojfpos].actioncode[0];
384 } while (type_maj != GOJF);

Completed in 26 milliseconds