Symbol: cardtype
games/canfield/canfield/canfield.c
1062
struct cardtype *ptr;
games/canfield/canfield/canfield.c
1167
simpletableau(struct cardtype **cp, int des)
games/canfield/canfield/canfield.c
1202
struct cardtype *tempcard;
games/canfield/canfield/canfield.c
1227
struct cardtype *temp;
games/canfield/canfield/canfield.c
1252
rankhigher(const struct cardtype *cp, int let)
games/canfield/canfield/canfield.c
1269
samesuit(const struct cardtype *cp, int let)
games/canfield/canfield/canfield.c
1281
movetofound(struct cardtype **cp, int source)
games/canfield/canfield/canfield.c
148
struct cardtype *next;
games/canfield/canfield/canfield.c
151
#define NIL ((struct cardtype *) -1)
games/canfield/canfield/canfield.c
153
static struct cardtype *deck[decksize];
games/canfield/canfield/canfield.c
154
static struct cardtype cards[decksize];
games/canfield/canfield/canfield.c
155
static struct cardtype *bottom[4], *found[4], *tableau[4];
games/canfield/canfield/canfield.c
156
static struct cardtype *talon, *hand, *stock, *basecard;
games/canfield/canfield/canfield.c
200
static bool diffcolor(const struct cardtype *, const struct cardtype *);
games/canfield/canfield/canfield.c
203
static void fndbase(struct cardtype **, int, int);
games/canfield/canfield/canfield.c
206
static void initdeck(struct cardtype *[]);
games/canfield/canfield/canfield.c
212
static void movetofound(struct cardtype **, int);
games/canfield/canfield/canfield.c
214
static bool notempty(const struct cardtype *);
games/canfield/canfield/canfield.c
217
static void printcard(int, int, const struct cardtype *);
games/canfield/canfield/canfield.c
218
static void printrank(int, int, const struct cardtype *, bool);
games/canfield/canfield/canfield.c
221
static bool rankhigher(const struct cardtype *, int);
games/canfield/canfield/canfield.c
222
static bool ranklower(const struct cardtype *, const struct cardtype *);
games/canfield/canfield/canfield.c
224
static int samesuit(const struct cardtype *, int);
games/canfield/canfield/canfield.c
227
static void shuffle(struct cardtype *[]);
games/canfield/canfield/canfield.c
228
static void simpletableau(struct cardtype **, int);
games/canfield/canfield/canfield.c
231
static bool tabok(const struct cardtype *, int);
games/canfield/canfield/canfield.c
234
static void transit(struct cardtype **, struct cardtype **);
games/canfield/canfield/canfield.c
453
struct cardtype *ptr;
games/canfield/canfield/canfield.c
507
initdeck(struct cardtype *ideck[])
games/canfield/canfield/canfield.c
532
shuffle(struct cardtype *ideck[])
games/canfield/canfield/canfield.c
535
struct cardtype *temp;
games/canfield/canfield/canfield.c
565
printrank(int a, int b, const struct cardtype *cp, bool inverse)
games/canfield/canfield/canfield.c
597
printcard(int a, int b, const struct cardtype *cp)
games/canfield/canfield/canfield.c
622
transit(struct cardtype **source, struct cardtype **dest)
games/canfield/canfield/canfield.c
624
struct cardtype *temp;
games/canfield/canfield/canfield.c
638
fndbase(struct cardtype **cp, int column, int row)
games/canfield/canfield/canfield.c
808
notempty(const struct cardtype *cp)
games/canfield/canfield/canfield.c
823
ranklower(const struct cardtype *cp1, const struct cardtype *cp2)
games/canfield/canfield/canfield.c
840
diffcolor(const struct cardtype *cp1, const struct cardtype *cp2)
games/canfield/canfield/canfield.c
852
tabok(const struct cardtype *cp, int des)
games/canfield/canfield/canfield.c
962
struct cardtype *ptr;
sbin/amrctl/amrctl.c
218
uint32_t cardtype;
sbin/amrctl/amrctl.c
262
cardtype = ae->ae_signature;
sbin/amrctl/amrctl.c
265
cardtype = 0;
sbin/amrctl/amrctl.c
276
if (cardtype == prodtable[i].signature) {
sbin/amrctl/amrctl.c
306
if (cardtype == AMR_SIG_438) {
sys/arch/mac68k/nubus/if_ae_nubus.c
132
const char *cardtype;
sys/arch/mac68k/nubus/if_ae_nubus.c
145
cardtype = nubus_get_card_name(bst, bsh, na->fmt);
sys/arch/mac68k/nubus/if_ae_nubus.c
373
aprint_normal(": %s, %dKB memory\n", cardtype, sc->mem_size / 1024);
sys/arch/mac68k/nubus/if_netdock_nubus.c
232
const char *cardtype;
sys/arch/mac68k/nubus/if_netdock_nubus.c
242
cardtype = nubus_get_card_name(bst, bsh, na->fmt);
sys/arch/mac68k/nubus/if_netdock_nubus.c
260
printf(": %s\n", cardtype);
sys/arch/mac68k/nubus/if_sm_nubus.c
107
const char *cardtype;
sys/arch/mac68k/nubus/if_sm_nubus.c
121
cardtype = nubus_get_card_name(bst, bsh, na->fmt);
sys/arch/mac68k/nubus/if_sm_nubus.c
154
printf(": %s\n", cardtype);
sys/arch/mac68k/nubus/if_sn_nubus.c
109
const char *cardtype;
sys/arch/mac68k/nubus/if_sn_nubus.c
121
cardtype = nubus_get_card_name(bst, bsh, na->fmt);
sys/arch/mac68k/nubus/if_sn_nubus.c
246
aprint_error(": %s\n", cardtype);
sys/dev/isa/radiotrack.c
109
u_int8_t cardtype;
sys/dev/isa/radiotrack.c
196
sc->cardtype = CARD_RADIOTRACK;
sys/dev/isa/radiotrack.c
202
sc->cardtype = CARD_SF16FMI;
sys/dev/isa/radiotrack.c
206
sc->cardtype = CARD_UNKNOWN;
sys/dev/sdmmc/ld_sdmmc.c
250
const char *cardtype;
sys/dev/sdmmc/ld_sdmmc.c
261
cardtype = "SD card";
sys/dev/sdmmc/ld_sdmmc.c
263
cardtype = "MMC";
sys/dev/sdmmc/ld_sdmmc.c
266
cardtype, sa->sf->cid.mid, sa->sf->cid.oid, sa->sf->cid.pnm);