Lines Matching defs:Ent_t
111 } Ent_t;
145 * Ent_t case insensitive comparf
172 * Ent_t freef
178 register Ent_t* ent = (Ent_t*)object;
196 register Ent_t* ent;
292 ent = (Ent_t*)dtmatch(mp->cap, s);
318 else if (!(ent = newof(0, Ent_t, 1, strlen(s) + 1)))
395 register Ent_t* ent = (Ent_t*)object;
430 Ent_t* ent;
440 else if (ent = (Ent_t*)dtmatch(mp->cap, pattern))
573 register Ent_t* ent;
580 if (!(ent = (Ent_t*)dtmatch(mp->cap, type)) && (s = strchr(type, '/')) && (c = s - (char*)type) < sizeof(word))
584 ent = (Ent_t*)dtmatch(mp->cap, word);
753 mp->dict.key = offsetof(Ent_t, name);