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

  /src/games/battlestar/
globals.c 264 int wordcount, wordnumber; variable in typeref:typename:int
  /src/usr.bin/error/
subr.c 313 int wordcount; local in function:wordvbuild
316 for (wordcount = 0, cp = string; *cp != '\0'; wordcount++) {
324 wordv = Calloc(wordcount + 1, sizeof (char *));
325 for (cp=string, wordindex=0; wordcount > 0; wordindex++, --wordcount) {
335 if (wordcount != 0)
339 for (wordcount = 0; wordcount < wordindex; wordcount++
    [all...]

Completed in 12 milliseconds