Home
last modified time | relevance | path

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

/netbsd-src/games/canfield/canfield/
H A Dcanfield.c224 static int samesuit(const struct cardtype *, int);
1269 samesuit(const struct cardtype *cp, int let) in samesuit() function
1289 && samesuit(*cp, tempbase)) { in movetofound()