Home
last modified time | relevance | path

Searched refs:f_apply (Results 1 – 9 of 9) sorted by relevance

/dports/devel/g-wrap/g-wrap-1.9.15/guile/g-wrap/
H A Dguile-runtime.c203 SCM f_apply, rest_sym; in gw_guile_add_subr_method() local
205 f_apply = scm_c_eval_string ("apply"); in gw_guile_add_subr_method()
210 (scm_list_2 (f_apply, subr), in gw_guile_add_subr_method()
/dports/lang/guile2/guile-2.2.7/libguile/
H A Deval.c702 static SCM f_apply; variable
959 f_apply = scm_c_define_gsubr ("apply", 2, 0, 1, scm_apply); in scm_init_eval()
H A DChangeLog-20085782 scm_sym_apply_frame, scm_sym_exit_frame, scm_sym_trace, f_apply,
7023 static in eval.c, renamed it to f_apply and registered the object
/dports/lang/guile/guile-3.0.7/libguile/
H A Deval.c713 static SCM f_apply; variable
970 f_apply = scm_c_define_gsubr ("apply", 2, 0, 1, scm_apply); in scm_init_eval()
H A DChangeLog-20085782 scm_sym_apply_frame, scm_sym_exit_frame, scm_sym_trace, f_apply,
7023 static in eval.c, renamed it to f_apply and registered the object
/dports/lang/eisl/eisl-2.35/
H A Deisl.h729 int f_apply(int addr);
H A Dfunction.c42 defsubr("APPLY", f_apply); in initsubr()
2715 f_apply(int arglist) in f_apply() function
/dports/lang/guile1/guile-1.8.8/libguile/
H A Deval.c2577 static SCM f_apply; variable
6065 f_apply = scm_c_define_subr ("apply", scm_tc7_lsubr_2, scm_apply); in scm_init_eval()
6066 scm_permanent_object (f_apply); in scm_init_eval()
H A DChangeLog-20085335 scm_sym_apply_frame, scm_sym_exit_frame, scm_sym_trace, f_apply,
6576 static in eval.c, renamed it to f_apply and registered the object