OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:msgcrd
(Results
1 - 3
of
3
) 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
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
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
Completed in 42 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026