Searched refs:suit (Results 1 - 20 of 20) sorted by relevance

/netbsd-current/games/cribbage/
H A Dcards.c64 d[k].suit = j;
93 return ((a.rank == b.rank) && (a.suit == b.suit));
122 d[j].suit = d[j].rank = EMPTY;
138 (cp->rank == h->rank && cp->suit < h->suit)) {
H A Ddeck.h49 #define SPADES 0 /* value of each suit */
79 int suit; member in struct:__anon7089
H A Dscore.c123 k = hand[0].suit;
125 flag = (flag && (hand[i].suit == k));
127 if (hand[i].suit == starter.suit) {
138 if (starter.suit == k) {
358 if (cb[0].suit != cb[1].suit)
H A Dio.c104 if (c.rank == EMPTY || c.suit == EMPTY)
113 addmsg("%1.1s", suitchar[c.suit]);
115 addmsg("%s", suitname[c.suit]);
146 waddch(win, suitchar[c.suit][0]);
148 waddch(win, suitchar[c.suit][0]);
190 hand[i].suit == crd.suit)
301 (*crd).suit = sut;
H A Dcrib.c391 chand[4].rank = chand[4].suit = chand[5].rank = chand[5].suit = EMPTY;
/netbsd-current/games/canfield/canfield/
H A Dcanfield.c143 char suit; member in struct:cardtype
520 cards[i].suit = s;
605 bool inverse = (cp->suit == 'd' || cp->suit == 'h');
610 addch(cp->suit);
1266 * function to determine if two cards are the same suit
1271 if (cp->suit == found[let]->suit)
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/k6/
H A Ddivrem_1.asm57 C The low-latency K6 multiply might be thought to suit a mul-by-inverse, but
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/pentium4/sse2/
H A Ddivrem_1.asm63 C For reference, the way the k7 code uses "n-(q1+1)*d" would not suit here,
/netbsd-current/external/bsd/am-utils/dist/doc/
H A Dtexinfo.tex1933 % section, chapter, etc., sizes following suit. This is for the GNU
/netbsd-current/external/gpl2/xcvs/dist/build-aux/
H A Dtexinfo.tex2115 % section, chapter, etc., sizes following suit. This is for the GNU
/netbsd-current/external/gpl3/gcc/dist/gcc/doc/include/
H A Dtexinfo.tex1932 % section, chapter, etc., sizes following suit. This is for the GNU
/netbsd-current/external/gpl3/gdb/dist/texinfo/
H A Dtexinfo.tex2112 % section, chapter, etc., sizes following suit. This is for the GNU
/netbsd-current/external/gpl3/binutils/dist/texinfo/
H A Dtexinfo.tex2112 % section, chapter, etc., sizes following suit. This is for the GNU
/netbsd-current/external/bsd/flex/dist/build-aux/
H A Dtexinfo.tex1933 % section, chapter, etc., sizes following suit. This is for the GNU
/netbsd-current/external/gpl3/autoconf/dist/build-aux/
H A Dtexinfo.tex1930 % section, chapter, etc., sizes following suit. This is for the GNU
/netbsd-current/external/gpl3/gdb.old/dist/texinfo/
H A Dtexinfo.tex2112 % section, chapter, etc., sizes following suit. This is for the GNU
/netbsd-current/external/gpl3/binutils.old/dist/texinfo/
H A Dtexinfo.tex2112 % section, chapter, etc., sizes following suit. This is for the GNU
/netbsd-current/external/lgpl3/gmp/dist/doc/
H A Dtexinfo.tex1933 % section, chapter, etc., sizes following suit. This is for the GNU
/netbsd-current/external/lgpl3/mpc/dist/doc/
H A Dtexinfo.tex1933 % section, chapter, etc., sizes following suit. This is for the GNU
/netbsd-current/external/gpl3/gcc.old/dist/gcc/doc/include/
H A Dtexinfo.tex1932 % section, chapter, etc., sizes following suit. This is for the GNU

Completed in 674 milliseconds