Home
last modified time | relevance | path

Searched refs:SCM_SMOB_APPLY2 (Results 1 – 4 of 4) sorted by relevance

/dports/lang/guile1/guile-1.8.8/libguile/
H A Dsmob.c138 #define SCM_SMOB_APPLY2(SMOB, A1, A2) \ macro
152 return SCM_SMOB_APPLY2 (smob, SCM_UNDEFINED, SCM_UNDEFINED); in scm_smob_apply_0_020()
170 return SCM_SMOB_APPLY2 (smob, SCM_UNDEFINED, SCM_EOL); in scm_smob_apply_0_011()
188 return SCM_SMOB_APPLY2 (smob, a1, SCM_UNDEFINED); in scm_smob_apply_1_020()
206 return SCM_SMOB_APPLY2 (smob, a1, SCM_EOL); in scm_smob_apply_1_011()
236 return SCM_SMOB_APPLY2 (smob, a1, scm_list_1 (a2)); in scm_smob_apply_2_011()
268 return SCM_SMOB_APPLY2 (smob, a1, scm_cons (a2, rst)); in scm_smob_apply_3_011()
H A DChangeLog-2000574 (SCM_SMOB_APPLY0, SCM_SMOB_APPLY1, SCM_SMOB_APPLY2, SCM_SMOB_APPLY3):
/dports/lang/guile2/guile-2.2.7/libguile/
H A DChangeLog-2000574 (SCM_SMOB_APPLY0, SCM_SMOB_APPLY1, SCM_SMOB_APPLY2, SCM_SMOB_APPLY3):
/dports/lang/guile/guile-3.0.7/libguile/
H A DChangeLog-2000574 (SCM_SMOB_APPLY0, SCM_SMOB_APPLY1, SCM_SMOB_APPLY2, SCM_SMOB_APPLY3):