Home | History | Annotate | Download | only in openbsd-compat

Lines Matching full:__node

212 	struct type __node, *__left, *__right, *__tmp;			\
215 SPLAY_LEFT(&__node, field) = SPLAY_RIGHT(&__node, field) = NULL;\
216 __left = __right = &__node; \
241 SPLAY_ASSEMBLE(head, &__node, __left, __right, field); \
249 struct type __node, *__left, *__right, *__tmp; \
251 SPLAY_LEFT(&__node, field) = SPLAY_RIGHT(&__node, field) = NULL;\
252 __left = __right = &__node; \
277 SPLAY_ASSEMBLE(head, &__node, __left, __right, field); \