Home
last modified time | relevance | path

Searched defs:hand (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/games/fish/
H A Dfish.c250 drawcard(int player, int *hand) in drawcard()
269 gofish(int askedfor, int player, int *hand) in gofish()
284 goodmove(int player, int move, int *hand, int *opphand) in goodmove()
306 chkwinner(int player, const int *hand) in chkwinner()
347 printhand(const int *hand) in printhand()
367 countcards(const int *hand) in countcards()
377 countbooks(const int *hand) in countbooks()
/openbsd-src/games/cribbage/
H A Dsupport.c118 plyrhand(CARD hand[], char *s) in plyrhand()
285 anymove(CARD hand[], int n, int sum) in anymove()
304 anysumto(CARD hand[], int n, int s, int t) in anysumto()
H A Dscore.c99 scorehand(CARD hand[], CARD starter, int n, bool crb, bool do_explain) in scorehand()
171 fifteens(CARD hand[], int n) in fifteens()
H A Dio.c153 infrom(CARD hand[], int n, char *prompt) in infrom()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/
H A D13478.C8 typedef void (A::* hand) (void); typedef
/openbsd-src/games/canfield/cfscores/
H A Dcfscores.c43 long hand; /* cost of dealing hand */ member
/openbsd-src/games/mille/
H A Dmove.c539 sort(CARD *hand) in sort()
H A Dmille.h156 CARD hand[HAND_SZ]; member
/openbsd-src/games/canfield/canfield/
H A Dcanfield.c140 struct cardtype *talon, *hand, *stock, *basecard; variable
171 long hand; /* cost of dealing hand */ member
/openbsd-src/usr.bin/mandoc/
H A Dmansearch.c320 struct ohash *hand, *h1, *h2; in manmerge_and() local