Home
last modified time | relevance | path

Searched refs:SCM_SET_CELL_WORD_3 (Results 1 – 11 of 11) sorted by relevance

/dports/lang/guile1/guile-1.8.8/libguile/
H A Dsmob.h90 #define SCM_SET_SMOB_DATA_3(x, data) (SCM_SET_CELL_WORD_3 ((x), (data)))
H A Dgc.h209 #define SCM_SET_CELL_WORD_3(x, v) SCM_SET_CELL_WORD ((x), 3, (v)) macro
H A Dthrow.c61 #define SCM_SETJBPREUNWIND(x, v) (SCM_SET_CELL_WORD_3 ((x), (scm_t_bits) (v)))
/dports/lang/guile/guile-3.0.7/libguile/
H A Dgc.h71 #define SCM_SET_CELL_WORD_3(x, v) SCM_SET_CELL_WORD ((x), 3, (v)) macro
H A Dsmob.c461 SCM_SET_CELL_WORD_3 (ret, data3); in scm_i_new_double_smob()
H A Dports.c766 SCM_SET_CELL_WORD_3 (ret, (scm_t_bits) ptob); in scm_c_make_port_with_encoding()
/dports/lang/guile2/guile-2.2.7/libguile/
H A Dgc.h75 #define SCM_SET_CELL_WORD_3(x, v) SCM_SET_CELL_WORD ((x), 3, (v)) macro
H A Dsmob.c458 SCM_SET_CELL_WORD_3 (ret, data3); in scm_i_new_double_smob()
H A Dports.c759 SCM_SET_CELL_WORD_3 (ret, (scm_t_bits) ptob); in scm_c_make_port_with_encoding()
/dports/lang/guile/guile-3.0.7/doc/ref/
H A Ddata-rep.texi626 @deftypefnx Macro void SCM_SET_CELL_WORD_3 (@var{x}, @var{w})
H A Dguile.info-83541 -- Macro: void SCM_SET_CELL_WORD_3 (X, W)