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

  /src/games/canfield/canfield/
betinfo.h 36 long hand; /* cost of dealing hand */ member in struct:betinfo
37 long inspection; /* cost of inspecting hand */
canfield.c 156 static struct cardtype *talon, *hand, *stock, *basecard; variable in typeref:struct:cardtype **
301 printw("|ht = hand to talon |");
322 printw("|Costs Hand Game Total |");
708 hand = deck[18];
734 this.hand = costofhand;
735 game.hand += costofhand;
736 total.hand += costofhand;
879 printw("Hand is now empty ");
890 printw("Talon is now the new hand");
895 transit(&talon, &hand);
    [all...]
  /src/games/mille/
mille.h 57 #define HAND_SZ 7 /* number of cards in a hand */
116 #define S_IN_HAND 1 /* safety in player's hand */
177 CARD hand[HAND_SZ]; member in struct:__anon52fc66f40108
  /src/sys/arch/sun3/dev/
xy.c 411 xyc->ciorq = &xyc->reqs[XYC_CTLIOPB]; /* short hand name */
412 xyc->ciopb = &xyc->iopbase[XYC_CTLIOPB]; /* short hand name */
1432 int togo, chain, hand; local in function:xyc_chain
1462 hand = xycsc->xy_hand;
1466 togo--, hand = (hand + 1) % XYC_MAXIOPB) {
1468 if (XY_STATE(xycsc->reqs[hand].mode) != XY_SUB_NORM ||
1469 xycsc->iopbase[hand].done)
1472 xycsc->xy_chain[chain] = &xycsc->reqs[hand];
  /src/sys/dev/vme/
xy.c 529 xyc->ciorq = &xyc->reqs[XYC_CTLIOPB]; /* short hand name */
530 xyc->ciopb = &xyc->iopbase[XYC_CTLIOPB]; /* short hand name */
1571 int togo, chain, hand; local in function:xyc_chain
1599 hand = xycsc->xy_hand;
1603 togo--, hand = (hand + 1) % XYC_MAXIOPB) {
1606 if (XY_STATE(xycsc->reqs[hand].mode) != XY_SUB_NORM ||
1607 xycsc->iopbase[hand].done)
1610 xycsc->xy_chain[chain] = &xycsc->reqs[hand];
  /src/sys/dev/ieee1394/
firewirereg.h 206 void (*hand) (struct fw_xferq *); member in struct:fw_xferq
251 void (*hand) (struct fw_xfer *); member in struct:fw_xfer
  /src/sbin/resize_ffs/
resize_ffs.c 659 static int hand = 0; /* hand rotates through all frags in the fs */ local in function:find_freespace
660 int cgsize; /* size of the cg hand currently points into */
661 uint32_t cgn; /* number of cg hand currently points into */
662 int fwc; /* frag-within-cg number of frag hand points
667 unsigned char *bits; /* cg_blksfree()[] for cg hand points into */
669 cgn = dtog(newsb, hand);
670 fwc = dtogd(newsb, hand);
671 secondpass = (hand == 0);
679 return (hand + 1 - run)
713 static int hand = 0; \/* hand rotates through all frags in fs *\/ local in function:find_freeblock
756 static int hand = 0; \/* hand rotates through all inodes in fs *\/ local in function:find_freeinode
    [all...]

Completed in 17 milliseconds