Home
last modified time | relevance | path

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

/netbsd-src/games/monop/
H A Dcards.c56 const char *actioncode; member
247 type_maj = thiscard->actioncode[0]; in get_card()
250 type_min = thiscard->actioncode[1]; in get_card()
251 num = atoi(thiscard->actioncode+2); in get_card()
383 type_maj = dp->info[gojfpos].actioncode[0]; in ret_card()