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

  /src/games/canfield/canfield/
canfield.c 1202 struct cardtype *tempcard; local in function:tabprint
1212 tempcard = tableau[sour];
1214 tempcard = tempcard->next;
1215 printcard(pilemap[des], dlength, tempcard);
canfield.c 1202 struct cardtype *tempcard; local in function:tabprint
1212 tempcard = tableau[sour];
1214 tempcard = tempcard->next;
1215 printcard(pilemap[des], dlength, tempcard);
canfield.c 1202 struct cardtype *tempcard; local in function:tabprint
1212 tempcard = tableau[sour];
1214 tempcard = tempcard->next;
1215 printcard(pilemap[des], dlength, tempcard);

Completed in 80 milliseconds