Home
last modified time | relevance | path

Searched refs:scm_applicable_struct_index_procedure (Results 1 – 2 of 2) sorted by relevance

/dports/lang/guile2/guile-2.2.7/libguile/
H A Dstruct.h97 #define scm_applicable_struct_index_procedure 0 /* The procedure of an applicable macro
164 #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…
/dports/lang/guile/guile-3.0.7/libguile/
H A Dstruct.h83 #define scm_applicable_struct_index_procedure 0 /* The procedure of an applicable macro
156 #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…