Lines Matching refs:expl_string
107 expl_string[0] = '\0'; /* initialize explanation */ in scorehand()
117 strlcat(expl_string, "His Nobs", sizeof expl_string); in scorehand()
123 if (do_explain && expl_string[0] != '\0') in scorehand()
124 strlcat(expl_string, ", ", sizeof expl_string); in scorehand()
128 strlcat(expl_string, "Five-flush", sizeof expl_string); in scorehand()
132 if (do_explain && expl_string[0] != '\0') in scorehand()
133 strlcat(expl_string, ", Four-flush", sizeof expl_string); in scorehand()
135 strlcpy(expl_string, "Four-flush", sizeof expl_string); in scorehand()
138 if (do_explain && expl_string[0] != '\0') in scorehand()
139 strlcat(expl_string, ", ", sizeof expl_string); in scorehand()
148 strlcat(expl_string, buf, sizeof expl_string); in scorehand()
150 strlcat(expl_string, "No fifteens", sizeof expl_string); in scorehand()
159 strlcat(expl_string, buf, sizeof expl_string); in scorehand()
161 strlcat(expl_string, ", No pairs/runs", sizeof expl_string); in scorehand()