Home
last modified time | relevance | path

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

/dports/lang/guile1/guile-1.8.8/libguile/
H A Dcontinuations.h75 #define SCM_CONTREGS(x) ((scm_t_contregs *) SCM_CELL_WORD_1 (x)) macro
/dports/lang/guile2/guile-2.2.7/libguile/
H A Dcontinuations.c49 #define SCM_CONTREGS(x) ((scm_t_contregs *) SCM_SMOB_DATA_1 (x)) macro
/dports/lang/guile/guile-3.0.7/libguile/
H A Dcontinuations.c63 #define SCM_CONTREGS(x) ((scm_t_contregs *) SCM_SMOB_DATA_1 (x)) macro