Home
last modified time | relevance | path

Searched refs:rb_is_null (Results 1 – 4 of 4) sorted by relevance

/dports/audio/moc/moc-2.5.2/
H A Drbtree.h42 int rb_is_null (const struct rb_node *n);
H A Dplaylist.c349 assert (!rb_is_null(x)); in plist_sort_fname()
358 while (!rb_is_null(x = rb_next(x))) { in plist_sort_fname()
381 if (rb_is_null(x)) in plist_find_fname()
919 if (!rb_is_null(x1) && !rb_is_null(x2)) { in plist_swap_files()
H A Drbtree.c263 int rb_is_null (const struct rb_node *n) in rb_is_null() function
H A Dmenu.c717 if (rb_is_null(x)) in menu_find()