OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:explan
(Results
1 - 4
of
4
) sorted by relevancy
/src/games/cribbage/
score.c
120
explan
[0] = '\0'; /* initialize explanation */
130
strcat(
explan
, "His Nobs");
136
if (do_explain &&
explan
[0] != '\0')
137
strcat(
explan
, ", ");
141
strcat(
explan
, "Five-flush");
145
if (do_explain &&
explan
[0] != '\0')
146
strcat(
explan
, ", Four-flush");
148
strcpy(
explan
, "Four-flush");
151
if (do_explain &&
explan
[0] != '\0')
152
strcat(
explan
, ", ");
[
all
...]
extern.c
52
char
explan
[128]; /* explanation */
variable in typeref:typename:char[128]
cribbage.h
58
extern char
explan
[]; /* string for explanation */
support.c
156
msg("Explanation: %s",
explan
);
Completed in 13 milliseconds
Indexes created Wed Oct 15 14:09:57 GMT 2025