_SPLAY_INSERT     117 sys/tree.h     struct type *name##_SPLAY_INSERT(struct name *, struct type *);		\
_SPLAY_INSERT     158 sys/tree.h     name##_SPLAY_INSERT(struct name *head, struct type *elm)		\
_SPLAY_INSERT     276 sys/tree.h     #define SPLAY_INSERT(name, x, y)	name##_SPLAY_INSERT(x, y)