Lines Matching defs:cut
65 static int cut(BOOLEAN, int);
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:
400 cut(BOOLEAN mycrib, int pos)
407 if (!rflag) { /* random cut */
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 ");