Searched refs:catentry (Results 1 – 1 of 1) sorted by relevance
81 np = malloc(sizeof(struct catentry)); \100 struct catentry { struct101 SLIST_ENTRY(catentry) list;110 SLIST_HEAD(listhead, catentry) cache = argument117 struct catentry *np; in catopen()331 struct catentry *np; in catclose()347 SLIST_REMOVE(&cache, np, catentry, list); in catclose()369 struct catentry *np; in load_msgcat()438 if ((np = malloc(sizeof(struct catentry))) != NULL) { in load_msgcat()