Home
last modified time | relevance | path

Searched defs:SCM_SLOT (Results 1 – 3 of 3) sorted by relevance

/dports/lang/guile/guile-3.0.7/libguile/
H A Dgoops.h79 #define SCM_SLOT(x, i) (SCM_STRUCT_SLOT_REF (x, i)) macro
/dports/lang/guile2/guile-2.2.7/libguile/
H A Dgoops.h69 #define SCM_SLOT(x, i) (SCM_STRUCT_SLOT_REF (x, i)) macro
/dports/lang/guile1/guile-1.8.8/libguile/
H A Dgoops.h118 #define SCM_SLOT(x, i) (SCM_PACK (SCM_INST (x) [i])) macro