Home
last modified time | relevance | path

Searched refs:SCM_CELL_OBJECT_0 (Results 1 – 14 of 14) sorted by relevance

/dports/lang/guile1/guile-1.8.8/libguile/
H A Dpairs.h38 #define SCM_CAR(x) (SCM_VALIDATE_PAIR (x, SCM_CELL_OBJECT_0 (x)))
H A Dgc.h199 #define SCM_CELL_OBJECT_0(x) SCM_CELL_OBJECT ((x), 0) macro
H A DChangeLog-20002855 SCM_CELL_OBJECT_0 and SCM_CELL_OBJECT_1. It's not correct to take
/dports/lang/guile2/guile-2.2.7/libguile/
H A Dpairs.h77 #define SCM_CAR(x) (SCM_VALIDATE_PAIR (x, SCM_CELL_OBJECT_0 (x)))
H A Dgc.h66 #define SCM_CELL_OBJECT_0(x) SCM_CELL_OBJECT ((x), 0) macro
H A DChangeLog-20002855 SCM_CELL_OBJECT_0 and SCM_CELL_OBJECT_1. It's not correct to take
/dports/lang/guile/guile-3.0.7/libguile/
H A Dgc.h62 #define SCM_CELL_OBJECT_0(x) SCM_CELL_OBJECT ((x), 0) macro
H A Dpairs.h70 #define SCM_CAR(x) (SCM_VALIDATE_PAIR (x, SCM_CELL_OBJECT_0 (x)))
H A DChangeLog-20002855 SCM_CELL_OBJECT_0 and SCM_CELL_OBJECT_1. It's not correct to take
/dports/lang/guile2/guile-2.2.7/doc/ref/
H A Ddata-rep.texi602 SCM_CELL_OBJECT_0 (@var{x}) @result{} SCM_CELL_OBJECT (@var{x}, 0)
H A Dguile.info-82391SCM_CELL_OBJECT_0 (X) ⇒ SCM_CELL_OBJECT (X, 0)
/dports/lang/guile/guile-3.0.7/doc/ref/
H A Ddata-rep.texi612 @deftypefnx Macro SCM SCM_CELL_OBJECT_0 (SCM @var{x})
H A Dguile.info-83528 -- Macro: SCM SCM_CELL_OBJECT_0 (SCM X)
/dports/lang/guile1/guile-1.8.8/doc/ref/
H A Ddata-rep.texi1248 SCM_CELL_OBJECT_0 (@var{x}) @result{} SCM_CELL_OBJECT (@var{x}, 0)