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

  /src/games/canfield/canfield/
canfield.c 224 static int samesuit(const struct cardtype *, int);
1269 samesuit(const struct cardtype *cp, int let) function in typeref:typename:int
1289 && samesuit(*cp, tempbase)) {
canfield.c 224 static int samesuit(const struct cardtype *, int);
1269 samesuit(const struct cardtype *cp, int let) function in typeref:typename:int
1289 && samesuit(*cp, tempbase)) {
canfield.c 224 static int samesuit(const struct cardtype *, int);
1269 samesuit(const struct cardtype *cp, int let) function in typeref:typename:int
1289 && samesuit(*cp, tempbase)) {

Completed in 143 milliseconds