Home
last modified time | relevance | path

Searched refs:SCM_CELL_OBJECT (Results 1 – 24 of 24) sorted by relevance

/dports/lang/guile/guile-3.0.7/libguile/
H A Dsyntax.c128 return SCM_CELL_OBJECT (obj, EXPR_WORD);
138 return SCM_CELL_OBJECT (obj, WRAP_WORD);
148 return SCM_CELL_OBJECT (obj, MODULE_WORD);
163 SCM src = SCM_CELL_OBJECT (obj, SOURCE_WORD);
181 SCM src = SCM_CELL_OBJECT (obj, SOURCE_WORD);
H A Dgc.h61 #define SCM_CELL_OBJECT(x, n) SCM_GC_CELL_OBJECT ((x), (n)) macro
62 #define SCM_CELL_OBJECT_0(x) SCM_CELL_OBJECT ((x), 0)
63 #define SCM_CELL_OBJECT_1(x) SCM_CELL_OBJECT ((x), 1)
64 #define SCM_CELL_OBJECT_2(x) SCM_CELL_OBJECT ((x), 2)
65 #define SCM_CELL_OBJECT_3(x) SCM_CELL_OBJECT ((x), 3)
H A Dvalues.h43 return SCM_CELL_OBJECT (x, n+1); in scm_i_value_ref()
H A Dmacros.c47 #define SCM_MACRO_BINDING(m) (SCM_CELL_OBJECT ((m), 4))
H A Dsmob.h196 #define SCM_SMOB_OBJECT_N(x,n) (SCM_CELL_OBJECT ((x), (n)))
H A Dvm-engine.c1854 SP_SET (dst, SCM_CELL_OBJECT (SP_REF (obj), SP_REF_U64 (idx))); in VM_NAME()
1917 SP_SET (dst, SCM_CELL_OBJECT (SP_REF (obj), idx)); in VM_NAME()
H A DChangeLog-20002296 * gc.h (SCM_CELL_WORD, SCM_CELL_OBJECT): Treat the referenced
2731 (SCM_CELL_WORD, SCM_CELL_OBJECT, SCM_SET_CELL_WORD,
3022 (SCM_CELL_WORD, SCM_CELL_OBJECT, SCM_SET_CELL_WORD,
3191 * gc.h (scm_cell, SCM_CELL_WORD, SCM_CELL_OBJECT,
3958 * gc.c (scm_gc_mark): Use SCM_CELL_OBJECT* to access SCM values
4182 SCM_CELL_OBJECT and SCM_SET_CELL_OBJECT. This change implies that
4194 * pairs.h (scm_cell, SCM_CELLPTR, SCM_CELL_WORD*, SCM_CELL_OBJECT*,
4207 SCM_CELL_OBJECT*, SCM_SET_CELL_WORD*, SCM_SET_CELL_OBJECT*,
4232 * pairs.h (SCM_CELL_OBJECT, SCM_CELL_OBJECT_[0-3],
H A DChangeLog-20089789 (SCM_GC_CELL_TYPE, SCM_CELL_WORD, SCM_CELL_OBJECT,
/dports/lang/guile2/guile-2.2.7/libguile/
H A Dgc.h65 #define SCM_CELL_OBJECT(x, n) SCM_GC_CELL_OBJECT ((x), (n)) macro
66 #define SCM_CELL_OBJECT_0(x) SCM_CELL_OBJECT ((x), 0)
67 #define SCM_CELL_OBJECT_1(x) SCM_CELL_OBJECT ((x), 1)
68 #define SCM_CELL_OBJECT_2(x) SCM_CELL_OBJECT ((x), 2)
69 #define SCM_CELL_OBJECT_3(x) SCM_CELL_OBJECT ((x), 3)
H A Dmacros.c41 #define SCM_MACRO_BINDING(m) (SCM_CELL_OBJECT ((m), 4))
H A Dsmob.h138 #define SCM_SMOB_OBJECT_N(x,n) (SCM_CELL_OBJECT ((x), (n)))
H A DChangeLog-20002296 * gc.h (SCM_CELL_WORD, SCM_CELL_OBJECT): Treat the referenced
2731 (SCM_CELL_WORD, SCM_CELL_OBJECT, SCM_SET_CELL_WORD,
3022 (SCM_CELL_WORD, SCM_CELL_OBJECT, SCM_SET_CELL_WORD,
3191 * gc.h (scm_cell, SCM_CELL_WORD, SCM_CELL_OBJECT,
3958 * gc.c (scm_gc_mark): Use SCM_CELL_OBJECT* to access SCM values
4182 SCM_CELL_OBJECT and SCM_SET_CELL_OBJECT. This change implies that
4194 * pairs.h (scm_cell, SCM_CELLPTR, SCM_CELL_WORD*, SCM_CELL_OBJECT*,
4207 SCM_CELL_OBJECT*, SCM_SET_CELL_WORD*, SCM_SET_CELL_OBJECT*,
4232 * pairs.h (SCM_CELL_OBJECT, SCM_CELL_OBJECT_[0-3],
H A DChangeLog-20089789 (SCM_GC_CELL_TYPE, SCM_CELL_WORD, SCM_CELL_OBJECT,
/dports/lang/guile1/guile-1.8.8/libguile/
H A Dgc.h197 #define SCM_CELL_OBJECT(x, n) \ macro
199 #define SCM_CELL_OBJECT_0(x) SCM_CELL_OBJECT ((x), 0)
200 #define SCM_CELL_OBJECT_1(x) SCM_CELL_OBJECT ((x), 1)
201 #define SCM_CELL_OBJECT_2(x) SCM_CELL_OBJECT ((x), 2)
202 #define SCM_CELL_OBJECT_3(x) SCM_CELL_OBJECT ((x), 3)
H A Dgc-mark.c474 SCM obj = SCM_CELL_OBJECT (cell, i); in allocated_mark()
H A Dsrcprop.c78 #define SRCPROPCOPY(p) (SCM_CELL_OBJECT(p,2))
H A DChangeLog-20002296 * gc.h (SCM_CELL_WORD, SCM_CELL_OBJECT): Treat the referenced
2731 (SCM_CELL_WORD, SCM_CELL_OBJECT, SCM_SET_CELL_WORD,
3022 (SCM_CELL_WORD, SCM_CELL_OBJECT, SCM_SET_CELL_WORD,
3191 * gc.h (scm_cell, SCM_CELL_WORD, SCM_CELL_OBJECT,
3958 * gc.c (scm_gc_mark): Use SCM_CELL_OBJECT* to access SCM values
4182 SCM_CELL_OBJECT and SCM_SET_CELL_OBJECT. This change implies that
4194 * pairs.h (scm_cell, SCM_CELLPTR, SCM_CELL_WORD*, SCM_CELL_OBJECT*,
4207 SCM_CELL_OBJECT*, SCM_SET_CELL_WORD*, SCM_SET_CELL_OBJECT*,
4232 * pairs.h (SCM_CELL_OBJECT, SCM_CELL_OBJECT_[0-3],
H A DChangeLog-20089342 (SCM_GC_CELL_TYPE, SCM_CELL_WORD, SCM_CELL_OBJECT,
/dports/lang/guile2/guile-2.2.7/doc/ref/
H A Ddata-rep.texi595 @deftypefn Macro SCM SCM_CELL_OBJECT (SCM @var{x}, unsigned int @var{n})
602 SCM_CELL_OBJECT_0 (@var{x}) @result{} SCM_CELL_OBJECT (@var{x}, 0)
604 SCM_CELL_OBJECT_1 (@var{x}) @result{} SCM_CELL_OBJECT (@var{x}, 1)
608 SCM_CELL_OBJECT_@var{n} (@var{x}) @result{} SCM_CELL_OBJECT (@var{x},
641 the @code{SCM_CELL_OBJECT} macros or, in case cell entry 0 is written,
H A Dguile.info-82385 -- Macro: SCM SCM_CELL_OBJECT (SCM X, unsigned int N)
2391 • SCM_CELL_OBJECT_0 (X) ⇒ SCM_CELL_OBJECT (X, 0)
2392 • SCM_CELL_OBJECT_1 (X) ⇒ SCM_CELL_OBJECT (X, 1)
2394 • SCM_CELL_OBJECT_N (X) ⇒ SCM_CELL_OBJECT (X, N)
2414 the ‘SCM_CELL_OBJECT’ macros or, in case cell entry 0 is written,
/dports/lang/guile1/guile-1.8.8/doc/ref/
H A Ddata-rep.texi1241 @deftypefn Macro SCM SCM_CELL_OBJECT (SCM @var{x}, unsigned int @var{n})
1248 SCM_CELL_OBJECT_0 (@var{x}) @result{} SCM_CELL_OBJECT (@var{x}, 0)
1250 SCM_CELL_OBJECT_1 (@var{x}) @result{} SCM_CELL_OBJECT (@var{x}, 1)
1254 SCM_CELL_OBJECT_@var{n} (@var{x}) @result{} SCM_CELL_OBJECT (@var{x},
1287 the @code{SCM_CELL_OBJECT} macros or, in case cell entry 0 is written,
1337 entries will have to be accessed using the @code{SCM_CELL_OBJECT}
/dports/lang/guile/guile-3.0.7/doc/ref/
H A Ddata-rep.texi611 @deftypefn Macro SCM SCM_CELL_OBJECT (SCM @var{x}, unsigned int @var{n})
641 the @code{SCM_CELL_OBJECT} macros.
H A Dguile.info-83527 -- Macro: SCM SCM_CELL_OBJECT (SCM X, unsigned int N)
3555SCM_CELL_OBJECT’ macros.
/dports/lang/guile2/guile-2.2.7/
H A DChangeLog4131 (SCM_CELL_WORD, SCM_CELL_OBJECT, SCM_SET_CELL_WORD)
73058 (SCM_WEAK_CELL_WORD_DELETED_P): Use `SCM_CELL_OBJECT' instead of