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

  /src/games/cribbage/
io.c 61 static int msgcrd(CARD, BOOLEAN, const char *, BOOLEAN);
86 * Call msgcrd in one of two forms
92 return (msgcrd(c, TRUE, NULL, TRUE));
94 return (msgcrd(c, FALSE, " of ", FALSE));
98 * msgcrd:
102 msgcrd(CARD c, BOOLEAN brfrank, const char *mid, BOOLEAN brfsuit) function in typeref:typename:int

Completed in 10 milliseconds