Home
last modified time | relevance | path

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

/dports/lang/guile2/guile-2.2.7/libguile/
H A Dtags.h387 #define SCM_ITAG7(x) (0x7f & SCM_UNPACK (x)) macro
/dports/lang/guile1/guile-1.8.8/libguile/
H A Dtags.h426 #define SCM_ITAG7(x) (127 & SCM_UNPACK (x)) macro
/dports/lang/guile/guile-3.0.7/libguile/
H A Dscm.h464 #define SCM_ITAG7(x) (0x7f & SCM_UNPACK (x)) macro