Searched refs:dictindex (Results 1 - 4 of 4) sorted by relevance

/src/games/boggle/boggle/
H A Dbog.h44 #define DICTINDEX "/usr/share/games/boggle/dictindex"
80 struct dictindex { struct
H A Dword.c60 extern struct dictindex dictindex[];
205 dictindex[j].start = atol(buf + 1);
206 dictindex[j].length = atol(buf + 9) - dictindex[j].start;
H A Dbog.c70 struct dictindex dictindex[26]; variable in typeref:struct:dictindex[26]
514 if (dictseek(dictfp, dictindex[j].start, SEEK_SET) < 0) {
581 dictindex[i].start, SEEK_SET) < 0) {
/src/games/boggle/
H A DMakefile13 DICTFILES=dictionary dictindex
33 dictindex: dictionary ${MKINDEX} target

Completed in 7 milliseconds