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

  /src/external/bsd/flex/dist/examples/manual/
wc.lex 14 int totchars = 0;
81 totchars += numchars;
115 fprintf(stdout,"characters %5d ",totchars);
  /src/games/hack/
hack.end.c 695 char totchars[10]; local
801 if (totcharct < sizeof(totchars) - 1)
802 totchars[totcharct++] = t1->plchar;
810 totchars[totcharct] = 0;
820 if (!strchr(totchars, "CFKSTWX"[i])) {

Completed in 19 milliseconds