Home
last modified time | relevance | path

Searched refs:SCM_SET_CELL_OBJECT_2 (Results 1 – 7 of 7) sorted by relevance

/dports/lang/guile/guile-3.0.7/libguile/
H A Dvalues.c140 SCM_SET_CELL_OBJECT_2 (ret, b); in scm_values_2()
152 SCM_SET_CELL_OBJECT_2 (ret, b); in scm_values_3()
H A Dgc.h76 #define SCM_SET_CELL_OBJECT_2(x, v) SCM_SET_CELL_OBJECT ((x), 2, (v)) macro
/dports/lang/guile1/guile-1.8.8/libguile/
H A Dsmob.h97 #define SCM_SET_SMOB_OBJECT_2(x,obj) (SCM_SET_CELL_OBJECT_2 ((x), (obj)))
H A Dgc.h215 #define SCM_SET_CELL_OBJECT_2(x, v) SCM_SET_CELL_OBJECT ((x), 2, (v)) macro
/dports/lang/guile2/guile-2.2.7/libguile/
H A Dgc.h80 #define SCM_SET_CELL_OBJECT_2(x, v) SCM_SET_CELL_OBJECT ((x), 2, (v)) macro
/dports/lang/guile/guile-3.0.7/doc/ref/
H A Ddata-rep.texi636 @deftypefnx Macro void SCM_SET_CELL_OBJECT_2 (SCM @var{x}, SCM @var{o})
H A Dguile.info-83550 -- Macro: void SCM_SET_CELL_OBJECT_2 (SCM X, SCM O)