HomeSort by: relevance | last modified time | path
    Searched defs:card (Results 1 - 25 of 75) sorted by relevancy

1 2 3

  /src/games/monop/
jail.c 44 * This routine uses a get-out-of-jail-free card to get the
48 card(void) function in typeref:typename:void
55 printf("But you don't HAVE a get out of jail free card\n");
jail.c 44 * This routine uses a get-out-of-jail-free card to get the
48 card(void) function in typeref:typename:void
55 printf("But you don't HAVE a get out of jail free card\n");
jail.c 44 * This routine uses a get-out-of-jail-free card to get the
48 card(void) function in typeref:typename:void
55 printf("But you don't HAVE a get out of jail free card\n");
  /src/games/battlestar/
misc.c 45 card(const char *array, int size) function in typeref:typename:int
misc.c 45 card(const char *array, int size) function in typeref:typename:int
misc.c 45 card(const char *array, int size) function in typeref:typename:int
  /src/games/mille/
init.c 52 CARD card; local in function:init
67 account(card = *Topcard);
68 if (is_safety(card))
69 pp->safety[card - S_CONV] = S_IN_HAND;
95 CARD temp;
100 warnx("shuffle: card no. error: %d", r);
init.c 52 CARD card; local in function:init
67 account(card = *Topcard);
68 if (is_safety(card))
69 pp->safety[card - S_CONV] = S_IN_HAND;
95 CARD temp;
100 warnx("shuffle: card no. error: %d", r);
init.c 52 CARD card; local in function:init
67 account(card = *Topcard);
68 if (is_safety(card))
69 pp->safety[card - S_CONV] = S_IN_HAND;
95 CARD temp;
100 warnx("shuffle: card no. error: %d", r);
comp.c 52 CARD card; local in function:calcmove
59 CARD safe, oppos;
76 card = pp->hand[i];
77 switch (card) {
80 if ((playit[i] = canplay(pp, op, card)) != 0)
84 if ((playit[i] = canplay(pp, op, card))
91 if ((playit[i] = canplay(pp, op, card))
92 && pp->mileage + Value[card] == End)
96 playit[i] = canplay(pp, op, card);
408 CARD bat, spd, card; local in function:onecard
    [all...]
move.c 92 error("no card there");
148 * move blank card to top by one of two methods. If the
178 CARD card; local in function:check_go
185 card = pp->hand[i];
186 if (is_safety(card) || canplay(pp, op, card)) {
189 fprintf(outf, "CHECK_GO: can play %s (%d), ", C_name[card], card);
190 fprintf(outf, "is_safety(card) = %d, ", is_safety(card))
210 CARD card; local in function:playcard
495 int card; local in function:haspicked
    [all...]
comp.c 52 CARD card; local in function:calcmove
59 CARD safe, oppos;
76 card = pp->hand[i];
77 switch (card) {
80 if ((playit[i] = canplay(pp, op, card)) != 0)
84 if ((playit[i] = canplay(pp, op, card))
91 if ((playit[i] = canplay(pp, op, card))
92 && pp->mileage + Value[card] == End)
96 playit[i] = canplay(pp, op, card);
408 CARD bat, spd, card; local in function:onecard
    [all...]
move.c 92 error("no card there");
148 * move blank card to top by one of two methods. If the
178 CARD card; local in function:check_go
185 card = pp->hand[i];
186 if (is_safety(card) || canplay(pp, op, card)) {
189 fprintf(outf, "CHECK_GO: can play %s (%d), ", C_name[card], card);
190 fprintf(outf, "is_safety(card) = %d, ", is_safety(card))
210 CARD card; local in function:playcard
495 int card; local in function:haspicked
    [all...]
comp.c 52 CARD card; local in function:calcmove
59 CARD safe, oppos;
76 card = pp->hand[i];
77 switch (card) {
80 if ((playit[i] = canplay(pp, op, card)) != 0)
84 if ((playit[i] = canplay(pp, op, card))
91 if ((playit[i] = canplay(pp, op, card))
92 && pp->mileage + Value[card] == End)
96 playit[i] = canplay(pp, op, card);
408 CARD bat, spd, card; local in function:onecard
    [all...]
move.c 92 error("no card there");
148 * move blank card to top by one of two methods. If the
178 CARD card; local in function:check_go
185 card = pp->hand[i];
186 if (is_safety(card) || canplay(pp, op, card)) {
189 fprintf(outf, "CHECK_GO: can play %s (%d), ", C_name[card], card);
190 fprintf(outf, "is_safety(card) = %d, ", is_safety(card))
210 CARD card; local in function:playcard
495 int card; local in function:haspicked
    [all...]
  /src/sys/dev/isapnp/
isapnpres.c 84 * Add a new logical device to the current card; expand the configuration
85 * resources of the current card if needed.
88 isapnp_newdev(struct isapnp_attach_args *card)
95 memcpy(dev->ipa_devident, card->ipa_devident,
96 sizeof(card->ipa_devident));
98 if (card->ipa_child == NULL)
99 card->ipa_child = dev;
101 for (ipa = card->ipa_child; ipa->ipa_sibling != NULL;
173 isapnp_flatten(struct isapnp_attach_args *card)
177 dev = card->ipa_child
446 struct isapnp_attach_args *card, *dev = NULL, *conf = NULL; local in function:isapnp_get_resource
    [all...]
isapnpres.c 84 * Add a new logical device to the current card; expand the configuration
85 * resources of the current card if needed.
88 isapnp_newdev(struct isapnp_attach_args *card)
95 memcpy(dev->ipa_devident, card->ipa_devident,
96 sizeof(card->ipa_devident));
98 if (card->ipa_child == NULL)
99 card->ipa_child = dev;
101 for (ipa = card->ipa_child; ipa->ipa_sibling != NULL;
173 isapnp_flatten(struct isapnp_attach_args *card)
177 dev = card->ipa_child
446 struct isapnp_attach_args *card, *dev = NULL, *conf = NULL; local in function:isapnp_get_resource
    [all...]
isapnpres.c 84 * Add a new logical device to the current card; expand the configuration
85 * resources of the current card if needed.
88 isapnp_newdev(struct isapnp_attach_args *card)
95 memcpy(dev->ipa_devident, card->ipa_devident,
96 sizeof(card->ipa_devident));
98 if (card->ipa_child == NULL)
99 card->ipa_child = dev;
101 for (ipa = card->ipa_child; ipa->ipa_sibling != NULL;
173 isapnp_flatten(struct isapnp_attach_args *card)
177 dev = card->ipa_child
446 struct isapnp_attach_args *card, *dev = NULL, *conf = NULL; local in function:isapnp_get_resource
    [all...]
  /src/sys/dev/pcmcia/
pcmcia_cis_quirks.c 267 struct pcmcia_card *card = &sc->card; local in function:pcmcia_check_cis_quirks
276 if (card->manufacturer == quirk->manufacturer &&
277 card->manufacturer != PCMCIA_VENDOR_INVALID &&
278 card->product == quirk->product &&
279 card->product != PCMCIA_PRODUCT_INVALID)
283 if (card->cis1_info[j] == NULL ||
285 strcmp(card->cis1_info[j],
295 if (card->cis1_info[j] == NULL)
299 printf("%s", card->cis1_info[j])
    [all...]
pcmcia_cis_quirks.c 267 struct pcmcia_card *card = &sc->card; local in function:pcmcia_check_cis_quirks
276 if (card->manufacturer == quirk->manufacturer &&
277 card->manufacturer != PCMCIA_VENDOR_INVALID &&
278 card->product == quirk->product &&
279 card->product != PCMCIA_PRODUCT_INVALID)
283 if (card->cis1_info[j] == NULL ||
285 strcmp(card->cis1_info[j],
295 if (card->cis1_info[j] == NULL)
299 printf("%s", card->cis1_info[j])
    [all...]
pcmcia_cis_quirks.c 267 struct pcmcia_card *card = &sc->card; local in function:pcmcia_check_cis_quirks
276 if (card->manufacturer == quirk->manufacturer &&
277 card->manufacturer != PCMCIA_VENDOR_INVALID &&
278 card->product == quirk->product &&
279 card->product != PCMCIA_PRODUCT_INVALID)
283 if (card->cis1_info[j] == NULL ||
285 strcmp(card->cis1_info[j],
295 if (card->cis1_info[j] == NULL)
299 printf("%s", card->cis1_info[j])
    [all...]
pcmcia.c 168 SIMPLEQ_FIRST(&sc->card.pf_head) = NULL;
177 * bail now if the card has no functions, or if there was an error in
180 if (sc->card.error ||
181 SIMPLEQ_EMPTY(&sc->card.pf_head)) {
182 printf("%s: card appears to have bogus CIS\n",
192 SIMPLEQ_FOREACH(pf, &sc->card.pf_head, pf_list) {
224 if (sc->card.error ||
225 SIMPLEQ_EMPTY(&sc->card.pf_head)) {
226 /* XXX silently ignore if no card present? */
230 SIMPLEQ_FOREACH(pf, &sc->card.pf_head, pf_list)
340 struct pcmcia_card *card = &sc->card; local in function:pcmcia_print
    [all...]
  /src/sys/arch/amiga/dev/
gayle_pcmcia.c 33 device_t card; member in struct:pccard_slot
176 sc->devs[0].card = config_found(self, &paa, simple_devprint,
178 if (sc->devs[0].card == NULL) {
207 /* reset the card if it's already there */
300 if (pcmcia_card_attach(slot->card) == 0)
  /src/sys/dev/isa/
if_ef.c 76 uint8_t card_type; /* card model -- AUI/BNC or TP */
128 struct card { struct in struct:ef_isabus
213 /* Entering ISR: disable, ack card interrupts */
221 /* Exiting ISR: re-enable card interrupts */
350 * Reset and put card in CONFIG state without
479 * NOP chains don't give any advantage on this card, in fact they
547 /* Set up pointers to important on-card control structures */
555 /* Zero card memory */
558 /* Set card to 16-bit bus mode */
576 /* Set bank 2 for card part number and revision *
    [all...]
  /src/usr.sbin/lpr/lpr/
lpr.c 105 static void card(int, const char *);
308 card('H', host);
309 card('P', person);
318 card('J', jobname);
319 card('C', class);
320 card('L', person);
323 card('I', itoa(indent));
325 card('M', person);
329 card('1'+i, fonts[i]);
331 card('W', width)
511 card(int c, const char *p2) function in typeref:typename:void
    [all...]

Completed in 44 milliseconds

1 2 3