Home
last modified time | relevance | path

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

/dflybsd-src/games/fish/
H A Dfish.c253 drawcard(int player, int *hand) in drawcard()
274 gofish(int askedfor, int player, int *hand) in gofish()
289 goodmove(int player, int move, int *hand, int *opphand) in goodmove()
311 chkwinner(int player, int *hand) in chkwinner()
352 printhand(int *hand) in printhand()
372 countcards(int *hand) in countcards()
382 countbooks(int *hand) in countbooks()
/dflybsd-src/games/cribbage/
H A Dsupport.c123 plyrhand(CARD hand[], const char *s) in plyrhand()
284 anymove(CARD hand[], int n, int sum) in anymove()
303 anysumto(CARD hand[], int n, int s, int t) in anysumto()
H A Dscore.c105 scorehand(CARD hand[], CARD starter, int n, bool crb, bool do_explain) in scorehand()
175 fifteens(CARD hand[], int n) in fifteens()
H A Dio.c163 infrom(CARD hand[], int n, const char *prompt) in infrom()
/dflybsd-src/test/stress/stress2/testcases/badcode/
H A Dbadcode.c62 hand(int i) { /* alarm handler */ in hand() function
/dflybsd-src/tools/tools/net80211/w00t/redir/
H A Dbuddy.c116 void hand(int s) in hand() function
/dflybsd-src/games/canfield/cfscores/
H A Dcfscores.c44 long hand; /* cost of dealing hand */ member
/dflybsd-src/games/mille/
H A Dmove.c550 sort(CARD *hand) in sort()
H A Dmille.h159 CARD hand[HAND_SZ]; member
/dflybsd-src/sys/bus/firewire/
H A Dfwmem.c87 void *hand) in fwmem_xfer_req()
H A Dfirewirereg.h202 void (*hand) (struct fw_xferq *); member
250 void (*hand) (struct fw_xfer *); member
/dflybsd-src/games/canfield/canfield/
H A Dcanfield.c142 struct cardtype *talon, *hand, *stock, *basecard; variable
174 long hand; /* cost of dealing hand */ member
/dflybsd-src/contrib/mdocml/
H A Dmansearch.c323 struct ohash *hand, *h1, *h2; in manmerge_and() local
/dflybsd-src/sys/dev/sound/pcm/
H A Dsound.c121 snd_setup_intr(device_t dev, struct resource *res, int flags, driver_intr_t hand, void *param, void… in snd_setup_intr()