Home
last modified time | relevance | path

Searched refs:scm_call_3 (Results 1 – 25 of 75) sorted by relevance

123

/dports/print/lilypond-devel/lilypond-2.23.5/lily/
H A Dtab-note-heads-engraver.cc96 string_fret_finger = scm_call_3 (proc, in process_music()
120 fret_label = scm_call_3 (fret_procedure, in process_music()
H A Doutput-property-engraver.cc64 scm_call_3 (proc, in acknowledge_grob()
H A Dinput.cc253 return scm_call_3 (args[0], args[1], args[2], args[3]); in with_location_hook_3()
/dports/print/lilypond/lilypond-2.22.1/lily/
H A Dtab-note-heads-engraver.cc96 string_fret_finger = scm_call_3 (proc, in process_music()
120 fret_label = scm_call_3 (fret_procedure, in process_music()
H A Doutput-property-engraver.cc64 scm_call_3 (proc, in acknowledge_grob()
H A Dinput.cc253 return scm_call_3 (args[0], args[1], args[2], args[3]); in with_location_hook_3()
/dports/lang/guile2/guile-2.2.7/libguile/
H A Dmodules.c448 b = scm_call_3 (binder, module, sym, SCM_BOOL_F);
497 var = scm_call_3 (binder, module, sym, SCM_BOOL_F);
654 mod = scm_call_3 (scm_variable_ref (resolve_module_var), module_name, in scm_public_variable()
675 mod = scm_call_3 (scm_variable_ref (resolve_module_var), module_name, in scm_private_variable()
H A Ddeprecated.c218 return scm_call_3 (scm_variable_ref (var_get_keyword), in scm_get_keyword()
466 return scm_call_3 (scm_variable_ref (var_slot_ref_using_class), in scm_slot_ref_using_class()
480 return scm_call_3 (scm_variable_ref (var_slot_bound_using_class_p), in scm_slot_bound_using_class_p()
487 return scm_call_3 (scm_variable_ref (var_slot_exists_using_class_p), in scm_slot_exists_using_class_p()
H A Deval.h65 SCM_API SCM scm_call_3 (SCM proc, SCM arg1, SCM arg2, SCM arg3);
H A Dscript.c375 scm_call_3 (scm_c_private_ref ("ice-9 command-line", in scm_shell_usage()
H A Dsmob.h163 #define SCM_SMOB_APPLY_3(x, a1, a2, rst) (scm_call_3 (x, a1, a2, a3))
H A Dstrports.c382 return scm_call_3 (scm_variable_ref (eval_string_var),
/dports/print/lilypond/lilypond-2.22.1/lily/include/
H A Dlily-modules.hh81 return scm_call_3 (*this, arg1, arg2, arg3); in operator ()()
H A Dcallback.hh215 return scm_call_3 (method_, instance_, arg1, arg2); in operator ()()
/dports/print/lilypond-devel/lilypond-2.23.5/lily/include/
H A Dlily-modules.hh85 return scm_call_3 (*this, arg1, arg2, arg3); in operator ()()
H A Dcallback.hh220 return scm_call_3 (method_, instance_, arg1, arg2); in operator ()()
/dports/lang/guile/guile-3.0.7/libguile/
H A Dmodules.c195 return scm_call_3 (SCM_VARIABLE_REF (resolve_module_var), name, in scm_maybe_resolve_module()
467 b = scm_call_3 (binder, module, sym, SCM_BOOL_F);
516 var = scm_call_3 (binder, module, sym, SCM_BOOL_F);
H A Dscript.c278 scm_call_3 (scm_c_private_ref ("ice-9 command-line", in scm_shell_usage()
H A Deval.h61 SCM_API SCM scm_call_3 (SCM proc, SCM arg1, SCM arg2, SCM arg3);
H A Dstrports.c386 return scm_call_3 (scm_variable_ref (eval_string_var),
/dports/net/serveez/serveez-0.2.2/src/gi-sup/
H A Dhumdrum.h57 #define CALL3 scm_call_3
/dports/finance/gnucash/gnucash-4.9/gnucash/gnome/
H A Ddialog-tax-info.c304 scm = scm_call_3 (getters.payer_name_source, category, code_scm, in load_txf_info()
342 scm = scm_call_3 (getters.form, category, code_scm, tax_entity_type); in load_txf_info()
348 scm = scm_call_3 (getters.description, category, code_scm, tax_entity_type); in load_txf_info()
360 scm = scm_call_3 (getters.last_year, category, code_scm, tax_entity_type); in load_txf_info()
362 scm = scm_call_3 (getters.line_data, category, code_scm, tax_entity_type); in load_txf_info()
439 scm = scm_call_3 (getters.copy, category, code_scm, tax_entity_type); in load_txf_info()
/dports/lang/guile1/guile-1.8.8/libguile/
H A Dmodules.c302 b = scm_call_3 (binder, module, sym, SCM_BOOL_F); in module_variable()
425 b = scm_call_3 (binder, _interface, sym, SCM_BOOL_F);
/dports/x11-toolkits/guile-gnome-platform/guile-gnome-platform-2.16.5/gtk/gnome/gw/
H A Dguile-gtk-tree-model.c378 scm_ret = scm_call_3 (PROC_FROM_INSTANCE (tree_model, on_get_value), in _with_guile_gtk_generic_tree_model_get_value()
557 scm_ret = scm_call_3 (PROC_FROM_INSTANCE (tree_model, on_iter_nth_child), in _with_guile_gtk_generic_tree_model_iter_nth_child()
/dports/devel/gdb/gdb-11.1/gdb/guile/
H A Dscm-safe-call.c290 return scm_call_3 (args[0], args[1], args[2], args[3]); in scscm_call_3_body()

123