Home
last modified time | relevance | path

Searched refs:lookup_entry (Results 1 – 25 of 204) sorted by relevance

123456789

/dports/games/widelands/widelands-build21/src/map_io/
H A Dtribes_legacy_lookup_table.cc51 return lookup_entry(worker, workers_); in lookup_worker()
55 return lookup_entry(ware, wares_); in lookup_ware()
59 return lookup_entry(immovable, immovables_); in lookup_immovable()
63 return lookup_entry(building, buildings_); in lookup_building()
67 return lookup_entry(ship, ships_); in lookup_ship()
71 return lookup_entry(program, programs_); in lookup_program()
75 TribesLegacyLookupTable::lookup_entry(const std::string& entry, in lookup_entry() function in TribesLegacyLookupTable
/dports/misc/xiphos/xiphos-4.2.1/src/main/
H A Dnavbar_versekey.cc115 gtk_widget_activate(navbar.lookup_entry); in main_navbar_versekey_spin_book()
237 entry = navbar_versekey.lookup_entry; in on_nt_book_menu_select()
243 entry = navbar_parallel.lookup_entry; in on_nt_book_menu_select()
251 entry = c_dialog->navbar.lookup_entry; in on_nt_book_menu_select()
259 entry = c_editor->navbar.lookup_entry; in on_nt_book_menu_select()
307 entry = navbar_versekey.lookup_entry; in on_ot_book_menu_select()
313 entry = navbar_parallel.lookup_entry; in on_ot_book_menu_select()
377 entry = navbar_versekey.lookup_entry; in on_chapter_menu_select()
383 entry = navbar_parallel.lookup_entry; in on_chapter_menu_select()
445 entry = navbar_versekey.lookup_entry; in on_verse_menu_select()
[all …]
H A Dnavbar_book.cc155 gtk_entry_set_text(GTK_ENTRY(navbar_book.lookup_entry), tmpbuf); in main_navbar_book_parent()
187 gtk_entry_set_text(GTK_ENTRY(navbar_book.lookup_entry), tmpbuf); in main_navbar_book_first_child()
219 gtk_entry_set_text(GTK_ENTRY(navbar_book.lookup_entry), tmpbuf); in main_navbar_book_prev()
251 gtk_entry_set_text(GTK_ENTRY(navbar_book.lookup_entry), tmpbuf); in main_navbar_book_next()
387 gtk_entry_set_text(GTK_ENTRY(navbar_book.lookup_entry), tmpbuf); in main_setup_navbar_book()
388 gtk_widget_set_tooltip_text(navbar_book.lookup_entry, tmpbuf); in main_setup_navbar_book()
/dports/sysutils/syslinux/syslinux-6.03/com32/lib/syslinux/
H A Ddebug.c14 static struct debug_func_entry *lookup_entry(const char *func) in lookup_entry() function
32 entry = lookup_entry(func); in __syslinux_debug_enabled()
43 entry = lookup_entry(func); in __enable()
60 entry = lookup_entry(func); in __disable()
/dports/misc/xiphos/xiphos-4.2.1/src/gtk/
H A Dnavbar_book.c331 navbar_book.lookup_entry = gtk_entry_new(); in gui_navbar_book_new()
332 gtk_widget_show(navbar_book.lookup_entry); in gui_navbar_book_new()
333 gtk_box_pack_start(GTK_BOX(hbox1), navbar_book.lookup_entry, TRUE, in gui_navbar_book_new()
335 gtk_editable_set_editable(GTK_EDITABLE(navbar_book.lookup_entry), in gui_navbar_book_new()
337 gtk_entry_set_invisible_char(GTK_ENTRY(navbar_book.lookup_entry), in gui_navbar_book_new()
450 g_signal_connect((gpointer)navbar_book.lookup_entry, in gui_navbar_book_new()
463 g_signal_connect((gpointer)navbar_book.lookup_entry, in gui_navbar_book_new()
H A Dnavbar_book_dialog.c273 d->navbar_book.lookup_entry = gtk_entry_new(); in gui_navbar_book_dialog_new()
274 gtk_widget_show(d->navbar_book.lookup_entry); in gui_navbar_book_dialog_new()
275 gtk_box_pack_start(GTK_BOX(hbox1), d->navbar_book.lookup_entry, in gui_navbar_book_dialog_new()
277 gtk_editable_set_editable(GTK_EDITABLE(d->navbar_book.lookup_entry), FALSE); in gui_navbar_book_dialog_new()
278 gtk_entry_set_invisible_char(GTK_ENTRY(d->navbar_book.lookup_entry), 9679); in gui_navbar_book_dialog_new()
/dports/www/trafficserver/trafficserver-9.1.1/src/tscore/unit_tests/
H A Dtest_MT_hashtable.cc46 long data = htable->lookup_entry(i);
68 long data = htable->lookup_entry(i);
105 if (data != htable->lookup_entry(data)) {
/dports/net/frr7-pythontools/frr-frr-7.5.1/ripngd/
H A Dripng_nb.c39 .lookup_entry = ripngd_instance_lookup_entry,
176 .lookup_entry = ripngd_instance_state_neighbors_neighbor_lookup_entry,
208 .lookup_entry = ripngd_instance_state_routes_route_lookup_entry,
/dports/net/frr7/frr-frr-7.5.1/ripngd/
H A Dripng_nb.c39 .lookup_entry = ripngd_instance_lookup_entry,
176 .lookup_entry = ripngd_instance_state_neighbors_neighbor_lookup_entry,
208 .lookup_entry = ripngd_instance_state_routes_route_lookup_entry,
/dports/graphics/gegl/gegl-0.4.34/gegl/buffer/
H A Dgegl-tile-backend-ram.c70 lookup_entry (GeglTileBackendRam *self, in lookup_entry() function
93 RamEntry *entry = lookup_entry (tile_backend_ram, x, y); in get_tile()
115 entry = lookup_entry (tile_backend_ram, x, y); in set_tile()
177 RamEntry *entry = lookup_entry (tile_backend_ram, x, y); in void_tile()
198 return lookup_entry (tile_backend_ram, x, y) != NULL; in exist_tile()
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/gtkmm/
H A Daccelmap.h127 bool lookup_entry (const Glib::ustring& accel_path);
136 bool lookup_entry (const Glib::ustring& accel_path, Gtk::AccelKey& key);
H A Daccelmap.cc64 bool lookup_entry(const Glib::ustring& accel_path, Gtk::AccelKey& key) in lookup_entry() function
77 bool lookup_entry(const Glib::ustring& accel_path) in lookup_entry() function
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gtk/gtkmm/
H A Daccelmap.h130 bool lookup_entry (const Glib::ustring& accel_path);
139 bool lookup_entry (const Glib::ustring& accel_path, Gtk::AccelKey& key);
H A Daccelmap.cc70 bool lookup_entry(const Glib::ustring& accel_path, Gtk::AccelKey& key) in lookup_entry() function
83 bool lookup_entry(const Glib::ustring& accel_path) in lookup_entry() function
/dports/net/frr7-pythontools/frr-frr-7.5.1/zebra/
H A Dzebra_nb.c408 .lookup_entry = lib_vrf_zebra_ribs_rib_lookup_entry,
416 .lookup_entry = lib_vrf_zebra_ribs_rib_route_lookup_entry,
430 .lookup_entry = lib_vrf_zebra_ribs_rib_route_route_entry_lookup_entry,
516 .lookup_entry = lib_vrf_zebra_ribs_rib_route_route_entry_nexthop_group_nexthop_lookup_entry,
566 ….lookup_entry = lib_vrf_zebra_ribs_rib_route_route_entry_nexthop_group_nexthop_mpls_label_stack_en…
/dports/net/frr7/frr-frr-7.5.1/zebra/
H A Dzebra_nb.c408 .lookup_entry = lib_vrf_zebra_ribs_rib_lookup_entry,
416 .lookup_entry = lib_vrf_zebra_ribs_rib_route_lookup_entry,
430 .lookup_entry = lib_vrf_zebra_ribs_rib_route_route_entry_lookup_entry,
516 .lookup_entry = lib_vrf_zebra_ribs_rib_route_route_entry_nexthop_group_nexthop_lookup_entry,
566 ….lookup_entry = lib_vrf_zebra_ribs_rib_route_route_entry_nexthop_group_nexthop_mpls_label_stack_en…
/dports/math/pynac/pynac-pynac-0.7.27/ginac/
H A Dremember.cpp122 bool remember_table_list::lookup_entry(function const & f, ex & result) const
157 bool remember_table::lookup_entry(function const & f, ex & result) const
161 return operator[](entry).lookup_entry(f,result);
H A Dremember.h63 bool lookup_entry(function const & f, ex & result) const;
87 bool lookup_entry(function const & f, ex & result) const; in generate()
/dports/math/GiNaC/ginac-1.8.2/ginac/
H A Dremember.cpp122 bool remember_table_list::lookup_entry(function const & f, ex & result) const in lookup_entry() function in GiNaC::remember_table_list
157 bool remember_table::lookup_entry(function const & f, ex & result) const in lookup_entry() function in GiNaC::remember_table
161 return operator[](entry).lookup_entry(f,result); in lookup_entry()
H A Dremember.h63 bool lookup_entry(function const & f, ex & result) const;
87 bool lookup_entry(function const & f, ex & result) const;
/dports/multimedia/libxine/xine-lib-1.2.11/src/xine-engine/
H A Dspu.c52 entry = this->config->lookup_entry (this->config, "subtitles.bitmap.black_opacity"); in _x_spu_get_opacity()
54 entry = this->config->lookup_entry (this->config, "subtitles.bitmap.colour_opacity"); in _x_spu_get_opacity()
/dports/net/frr7-pythontools/frr-frr-7.5.1/ripd/
H A Drip_nb.c39 .lookup_entry = ripd_instance_lookup_entry,
300 .lookup_entry = ripd_instance_state_neighbors_neighbor_lookup_entry,
332 .lookup_entry = ripd_instance_state_routes_route_lookup_entry,
/dports/net/frr7/frr-frr-7.5.1/ripd/
H A Drip_nb.c39 .lookup_entry = ripd_instance_lookup_entry,
300 .lookup_entry = ripd_instance_state_neighbors_neighbor_lookup_entry,
332 .lookup_entry = ripd_instance_state_routes_route_lookup_entry,
/dports/x11-toolkits/p5-Gtk2/Gtk2-1.24993/t/
H A DGtkAccelMap.t14 my @test = Gtk2::AccelMap -> lookup_entry("<gtk2-perl-tests>/Bla/Blub");
21 @test = Gtk2::AccelMap -> lookup_entry("<gtk2-perl-tests>/Bla/Blub");
/dports/emulators/mess/mame-mame0226/src/devices/cpu/tms9900/
H A Dtms9900.h250 struct lookup_entry struct
252 std::unique_ptr<lookup_entry[]> next_digit; argument
257 std::unique_ptr<lookup_entry[]> m_command_lookup_table; argument

123456789