HomeSort by: relevance | last modified time | path
    Searched refs: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
370 for (book = i = 0; i < RANKS; i++)
375 ++book;
376 if (book) {
377 (void)printf(" + Book%s of", book > 1 ? "s" : "");
  /src/sys/netinet/
sctputil.c 270 sctp_log_mbcnt(uint8_t from, u_int32_t total_oq , u_int32_t book, u_int32_t total_mbcnt_q, u_int32_t mbcnt)
275 sctp_clog[sctp_cwnd_log_at].x.mbcnt.size_change = book;

Completed in 83 milliseconds