Home
last modified time | relevance | path

Searched defs:Dict (Results 1 – 5 of 5) sorted by relevance

/plan9/sys/src/cmd/dict/
H A Ddict.h69 typedef struct Dict Dict; typedef
87 struct Dict { struct
88 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 */
/plan9/sys/src/cmd/ndb/
H A DconvDNS2M.c13 typedef struct Dict Dict; typedef
14 struct Dict struct
16 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 */
/plan9/sys/src/cmd/spell/
H A Dpcode.c13 typedef struct Dict Dict; typedef
14 struct Dict struct
20 Dict words[200000]; argument
/plan9/sys/src/cmd/gs/src/
H A Dgdevpsdp.c110 const char *Dict; member
H A Dgdevpsdf.h51 gs_c_param_list *Dict; /* JPEG or CCITTFax */ member