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

  /src/games/boggle/boggle/
bog.h 48 * The theoretical maximum for MAXWORDLEN is ('a' - 1) == 96
50 #define MAXWORDLEN 40 /* Maximum word length */
bog.c 103 int wordpath[MAXWORDLEN + 1];
314 char buf[MAXWORDLEN + 1];
445 char subword[MAXWORDLEN + 1];
694 const size_t max = MAXWORDLEN + 1;
mach.c 167 * - doesn't accept words longer than MAXWORDLEN or containing caps
247 if ((int) (p - q) == MAXWORDLEN) {
402 char buf[MAXWORDLEN + 1];
421 for (i = 0; i < MAXWORDLEN; i++)
496 while (!done && i < MAXWORDLEN - 1) {
word.c 72 static char buf[MAXWORDLEN + 1];
  /src/games/boggle/mkdict/
mkdict.c 52 * 4) Are greater than MAXWORDLEN characters long
68 char buf[2][MAXWORDLEN + 1];
75 fgets(buf[current], MAXWORDLEN + 1, stdin) != NULL; ++nwords) {
100 if (*p != '\n' || len < 3 || len > MAXWORDLEN)
  /src/games/boggle/mkindex/
mkindex.c 59 char buf[MAXWORDLEN + 1];
102 static char buf[MAXWORDLEN + 1];

Completed in 15 milliseconds