Home | History | Annotate | Download | only in cribbage

Lines Matching defs:cut

65 static int cut(BOOLEAN, int);
237 msg(quiet ? "Cut for crib? " :
238 "Cut to see whose crib it is -- low card wins? ");
241 i = (rand() >> 4) % CARDS; /* random cut */
245 addmsg(quiet ? "You cut " : "You cut the ");
248 addmsg(quiet ? "I cut " : "I cut the ");
334 if (cut(mycrib, deckpos))
395 * cut:
396 * Cut the deck and set turnover. Actually, we only ASK the
400 cut(BOOLEAN mycrib, int pos)
407 if (!rflag) { /* random cut */
408 msg(quiet ? "Cut the deck? " :
409 "How many cards down do you wish to cut the deck? ");
414 addmsg(quiet ? "You cut " : "You cut the ");
424 addmsg(quiet ? "I cut " : "I cut the ");