Home
last modified time | relevance | path

Searched refs:RB_EMPTY (Results 1 – 25 of 31) sorted by relevance

12

/openbsd/usr.bin/tmux/
H A Dsession.c226 while (!RB_EMPTY(&s->windows)) { in session_destroy()
308 if (RB_EMPTY(&sessions) || !session_alive(s)) in session_next_session()
325 if (RB_EMPTY(&sessions) || !session_alive(s)) in session_previous_session()
370 if (RB_EMPTY(&s->windows)) in session_detach()
657 if (RB_EMPTY(ww)) in session_group_synchronize1()
697 while (!RB_EMPTY(&old_windows)) { in session_group_synchronize1()
H A Dkey-bindings.c249 if (RB_EMPTY(&table->key_bindings) && in key_bindings_remove()
250 RB_EMPTY(&table->default_key_bindings)) { in key_bindings_remove()
314 if (RB_EMPTY(&table->default_key_bindings)) { in key_bindings_reset_table()
H A Dcmd-attach-session.c65 if (RB_EMPTY(&sessions)) { in cmd_attach_session()
H A Dserver.c277 if (!RB_EMPTY(&sessions)) in server_loop()
H A Dcontrol.c1116 if (RB_EMPTY(&cs->subs)) in control_remove_sub()
H A Dwindow-customize.c576 if (!RB_EMPTY(&kt->key_bindings)) { in window_customize_build()
/openbsd/usr.bin/cvs/
H A Dlogmsg.c167 if (added != NULL && !RB_EMPTY(added)) { in cvs_logmsg_create()
182 if (removed != NULL && !RB_EMPTY(removed)) { in cvs_logmsg_create()
197 if (modified != NULL && !RB_EMPTY(modified)) { in cvs_logmsg_create()
H A Dcommit.c134 if (RB_EMPTY(&files_affected)) in cvs_commit()
242 if (!RB_EMPTY(&files_added)) { in cvs_commit_loginfo()
254 if (!RB_EMPTY(&files_modified)) { in cvs_commit_loginfo()
266 if (!RB_EMPTY(&files_removed)) { in cvs_commit_loginfo()
H A Dmodules.c203 if (!(mi->mi_flags & MODULE_ALIAS) && RB_EMPTY(&(mi->mi_modules))) in modules_parse_line()
/openbsd/usr.bin/mg/
H A Dtags.c88 if (!RB_EMPTY(&tags)) { in tagsvisit()
133 if (RB_EMPTY(&tags)) in findtag()
/openbsd/usr.sbin/smtpd/
H A Dstat_ramstat.c125 if (RB_EMPTY(&stats)) in ramstat_iter()
/openbsd/usr.sbin/bgpd/
H A Dcontrol.c355 if (!matched && RB_EMPTY(peers)) { in control_dispatch_msg()
476 if (p == NULL && RB_EMPTY(peers)) { in control_dispatch_msg()
H A Dprintconf.c691 if (RB_EMPTY(r)) in print_roa()
706 if (RB_EMPTY(a)) in print_aspa()
H A Drde_prefix.c125 if (!RB_EMPTY(&pttable)) in pt_shutdown()
H A Drde_peer.c83 if (!RB_EMPTY(&peertable)) in peer_shutdown()
H A Drde_community.c641 if (!RB_EMPTY(&commtable)) in communities_shutdown()
H A Drde_rib.c282 if (!RB_EMPTY(rib_tree(ribs[id]))) { in rib_shutdown()
682 if (!RB_EMPTY(&pathtable)) in path_shutdown()
H A Drde_attr.c71 if (!RB_EMPTY(&attrtable)) in attr_shutdown()
H A Drde.c3331 if (!RB_EMPTY(&peer->updates[aid]) || in rde_update_queue_pending()
3332 !RB_EMPTY(&peer->withdraws[aid])) in rde_update_queue_pending()
3356 if (RB_EMPTY(&peer->withdraws[aid])) in rde_update_queue_runner()
3385 if (RB_EMPTY(&peer->updates[aid])) in rde_update_queue_runner()
/openbsd/usr.sbin/btrace/
H A Dmap.c96 assert(RB_EMPTY(map)); in map_clear()
/openbsd/usr.sbin/snmpd/
H A Dmib.y1310 assert(RB_EMPTY(&modulesci)); in mib_clear()
1311 assert(RB_EMPTY(&modulescs)); in mib_clear()
1312 assert(RB_EMPTY(&items)); in mib_clear()
1313 assert(RB_EMPTY(&itemsci)); in mib_clear()
1790 if (!RB_EMPTY(&modulesci)) in mib_defaults()
/openbsd/sys/net/
H A Dpf_ruleset.c302 !RB_EMPTY(&ruleset->anchor->children) || in pf_remove_if_empty_ruleset()
/openbsd/usr.bin/ctfconv/
H A Dparse.c163 assert(RB_EMPTY(&cu_iofft)); in dwarf_parse()
641 assert(RB_EMPTY(cuot)); in cu_parse()
/openbsd/regress/sys/sys/tree/rb/
H A Drb-test.c251 if (!(RB_EMPTY(&root)) && (RB_ROOT(&root))->size != ITER - 1 - i) in RB_PROTOTYPE()
/openbsd/sys/sys/
H A Dtree.h320 #define RB_EMPTY(head) (RB_ROOT(head) == NULL) macro

12