treeentry
SPLAY_HEAD(tree, treeentry);
SPLAY_GENERATE(tree, treeentry, entry, treeentry_cmp);
SPLAY_ENTRY(treeentry) entry;
static int treeentry_cmp(struct treeentry *, struct treeentry *);
SPLAY_PROTOTYPE(tree, treeentry, entry, treeentry_cmp);
struct treeentry key;
struct treeentry *entry, key;
struct treeentry key, *entry;
struct treeentry key, *entry;
treeentry_cmp(struct treeentry *a, struct treeentry *b)
struct treeentry key, *entry;
struct treeentry key, *entry;
struct treeentry *entry;
struct treeentry *entry;
struct treeentry *curr = *hdl;
struct treeentry *curr = *hdl, key;
struct treeentry *entry;
treeentry_cmp(struct treeentry *a, struct treeentry *b)
SPLAY_GENERATE(_tree, treeentry, entry, treeentry_cmp);
SPLAY_ENTRY(treeentry) entry;
static int treeentry_cmp(struct treeentry *, struct treeentry *);
SPLAY_PROTOTYPE(_tree, treeentry, entry, treeentry_cmp);
struct treeentry key;
struct treeentry *entry, key;
struct treeentry *entry;
struct treeentry key, *entry;
struct treeentry key, *entry;
SPLAY_HEAD(_tree, treeentry);