Home
last modified time | relevance | path

Searched refs:scm_apply (Results 1 – 25 of 57) sorted by relevance

123

/dports/lang/guile1/guile-1.8.8/libguile/
H A Dgh_funcs.c124 return scm_apply (proc, args, SCM_EOL); in gh_apply()
130 return scm_apply (proc, SCM_EOL, SCM_EOL); in gh_call0()
136 return scm_apply (proc, arg, scm_listofnull); in gh_call1()
142 return scm_apply (proc, arg1, scm_cons (arg2, scm_listofnull)); in gh_call2()
148 return scm_apply (proc, arg1, scm_cons2 (arg2, arg3, scm_listofnull)); in gh_call3()
H A Droot.c91 return scm_apply (c->body_proc, c->a1, c->args); in cwdr_body()
H A Deval.c3015 #define SCM_APPLY scm_apply
4668 return scm_apply (proc, SCM_EOL, SCM_EOL); in scm_call_0()
4674 return scm_apply (proc, arg1, scm_listofnull); in scm_call_1()
4680 return scm_apply (proc, arg1, scm_cons (arg2, scm_listofnull)); in scm_call_2()
4692 return scm_apply (proc, arg1, scm_cons2 (arg2, arg3, in scm_call_4()
4702 return scm_apply (proc, args, SCM_EOL); in scm_apply_0()
4708 return scm_apply (proc, scm_cons (arg1, args), SCM_EOL); in scm_apply_1()
4714 return scm_apply (proc, scm_cons2 (arg1, arg2, args), SCM_EOL); in scm_apply_2()
4778 scm_apply (SCM proc, SCM arg1, SCM args)
5531 *pres = scm_list_1 (scm_apply (proc, arg1, SCM_EOL)); in scm_map()
[all …]
H A Deval.h179 SCM_API SCM scm_apply (SCM proc, SCM arg1, SCM args);
/dports/lang/guile2/guile-2.2.7/libguile/
H A Deval.h84 SCM_API SCM scm_apply (SCM proc, SCM arg1, SCM args);
85 #define scm_dapply(proc,arg1,args) scm_apply (proc, arg1, args)
H A Deval.c714 scm_apply (SCM proc, SCM arg1, SCM args) in scm_apply() function
959 f_apply = scm_c_define_gsubr ("apply", 2, 0, 1, scm_apply); in scm_init_eval()
/dports/lang/guile/guile-3.0.7/libguile/
H A Deval.h80 SCM_API SCM scm_apply (SCM proc, SCM arg1, SCM args);
81 #define scm_dapply(proc,arg1,args) scm_apply (proc, arg1, args)
H A Deval.c725 scm_apply (SCM proc, SCM arg1, SCM args) in scm_apply() function
970 f_apply = scm_c_define_gsubr ("apply", 2, 0, 1, scm_apply); in scm_init_eval()
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Scheme/Tiny/
H A Dtinyscheme_tm.cpp48 scm scm_apply (scm func, scm args) in scm_apply() function
213 return scm_apply (args->a[0], l); in TeXmacs_call_scm()
/dports/finance/gnucash/gnucash-4.9/libgnucash/app-utils/test/
H A Dtest-print-queries.cpp45 str_q = scm_apply (val2str, args, SCM_EOL); in test_query()
H A Dtest-scm-query-string.cpp48 str_q = scm_apply (val2str, args, SCM_EOL); in test_query()
/dports/lang/guile2/guile-2.2.7/guile-readline/
H A Dreadline.c138 scm_apply (before_read, SCM_EOL, SCM_EOL); in current_input_getc()
414 res = scm_apply (compfunc, scm_list_2 (t, c), SCM_EOL); in completion_function()
/dports/lang/guile1/guile-1.8.8/guile-readline/
H A Dreadline.c139 scm_apply (before_read, SCM_EOL, SCM_EOL); in current_input_getc()
419 res = scm_apply (compfunc, scm_list_2 (t, c), SCM_EOL); in completion_function()
/dports/lang/guile/guile-3.0.7/guile-readline/
H A Dreadline.c138 scm_apply (before_read, SCM_EOL, SCM_EOL); in current_input_getc()
414 res = scm_apply (compfunc, scm_list_2 (t, c), SCM_EOL); in completion_function()
/dports/lang/guile1/guile-1.8.8/srfi/
H A Dsrfi-1.c398 count += scm_is_true (scm_apply (pred, args, SCM_EOL));
896 elem = scm_apply (proc, args, SCM_EOL);
1057 init = scm_apply (proc, args, SCM_EOL);
1185 if (scm_is_true (scm_apply (pred, args, SCM_EOL)))
1485 *pres = scm_list_1 (scm_apply (proc, arg1, SCM_EOL)); in scm_srfi1_map()
1557 scm_apply (proc, arg1, SCM_EOL); in scm_srfi1_for_each()
/dports/x11-toolkits/guile-gnome-platform/guile-gnome-platform-2.16.5/glib/gnome/gobject/
H A Dgclosure.c78 retval = scm_apply (gclosure->func, params, SCM_EOL); in scm_gclosure_marshal_with_guile()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dscm-valprint.c292 = scm_apply (hook, in scm_scmval_print()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dscm-valprint.c292 = scm_apply (hook, in scm_scmval_print()
/dports/cad/sp2sp/gwave2-20090213/src/
H A Dscwm_guile.c65 return scm_apply(ad->proc, ad->args, SCM_EOL); in scwm_body_apply()
/dports/finance/gnucash/gnucash-4.9/gnucash/gnome/
H A Dgnc-plugin-page-owner-tree.c963 arg = scm_apply (func, args, SCM_EOL); in build_aging_report()
1003 arg = scm_apply (func, args, SCM_EOL); in build_owner_report()
/dports/devel/autogen/autogen-5.18.16/agen5/
H A Dautogen.h623 scm_apply(_op, _f, scm_cons(_tst, scm_list_1(SCM_EOL)))
H A DexpState.c289 return scm_apply(op, v1, scm_cons(v2, scm_list_1(SCM_EOL))); in ag_scm_version_compare()
/dports/lang/qscheme/qscheme-0.5.1/
H A Ds.c615 SOBJ scm_apply(SOBJ func, SOBJ argl) in scm_apply() function
1178 scm_add_cprim("apply2", scm_apply, 2); in scm_init()
/dports/lang/guile1/guile-1.8.8/doc/ref/
H A Dapi-evaluation.texi370 @deffnx {C Function} scm_apply (proc, arg, rest)
375 @code{scm_apply} takes parameters corresponding to a Scheme level
384 @code{scm_apply} is modified.
/dports/devel/libruin/libruin-0.2.0/src/
H A Dscheme.c78 return scm_apply (SCM_CAR (e), SCM_CDR (e), SCM_EOL); in ruin_scheme_catch_body()

123