cardtype
struct cardtype *ptr;
simpletableau(struct cardtype **cp, int des)
struct cardtype *tempcard;
struct cardtype *temp;
rankhigher(const struct cardtype *cp, int let)
samesuit(const struct cardtype *cp, int let)
movetofound(struct cardtype **cp, int source)
struct cardtype *next;
#define NIL ((struct cardtype *) -1)
static struct cardtype *deck[decksize];
static struct cardtype cards[decksize];
static struct cardtype *bottom[4], *found[4], *tableau[4];
static struct cardtype *talon, *hand, *stock, *basecard;
static bool diffcolor(const struct cardtype *, const struct cardtype *);
static void fndbase(struct cardtype **, int, int);
static void initdeck(struct cardtype *[]);
static void movetofound(struct cardtype **, int);
static bool notempty(const struct cardtype *);
static void printcard(int, int, const struct cardtype *);
static void printrank(int, int, const struct cardtype *, bool);
static bool rankhigher(const struct cardtype *, int);
static bool ranklower(const struct cardtype *, const struct cardtype *);
static int samesuit(const struct cardtype *, int);
static void shuffle(struct cardtype *[]);
static void simpletableau(struct cardtype **, int);
static bool tabok(const struct cardtype *, int);
static void transit(struct cardtype **, struct cardtype **);
struct cardtype *ptr;
initdeck(struct cardtype *ideck[])
shuffle(struct cardtype *ideck[])
struct cardtype *temp;
printrank(int a, int b, const struct cardtype *cp, bool inverse)
printcard(int a, int b, const struct cardtype *cp)
transit(struct cardtype **source, struct cardtype **dest)
struct cardtype *temp;
fndbase(struct cardtype **cp, int column, int row)
notempty(const struct cardtype *cp)
ranklower(const struct cardtype *cp1, const struct cardtype *cp2)
diffcolor(const struct cardtype *cp1, const struct cardtype *cp2)
tabok(const struct cardtype *cp, int des)
struct cardtype *ptr;
uint32_t cardtype;
cardtype = ae->ae_signature;
cardtype = 0;
if (cardtype == prodtable[i].signature) {
if (cardtype == AMR_SIG_438) {
const char *cardtype;
cardtype = nubus_get_card_name(bst, bsh, na->fmt);
aprint_normal(": %s, %dKB memory\n", cardtype, sc->mem_size / 1024);
const char *cardtype;
cardtype = nubus_get_card_name(bst, bsh, na->fmt);
printf(": %s\n", cardtype);
const char *cardtype;
cardtype = nubus_get_card_name(bst, bsh, na->fmt);
printf(": %s\n", cardtype);
const char *cardtype;
cardtype = nubus_get_card_name(bst, bsh, na->fmt);
aprint_error(": %s\n", cardtype);
u_int8_t cardtype;
sc->cardtype = CARD_RADIOTRACK;
sc->cardtype = CARD_SF16FMI;
sc->cardtype = CARD_UNKNOWN;
const char *cardtype;
cardtype = "SD card";
cardtype = "MMC";
cardtype, sa->sf->cid.mid, sa->sf->cid.oid, sa->sf->cid.pnm);