Home
last modified time | relevance | path

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

/dports/lang/guile1/guile-1.8.8/libguile/
H A Dstruct.h57 #define SCM_STRUCTP(X) (!SCM_IMP(X) && (SCM_TYP3(X) == scm_tc3_struct)) macro
/dports/lang/guile2/guile-2.2.7/libguile/
H A Dstruct.h126 #define SCM_STRUCTP(X) (!SCM_IMP(X) && (SCM_TYP3(X) == scm_tc3_struct)) macro
/dports/lang/guile/guile-3.0.7/libguile/
H A Dstruct.h112 #define SCM_STRUCTP(X) (!SCM_IMP(X) && (SCM_TYP3(X) == scm_tc3_struct)) macro