Home
last modified time | relevance | path

Searched refs:RB_INSERT (Results 1 – 25 of 39) sorted by relevance

12

/netbsd/external/bsd/tmux/dist/
H A Dpaste.c199 RB_INSERT(paste_name_tree, &paste_by_name, pb); in paste_add()
200 RB_INSERT(paste_time_tree, &paste_by_time, pb); in paste_add()
246 RB_INSERT(paste_name_tree, &paste_by_name, pb); in paste_rename()
293 RB_INSERT(paste_name_tree, &paste_by_name, pb); in paste_set()
294 RB_INSERT(paste_time_tree, &paste_by_time, pb); in paste_set()
H A Dkey-bindings.c115 RB_INSERT(key_tables, &key_tables, table); in key_bindings_get_table()
214 RB_INSERT(key_bindings, &table->key_bindings, bd); in key_bindings_add()
334 RB_INSERT(key_bindings, &table->default_key_bindings, in key_bindings_init_done()
H A Denviron.c125 RB_INSERT(environ, env, envent); in environ_set()
144 RB_INSERT(environ, env, envent); in environ_clear()
H A Dcmd-rename-session.c75 RB_INSERT(sessions, &sessions, s); in cmd_rename_session_exec()
H A Dcontrol.c256 RB_INSERT(control_panes, &cs->panes, cp); in control_add_pane()
887 RB_INSERT(control_sub_panes, &csub->panes, csp); in control_check_subs_pane()
929 RB_INSERT(control_sub_panes, &csub->panes, csp); in control_check_subs_all_panes()
977 RB_INSERT(control_sub_windows, &csub->windows, csw); in control_check_subs_window()
1018 RB_INSERT(control_sub_windows, &csub->windows, csw); in control_check_subs_all_windows()
1084 RB_INSERT(control_subs, &cs->subs, csub); in control_add_sub()
H A Dserver-acl.c104 RB_INSERT(server_acl_entries, &server_acl_entries, user); in server_acl_user_allow()
H A Dinput-keys.c368 RB_INSERT(input_key_tree, &input_key_tree, ike); in input_key_build()
380 RB_INSERT(input_key_tree, &input_key_tree, new); in input_key_build()
H A Dutf8.c114 RB_INSERT(utf8_index_tree, &utf8_index_tree, ui); in utf8_put_item()
118 RB_INSERT(utf8_data_tree, &utf8_data_tree, ui); in utf8_put_item()
H A Dcmd-wait-for.c97 RB_INSERT(wait_channels, &wait_channels, wc); in cmd_wait_for_add()
H A Dsession.c152 RB_INSERT(sessions, &sessions, s); in session_create()
554 RB_INSERT(session_groups, &session_groups, sg); in session_group_new()
H A Dwindow.c175 RB_INSERT(winlinks, wwl, wl); in winlink_add()
330 RB_INSERT(windows, &windows, w); in window_create()
925 RB_INSERT(window_pane_tree, &all_window_panes, wp); in window_pane_create()
1527 RB_INSERT(winlinks, &s->windows, wl); in winlink_shuffle_up()
H A Dfile.c90 RB_INSERT(client_files, files, cf); in file_create_with_peer()
120 RB_INSERT(client_files, &cf->c->files, cf); in file_create_with_client()
H A Doptions.c332 RB_INSERT(options_tree, &oo->tree, o); in options_add()
384 RB_INSERT(options_array, &o->value.array, a); in options_array_new()
/netbsd/lib/libc/stdlib/
H A Djemalloc.c1557 RB_INSERT(chunk_tree_s, &old_chunks, node); in chunk_dealloc()
1576 RB_INSERT(chunk_tree_s, &old_chunks, node); in chunk_dealloc()
1896 RB_INSERT(arena_chunk_tree_s, &arena->chunks, chunk); in arena_chunk_alloc()
1927 RB_INSERT(arena_chunk_tree_s, &arena->chunks, chunk); in arena_chunk_alloc()
2126 RB_INSERT(arena_chunk_tree_s, &arena->chunks, chunk); in arena_run_dalloc()
2637 RB_INSERT(arena_run_tree_s, &bin->runs, in arena_dalloc()
2642 RB_INSERT(arena_run_tree_s, &bin->runs, run); in arena_dalloc()
2810 RB_INSERT(chunk_tree_s, &huge, node); in huge_malloc()
2890 RB_INSERT(chunk_tree_s, &huge, node); in huge_palloc()
2962 RB_INSERT(chunk_tree_s, &huge, node); in huge_ralloc()
[all …]
/netbsd/tests/include/sys/
H A Dt_tree.c67 RB_INSERT(head, &tt, m); in RB_PROTOTYPE()
/netbsd/sys/dist/pf/net/
H A Dpf_ruleset.c243 if ((dup = RB_INSERT(pf_anchor_global, &pf_anchors, anchor)) != in pf_find_or_create_ruleset()
254 if ((dup = RB_INSERT(pf_anchor_node, &parent->children, in pf_find_or_create_ruleset()
/netbsd/sys/external/bsd/drm/dist/bsd-core/
H A Ddrm_drawable.c86 RB_INSERT(drawable_tree, &dev->drw_head, info); in drm_adddraw()
/netbsd/external/mit/libuv/dist/src/win/
H A Dsignal.c223 RB_INSERT(uv_signal_tree_s, &uv__signal_tree, handle); in uv__signal_start()
/netbsd/sys/ufs/chfs/
H A Debh.c599 result = RB_INSERT(ltree_rbtree, &ebh->ltree, le); in ltree_add_entry()
828 result = RB_INSERT(peb_free_rbtree, &ebh->free, peb); in add_peb_to_free()
858 result = RB_INSERT(peb_in_use_rbtree, &ebh->in_use, peb); in add_peb_to_in_use()
1227 old = RB_INSERT(scan_leb_used_rbtree, &si->used, sleb); in nor_scan_add_to_used()
1336 old = RB_INSERT(scan_leb_used_rbtree, &si->used, sleb); in nand_scan_add_to_used()
/netbsd/crypto/external/bsd/openssh/dist/
H A Dsftp-usergroup.c76 if (RB_INSERT(idname_tree, tree, idname) != NULL) in idname_enter()
H A Dkrl.c268 ers = RB_INSERT(revoked_serial_tree, rt, irs); in insert_serial_range()
365 erki = RB_INSERT(revoked_key_id_tree, &rc->revoked_key_ids, rki); in ssh_krl_revoke_cert_by_key_id()
403 erb = RB_INSERT(revoked_blob_tree, rbt, rb); in revoke_blob()
/netbsd/external/mit/libuv/dist/src/unix/
H A Dlinux-inotify.c292 RB_INSERT(watcher_root, CAST(&handle->loop->inotify_watchers), w); in uv_fs_event_start()
H A Dsignal.c405 RB_INSERT(uv__signal_tree_s, &uv__signal_tree, handle); in uv__signal_start()
/netbsd/sys/external/bsd/drm2/dist/drm/
H A Ddrm_mm.c279 #define RB_INSERT(root, member, expr) do { \ macro
375 RB_INSERT(mm->holes_addr, rb_hole_addr, HOLE_ADDR); in add_hole()
/netbsd/share/man/man3/
H A DMakefile276 tree.3 RB_INIT.3 tree.3 RB_INSERT.3 tree.3 RB_REMOVE.3 \

12