Home
last modified time | relevance | path

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

/dports/lang/guile2/guile-2.2.7/libguile/
H A Dvectors.h76 #define SCM_I_VECTOR_WELTS(x) (SCM_CELL_OBJECT_LOC (x, 1)) macro
/dports/lang/guile/guile-3.0.7/libguile/
H A Dvectors.h87 #define SCM_I_VECTOR_WELTS(x) (SCM_CELL_OBJECT_LOC (x, 1)) macro
/dports/lang/guile1/guile-1.8.8/libguile/
H A Dvectors.h82 #define SCM_I_VECTOR_WELTS(x) ((SCM *) SCM_CELL_WORD_1 (x)) macro