HomeSort by: relevance | last modified time | path
    Searched refs:cards (Results 1 - 13 of 13) sorted by relevancy

  /src/games/monop/
deck.h 38 struct cardinfo; /* private to cards.c */
44 int num_cards; /* number of cards in deck */
47 int *cards; /* which cards (indexes info[]) */ member in struct:dk_st
55 /* cards.c */
cards.c 1 /* $NetBSD: cards.c,v 1.27 2014/12/29 10:38:52 jnemeth Exp $ */
35 static char sccsid[] = "@(#)cards.c 8.1 (Berkeley) 5/31/93";
37 __RCSID("$NetBSD: cards.c,v 1.27 2014/12/29 10:38:52 jnemeth Exp $");
53 #define GOJF 'F' /* char for get-out-of-jail-free cards */
212 dp->cards = calloc((size_t)dp->num_cards, sizeof(dp->cards[0]));
213 if (dp->cards == NULL)
217 dp->cards[i] = i;
227 temp = dp->cards[r2];
228 dp->cards[r2] = dp->cards[r1]
    [all...]
Makefile 7 SRCS= monop.c cards.c execute.c getinp.c houses.c jail.c misc.c \
execute.c 298 fprintf(outf, " cards");
300 fprintf(outf, " %d", deck[i].cards[j]);
418 * - there are only two GOJF cards floating around
661 } else if (!strcmp(attribute, "cards")) {
667 printf("cards: out of range value\n");
670 dp->cards[j] = tmp;
673 printf("cards: invalid values\n");
  /src/games/cribbage/
Makefile 9 SRCS= extern.c crib.c cards.c instr.c io.c score.c support.c
  /src/games/fish/
fish.c 62 #define CARDS 4
63 #define TOTCARDS RANKS * CARDS
69 static const char *const cards[] = { variable in typeref:typename:const char * const[]
73 #define PRC(card) (void)printf(" %s", cards[card])
164 (void)printf("%d cards in my hand, %d in the pool.\n",
183 for (p = cards; *p; ++p)
190 n = p - cards;
203 (void)printf("You don't have any %s's!\n", cards[n]);
221 } while (!comphand[lmove] || comphand[lmove] == CARDS);
225 (void)printf("I ask you for: %s.\n", cards[lmove])
    [all...]
  /src/sys/external/bsd/drm/dist/scripts/
create_bsd_pci_lists.sh 13 Please contact dri-devel@lists.sf.net to add new cards to this list
create_linux_pci_lists.sh 13 Please contact dri-devel@lists.sf.net to add new cards to this list
  /src/sys/dev/pci/bktr/
bktr_card.c 7 * This is part of the Driver for Video Capture Cards (Frame grabbers)
8 * and TV Tuner cards using the Brooktree Bt848, Bt848A, Bt849A, Bt878, Bt879
12 * bktr_card : This deals with identifying TV cards.
125 /* and on most BT878s cards to store the sub-system vendor id */
144 static const struct CARDTYPE cards[] = { variable in typeref:typename:const struct CARDTYPE[]
387 * (This is not fitted to all makes of card. All Hauppauge cards have them
388 * and so do newer Bt878 based cards.
451 * Some BT848 cards have no tuner and no additional i2c devices
493 * On some cards, the EEPROM appears in several locations, but all in the
510 * The scheme used for probing cards faces these problems
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
rk3288-veyron-sdmmc.dtsi 3 * Google Veyron (and derivatives) fragment for sdmmc cards
armada-385-turris-omnia.dts 204 * in most cases users have wifi cards in
rk3288-evb.dtsi 167 * vcc_io directly. Those boards won't be able to power cycle SD cards
  /src/games/canfield/canfield/
canfield.c 154 static struct cardtype cards[decksize]; variable in typeref:struct:cardtype[]
504 * procedure to create a deck of cards
518 ideck[i] = &cards[i];
519 cards[i].rank = r;
520 cards[i].suit = s;
521 cards[i].color = colormap[scnt];
522 cards[i].next = NIL;
562 * procedure to print the cards on the board
633 * Procedure to set the cards on the foundation base when available.
725 * procedure to print the beginning cards and to start each gam
    [all...]

Completed in 19 milliseconds