Searched refs:msgcrd (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/games/cribbage/
H A Dio.c61 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

Completed in 101 milliseconds