Home
last modified time | relevance | path

Searched refs:insert_variable (Results 1 – 16 of 16) sorted by relevance

/dports/games/d2x/d2x-0.2.5/arch/dos/allg_snd/sound/
H A Dconfig.c605 static CONFIG_ENTRY *insert_variable(CONFIG_ENTRY *p, char *name, char *data) in insert_variable() function
690 p = insert_variable(p, NULL, NULL); in set_config_string()
692 p = insert_variable(p, section_name, NULL); in set_config_string()
701 p = insert_variable(p, name, val); in set_config_string()
706 insert_variable(NULL, name, val); in set_config_string()
/dports/devel/thrust/thrust-1.9.5/internal/benchmark/
H A Dcompare_benchmark_results.py745 def insert_variable(self, idx, name, units): member in io_manager
1141 iom.insert_variable(
1144 iom.insert_variable(
1154 iom.insert_variable(
1157 iom.insert_variable(
1168 iom.insert_variable(
1171 iom.insert_variable(
/dports/lang/gleam/gleam-0.18.2/compiler-core/src/type_/
H A Dpattern.rs33 fn insert_variable( in insert_variable() method
56 self.environment.insert_variable( in insert_variable()
218 self.insert_variable(&name, type_, location) in unify()
253 self.insert_variable(&name, type_.clone(), location) in unify()
H A Dpipe.rs153 self.expr_typer.environment.insert_variable( in push_assignment_no_update()
H A Denvironment.rs141 pub fn insert_variable( in insert_variable() method
H A Dexpression.rs1744 body_typer.environment.insert_variable( in infer_fn_with_known_types()
/dports/ports-mgmt/portfmt/portfmt-1.1.0/parser/edits/edit/
H A Dmerge.c72 static void insert_variable(struct Parser *, struct AST *, struct AST *);
259 insert_variable(struct Parser *parser, struct AST *root, struct AST *template) in insert_variable() function
427 insert_variable(this->parser, this->root, node); in edit_merge_walker()
/dports/devel/allegro/allegro-4.4.3.1/src/
H A Dconfig.c1028 static CONFIG_ENTRY *insert_variable(CONFIG *the_config, CONFIG_ENTRY *p, AL_CONST char *name, AL_C… in insert_variable() function
1133 p = insert_variable(the_config, p, NULL, NULL); in set_config_string()
1135 p = insert_variable(the_config, p, section_name, NULL); in set_config_string()
1144 p = insert_variable(the_config, p, name, val); in set_config_string()
1149 insert_variable(the_config, NULL, name, val); in set_config_string()
1400 insert_variable(config_language, NULL, name, umsg); in get_config_text()
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/glsl-optimizer/src/glsl/
H A Dloop_analysis.h254 void insert_variable(ir_variable *var);
H A Dloop_analysis.cpp131 loop_state::insert_variable(ir_variable *var) in insert_variable() function in loop_state
354 loops->insert_variable(var); in visit()
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/glsl-optimizer/src/glsl/
H A Dloop_analysis.h254 void insert_variable(ir_variable *var);
H A Dloop_analysis.cpp131 loop_state::insert_variable(ir_variable *var) in insert_variable() function in loop_state
354 loops->insert_variable(var); in visit()
/dports/lang/gleam/gleam-0.18.2/compiler-core/src/
H A Dtype_.rs651 environment.insert_variable( in register_values()
720 environment.insert_variable( in register_values()
822 environment.insert_variable( in register_values()
972 environment.insert_variable( in infer_statement()
1695 environment.insert_variable( in register_import()
/dports/math/pspp/pspp-1.4.1/src/ui/gui/
H A Dpsppire-data-window.c1157 insert_variable (PsppireDataWindow *dw) in insert_variable() function
1347 g_signal_connect_swapped (dw->mi_insert_var, "activate", G_CALLBACK (insert_variable), dw); in create_edit_menu()
1626 g_signal_connect_swapped (act_insert_variable, "activate", G_CALLBACK (insert_variable), de); in psppire_data_window_finish_init()
/dports/math/qalculate/qalculate-gtk-3.17.0/src/
H A Dcallbacks.h300 void insert_variable(GtkMenuItem *w, gpointer user_data);
H A Dcallbacks.cc6521 MENU_ITEM_WITH_POINTER(v->title(true).c_str(), insert_variable, v); in create_vmenu()
6544 MENU_ITEM_WITH_POINTER(v->title(true).c_str(), insert_variable, v); in create_vmenu()
13969 …g_signal_connect(G_OBJECT(item), "activate", G_CALLBACK(insert_variable), (gpointer) recent_variab… in recreate_recent_variables()
14055 g_signal_connect(G_OBJECT(item), "activate", G_CALLBACK(insert_variable), (gpointer) object); in variable_inserted()
14815 void insert_variable(GtkMenuItem*, gpointer user_data) { in insert_variable() function
26927 …MENU_ITEM_WITH_POINTER(recent_variables[i - 1]->title(true).c_str(), insert_variable, recent_varia… in update_mb_pi_menu()