Lines Matching defs:catentry
81 #define SAVEFAIL(n, l, e) { np = calloc(1, sizeof(struct catentry)); \
107 struct catentry {
108 SLIST_ENTRY(catentry) list;
117 SLIST_HEAD(listhead, catentry) cache =
130 struct catentry *np;
343 catfree(struct catentry *np)
350 SLIST_REMOVE(&cache, np, catentry, list);
360 struct catentry *np;
390 struct catentry *np;
461 np = calloc(1, sizeof(struct catentry));