Searched defs:Dict (Results 1 – 5 of 5) sorted by relevance
69 typedef struct Dict Dict; typedef87 struct Dict { struct88 char *name; /* dictionary name */89 char *desc; /* description */90 char *path; /* path to dictionary data */91 char *indexpath; /* path to index data */92 long (*nextoff)(long); /* function to find next entry offset from arg */93 void (*printentry)(Entry, int); /* function to print entry */94 void (*printkey)(void); /* function to print pronunciation key */
13 typedef struct Dict Dict; typedef14 struct Dict struct16 struct {19 } x[Ndict];20 int n; /* size of dictionary */21 uchar *start; /* start of packed message */22 char buf[16*1024]; /* buffer for unpacked names (was 4k) */23 char *ep; /* first free char in buf */
13 typedef struct Dict Dict; typedef14 struct Dict struct20 Dict words[200000]; argument
110 const char *Dict; member
51 gs_c_param_list *Dict; /* JPEG or CCITTFax */ member