Searched refs:scm_applicable_struct_index_procedure (Results 1 – 2 of 2) sorted by relevance
97 #define scm_applicable_struct_index_procedure 0 /* The procedure of an applicable macro164 #define SCM_STRUCT_PROCEDURE(X) (SCM_STRUCT_SLOT_REF (X, scm_applicable_struct_index_procedure))165 …e SCM_SET_STRUCT_PROCEDURE(X,P) (SCM_STRUCT_SLOT_SET (X, scm_applicable_struct_index_procedure, P…
83 #define scm_applicable_struct_index_procedure 0 /* The procedure of an applicable macro156 #define SCM_STRUCT_PROCEDURE(X) (SCM_STRUCT_SLOT_REF (X, scm_applicable_struct_index_procedure))157 …e SCM_SET_STRUCT_PROCEDURE(X,P) (SCM_STRUCT_SLOT_SET (X, scm_applicable_struct_index_procedure, P…