Home
last modified time | relevance | path

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

/dports/lang/guile1/guile-1.8.8/libguile/
H A Dobjects.c161 scm_apply_generic (SCM gf, SCM args) in scm_apply_generic() function
173 return scm_apply_generic (gf, SCM_EOL); in scm_call_generic_0()
179 return scm_apply_generic (gf, scm_list_1 (a1)); in scm_call_generic_1()
185 return scm_apply_generic (gf, scm_list_2 (a1, a2)); in scm_call_generic_2()
191 return scm_apply_generic (gf, scm_list_3 (a1, a2, a3)); in scm_call_generic_3()
H A D__scm.h569 SCM_API SCM scm_apply_generic (SCM gf, SCM args);
573 ? scm_apply_generic ((gf), (args)) \
H A Dvectors.c267 scm_apply_generic (g_vector_set_x, in scm_c_vector_set_x()
H A Deval.c5053 RETURN (scm_apply_generic (proc, args)); in SCM_APPLY()
5453 scm_apply_generic (gf, scm_cons (proc, args)); in check_map_args()
H A DChangeLog-20003783 scm_apply_generic. (Thanks to Tal Tversky.)
H A DChangeLog-1996-19991055 scm_call_generic_2, scm_call_generic_3, scm_apply_generic): New
/dports/lang/guile2/guile-2.2.7/libguile/
H A Ddeprecated.h113 #define scm_apply_generic scm_apply_generic__GONE__REPLACE_WITH__scm_apply_0 macro
H A DChangeLog-20003783 scm_apply_generic. (Thanks to Tal Tversky.)
H A DChangeLog-1996-19991055 scm_call_generic_2, scm_call_generic_3, scm_apply_generic): New
/dports/lang/guile1/guile-1.8.8/srfi/
H A Dsrfi-1.c1404 scm_apply_generic (gf, scm_cons (proc, args)); in check_map_args()
/dports/lang/guile/guile-3.0.7/libguile/
H A DChangeLog-20003783 scm_apply_generic. (Thanks to Tal Tversky.)
H A DChangeLog-1996-19991055 scm_call_generic_2, scm_call_generic_3, scm_apply_generic): New
/dports/lang/guile2/guile-2.2.7/
H A DNEWS1396 `scm_call_generic_3', `scm_apply_generic', and `scm_program_source'.
9359 New function: SCM scm_apply_generic (GENERIC, ARGS)
H A DChangeLog36065 (scm_call_generic_3, scm_apply_generic): Remove, indicating their
56539 * libguile/goops.c (scm_apply_generic, scm_call_generic_0):
68206 * libguile/objects.c (scm_apply_generic): Inline the case when the
70345 * libguile/objects.c (scm_mcache_lookup_cmethod, scm_apply_generic):
/dports/lang/guile/guile-3.0.7/
H A DNEWS2293 `scm_call_generic_3', `scm_apply_generic', and `scm_program_source'.
10256 New function: SCM scm_apply_generic (GENERIC, ARGS)
/dports/lang/guile1/guile-1.8.8/
H A DNEWS3717 New function: SCM scm_apply_generic (GENERIC, ARGS)