Home
last modified time | relevance | path

Searched refs:explstr (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/games/cribbage/
H A Dscore.c113 explstr[0] = '\0'; /* initialize explanation */ in scorehand()
123 strcat(explstr, "His Nobs"); in scorehand()
129 if (do_explain && explstr[0] != '\0') in scorehand()
130 strcat(explstr, ", "); in scorehand()
134 strcat(explstr, "Five-flush"); in scorehand()
138 if (do_explain && explstr[0] != '\0') in scorehand()
139 strcat(explstr, ", Four-flush"); in scorehand()
141 strcpy(explstr, "Four-flush"); in scorehand()
144 if (do_explain && explstr[0] != '\0') in scorehand()
145 strcat(explstr, ", "); in scorehand()
[all …]
H A Dextern.c44 char explstr[128]; /* explanation */ variable
H A Dcribbage.h56 extern char explstr[]; /* string for explanation */
H A Dsupport.c145 msg("Explanation: %s", explstr); in plyrhand()