Searched refs:totchars (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/bsd/flex/dist/examples/manual/
H A Dwc.lex14 int totchars = 0;
81 totchars += numchars;
115 fprintf(stdout,"characters %5d ",totchars);
/netbsd-current/games/hack/
H A Dhack.end.c695 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 124 milliseconds