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)
struct cardtype *deck[decksize];
struct cardtype cards[decksize];
struct cardtype *bottom[4], *found[4], *tableau[4];
struct cardtype *talon, *hand, *stock, *basecard;
bool diffcolor(const struct cardtype *, const struct cardtype *);
void fndbase(struct cardtype **, int, int);
void initdeck(struct cardtype *[]);
void movetofound(struct cardtype **, int);
bool notempty(const struct cardtype *);
void printcard(int, int, const struct cardtype *);
void printrank(int, int, const struct cardtype *, bool);
bool rankhigher(const struct cardtype *, int);
bool ranklower(const struct cardtype *, const struct cardtype *);
int samesuit(const struct cardtype *, int);
void shuffle(struct cardtype *[]);
void simpletableau(struct cardtype **, int);
bool tabok(const struct cardtype *, int);
void transit(struct cardtype **, struct cardtype **);
struct cardtype *ptr;
initdeck(struct cardtype *deck[])
shuffle(struct cardtype *deck[])
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;
int cardtype, reg, win;
cardtype = pcmcia_card_gettype(h->pcmcia);
reg |= ((cardtype == PCMCIA_IFTYPE_IO) ?
((cardtype == PCMCIA_IFTYPE_IO) ? "io" : "mem"), reg));
int cardtype, reg, win;
cardtype = pcmcia_card_gettype(h->pcmcia);
reg |= ((cardtype == PCMCIA_IFTYPE_IO) ?
((cardtype == PCMCIA_IFTYPE_IO) ? "io" : "mem"), reg));
int cardtype, win;
cardtype = pcmcia_card_gettype(ph->pcmcia);
intr |= ((cardtype == PCMCIA_IFTYPE_IO) ?
((cardtype == PCMCIA_IFTYPE_IO) ? "io" : "mem"), intr));