HomeSort by: relevance | last modified time | path
    Searched defs:book (Results 1 - 2 of 2) sorted by relevancy

  /src/games/fish/
fish.c 278 (void)printf(" and made a book of %s's!\n",
314 (void)printf("made a book of %s's!\n", cards[move]);
368 int book, i, j; local in function:printhand
370 for (book = i = 0; i < RANKS; i++)
375 ++book;
376 if (book) {
377 (void)printf(" + Book%s of", book > 1 ? "s" : "");
fish.c 278 (void)printf(" and made a book of %s's!\n",
314 (void)printf("made a book of %s's!\n", cards[move]);
368 int book, i, j; local in function:printhand
370 for (book = i = 0; i < RANKS; i++)
375 ++book;
376 if (book) {
377 (void)printf(" + Book%s of", book > 1 ? "s" : "");

Completed in 22 milliseconds