Lines Matching defs:Ent_t
59 } Ent_t;
93 * Ent_t case insensitive comparf
120 * Ent_t freef
126 register Ent_t* ent = (Ent_t*)object;
144 register Ent_t* ent;
240 ent = (Ent_t*)dtmatch(mp->cap, s);
266 else if (!(ent = newof(0, Ent_t, 1, strlen(s) + 1)))
344 register Ent_t* ent = (Ent_t*)object;
377 static Ent_t*
387 Ent_t* ent;
392 if ((ent = (Ent_t*)dtmatch(mp->cap, type)) ||
417 if (ent = (Ent_t*)dtmatch(mp->cap, s))
425 if (ent = (Ent_t*)dtmatch(mp->cap, s))
434 return (Ent_t*)dtmatch(mp->cap, buf);
444 Ent_t* ent;
636 register Ent_t* ent;
810 mp->dict.key = offsetof(Ent_t, name);