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

  /src/games/boggle/
Makefile 13 DICTFILES=dictionary dictindex
33 dictindex: dictionary ${MKINDEX} target
  /src/games/boggle/boggle/
bog.h 44 #define DICTINDEX "/usr/share/games/boggle/dictindex"
80 struct dictindex { struct
bog.c 70 struct dictindex dictindex[26]; variable in typeref:struct:dictindex[26]
228 if (loadindex(DICTINDEX) < 0) {
229 warnx("can't load %s", DICTINDEX);
514 if (dictseek(dictfp, dictindex[j].start, SEEK_SET) < 0) {
581 dictindex[i].start, SEEK_SET) < 0) {

Completed in 46 milliseconds