HomeSort by: relevance | last modified time | path
    Searched defs:totchars (Results 1 - 2 of 2) sorted by relevancy

  /src/games/hack/
hack.end.c 695 char totchars[10]; local in function:prscore
801 if (totcharct < sizeof(totchars) - 1)
802 totchars[totcharct++] = t1->plchar;
810 totchars[totcharct] = 0;
820 if (!strchr(totchars, "CFKSTWX"[i])) {
hack.end.c 695 char totchars[10]; local in function:prscore
801 if (totcharct < sizeof(totchars) - 1)
802 totchars[totcharct++] = t1->plchar;
810 totchars[totcharct] = 0;
820 if (!strchr(totchars, "CFKSTWX"[i])) {

Completed in 22 milliseconds