Home
last modified time | relevance | path

Searched refs:scm_apply_0 (Results 1 – 25 of 68) sorted by relevance

123

/dports/lang/guile2/guile-2.2.7/libguile/
H A Deval.c329 return scm_apply_0 (proc, args); in eval()
575 scm_apply_0 (SCM proc, SCM args) in scm_apply_0() function
598 return scm_apply_0 (proc, scm_cons (arg1, args)); in scm_apply_1()
604 return scm_apply_0 (proc, scm_cons2 (arg1, arg2, args)); in scm_apply_2()
610 return scm_apply_0 (proc, scm_cons (arg1, scm_cons2 (arg2, arg3, args))); in scm_apply_3()
633 return scm_apply_0 (scm_variable_ref (map_var), in scm_map()
643 return scm_apply_0 (scm_variable_ref (for_each_var), in scm_for_each()
716 return scm_apply_0 (proc, in scm_apply()
H A Dthrow.c134 return scm_apply_0 (handler, args); in catch()
469 return scm_apply_0 (data->proc, data->args); in hbpca_body()
H A Deval.h79 SCM_API SCM scm_apply_0 (SCM proc, SCM args);
H A Dhooks.c273 scm_apply_0 (SCM_CAR (procs), args); in scm_c_run_hook()
H A Darray-map.c508 h.vset (h.vector, i, scm_apply_0 (proc, args)); in array_index_map_n()
818 scm_apply_0(op, dargs_);
855 scm_apply_0(op, dargs_);
/dports/lang/guile/guile-3.0.7/libguile/
H A Deval.c334 return scm_apply_0 (proc, args); in eval()
586 scm_apply_0 (SCM proc, SCM args) in scm_apply_0() function
609 return scm_apply_0 (proc, scm_cons (arg1, args)); in scm_apply_1()
615 return scm_apply_0 (proc, scm_cons2 (arg1, arg2, args)); in scm_apply_2()
621 return scm_apply_0 (proc, scm_cons (arg1, scm_cons2 (arg2, arg3, args))); in scm_apply_3()
644 return scm_apply_0 (scm_variable_ref (map_var), in scm_map()
654 return scm_apply_0 (scm_variable_ref (for_each_var), in scm_for_each()
727 return scm_apply_0 (proc, in scm_apply()
H A Dhooks.c198 scm_apply_0 (SCM_CAR (procs), args); in scm_c_run_hook()
H A Deval.h75 SCM_API SCM scm_apply_0 (SCM proc, SCM args);
H A Darray-map.c517 h.vset (h.vector, i, scm_apply_0 (proc, args)); in array_index_map_n()
839 scm_apply_0(op, dargs_);
876 scm_apply_0(op, dargs_);
H A Dthrow.c337 return scm_apply_0 (data->proc, data->args); in hbpca_body()
/dports/print/lilypond-devel/lilypond-2.23.5/lily/
H A Dgrob-property.cc114 scm_apply_0 (modification_callback, in instrumented_set_property()
364 return scm_apply_0 (value, args); in call_pure_function()
H A Dpaper-outputter.cc87 result = scm_apply_0 (callback, scm_cdr (expr)); in output_scheme()
H A Dmusic-function.cc160 SCM res = scm_apply_0 (get_function (), scm_reverse_x (args, SCM_EOL)); in call()
H A Dalternative-sequence-iterator.cc151 scm_apply_0 (Lily::ly_context_set_property_x, ls); in restore_context_properties()
H A Dglobal-context.cc212 scm_apply_0 (scm_caar (s), scm_cdar (s)); in apply_finalizations()
H A Dinput.cc287 return scm_apply_0 (args[0], args[1]); in with_location_hook_n()
/dports/print/lilypond/lilypond-2.22.1/lily/
H A Dgrob-property.cc98 scm_apply_0 (modification_callback, in instrumented_set_property()
354 return scm_apply_0 (value, args); in call_pure_function()
H A Dpaper-outputter.cc89 result = scm_apply_0 (callback, scm_cdr (expr)); in output_scheme()
H A Dmusic-function.cc145 SCM res = scm_apply_0 (get_function (), scm_reverse_x (args, SCM_EOL)); in call()
H A Dvolta-repeat-iterator.cc159 scm_apply_0 (Lily::ly_context_set_property_x, ls); in next_element()
H A Dglobal-context.cc205 scm_apply_0 (scm_caar (s), scm_cdar (s)); in apply_finalizations()
H A Dinput.cc287 return scm_apply_0 (args[0], args[1]); in with_location_hook_n()
/dports/net/serveez/serveez-0.2.2/src/gi-sup/
H A Dhumdrum.h52 #define APPLY scm_apply_0
/dports/devel/g-wrap/g-wrap-1.9.15/guile/g-wrap/
H A Dguile-runtime.c224 meth = scm_apply_0 (SCM_VARIABLE_REF (var_make), in gw_guile_add_subr_method()
354 generic = scm_apply_0 (SCM_VARIABLE_REF (var_make), in allocate_generic_variable()
366 generic = scm_apply_0 (SCM_VARIABLE_REF (var_make), in allocate_generic_variable()
/dports/lang/guile1/guile-1.8.8/libguile/
H A Dhooks.c273 scm_apply_0 (SCM_CAR (procs), args); in scm_c_run_hook()

123