Home
last modified time | relevance | path

Searched refs:SCM_STRUCT_SETTER (Results 1 – 6 of 6) sorted by relevance

/dports/lang/guile2/guile-2.2.7/libguile/
H A Dprocs.c118 return SCM_STRUCT_SETTER (proc);
H A Dstruct.h166 #define SCM_STRUCT_SETTER(X) (SCM_STRUCT_SLOT_REF (X, scm_applicable_struct_index_setter… macro
H A Dstruct.c1055 scm_write (SCM_STRUCT_SETTER (exp), port); in scm_print_struct()
/dports/lang/guile/guile-3.0.7/libguile/
H A Dprocs.c121 return SCM_STRUCT_SETTER (proc);
H A Dstruct.h158 #define SCM_STRUCT_SETTER(X) (SCM_STRUCT_SLOT_REF (X, scm_applicable_struct_index_setter… macro
H A Dstruct.c798 scm_write (SCM_STRUCT_SETTER (exp), port); in scm_print_struct()