Home
last modified time | relevance | path

Searched refs:SPLAY_MIN (Results 1 – 3 of 3) sorted by relevance

/dragonfly/share/man/man3/
H A DMakefile127 MLINKS+=tree.3 SPLAY_MIN.3
/dragonfly/lib/libssh/openbsd-compat/
H A Dsys-tree.h287 #define SPLAY_MIN(name, x) (SPLAY_EMPTY(x) ? NULL \ macro
293 for ((x) = SPLAY_MIN(name, head); \
/dragonfly/sys/sys/
H A Dtree.h288 #define SPLAY_MIN(name, x) (SPLAY_EMPTY(x) ? NULL \ macro
294 for ((x) = SPLAY_MIN(name, head); \