Searched refs:explstr (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/games/cribbage/ |
H A D | score.c | 113 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 D | extern.c | 44 char explstr[128]; /* explanation */ variable
|
H A D | cribbage.h | 56 extern char explstr[]; /* string for explanation */
|
H A D | support.c | 145 msg("Explanation: %s", explstr); in plyrhand()
|