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

  /src/games/boggle/boggle/
extern.h 38 int checkword(const char *, int, int *);
bog.c 298 if (checkword(w, -1, wordpath) != -1)
360 if (checkword(buf, -1, wordpath) < 0)
426 checkword(const char *word, int prev, int *path) function in typeref:typename:int
433 (void) printf("checkword(%s, %d, [", word, prev);
467 if (checkword(subword + 1, *lm, path + 1) > 0)
493 if (checkword(word + 1, lm[i], path + 1) > 0)
592 if (checkword(w, -1, wordpath) == -1)
mach.c 424 if (!found || checkword(buf, -1, wordpath) == -1) {

Completed in 174 milliseconds