Home
last modified time | relevance | path

Searched refs:scm_i_inherit_applicable (Results 1 – 13 of 13) sorted by relevance

/dports/lang/guile1/guile-1.8.8/libguile/
H A Dobjects.h184 SCM_API void scm_i_inherit_applicable (SCM c);
H A Dsmob.c453 scm_i_inherit_applicable (scm_smob_class[SCM_TC2SMOBNUM (tc)]); in scm_set_smob_apply()
H A Dgoops.c2658 scm_i_inherit_applicable (SCM c) in scm_i_inherit_applicable() function
H A DChangeLog-20087204 * smob.c (scm_set_smob_apply): Call scm_i_inherit_applicable.
7208 (scm_i_inherit_applicable): New function.
/dports/lang/guile/guile-3.0.7/libguile/
H A Dgoops.h114 SCM_INTERNAL void scm_i_inherit_applicable (SCM c);
H A Dsmob.c266 scm_i_inherit_applicable (scm_i_smob_class[SCM_TC2SMOBNUM (tc)]); in scm_set_smob_apply()
H A Dgoops.c684 scm_i_inherit_applicable (SCM c) in scm_i_inherit_applicable() function
H A DChangeLog-20087651 * smob.c (scm_set_smob_apply): Call scm_i_inherit_applicable.
7655 (scm_i_inherit_applicable): New function.
/dports/lang/guile2/guile-2.2.7/libguile/
H A Dgoops.h104 SCM_INTERNAL void scm_i_inherit_applicable (SCM c);
H A Dsmob.c263 scm_i_inherit_applicable (scm_i_smob_class[SCM_TC2SMOBNUM (tc)]); in scm_set_smob_apply()
H A Dgoops.c739 scm_i_inherit_applicable (SCM c) in scm_i_inherit_applicable() function
H A DChangeLog-20087651 * smob.c (scm_set_smob_apply): Call scm_i_inherit_applicable.
7655 (scm_i_inherit_applicable): New function.
/dports/lang/guile2/guile-2.2.7/
H A DChangeLog10805 (scm_i_inherit_applicable): Dispatch to Scheme.