Home
last modified time | relevance | path

Searched refs:SCM_SET_CELL_OBJECT_1 (Results 1 – 25 of 39) sorted by relevance

12

/dports/lang/guile/guile-3.0.7/libguile/
H A Dvalues.c139 SCM_SET_CELL_OBJECT_1 (ret, a); in scm_values_2()
151 SCM_SET_CELL_OBJECT_1 (ret, a); in scm_values_3()
H A Dvariable.h35 #define SCM_VARIABLE_SET(V, X) SCM_SET_CELL_OBJECT_1 (V, X)
H A Darrays.h77 #define SCM_I_ARRAY_SET_V(a, v) SCM_SET_CELL_OBJECT_1(a, v)
H A Dhashtab.h33 #define SCM_SET_HASHTABLE_VECTOR(x, v) SCM_SET_CELL_OBJECT_1 ((x), (v))
/dports/lang/guile1/guile-1.8.8/libguile/
H A Dvariable.h34 #define SCM_VARIABLE_SET(V, X) SCM_SET_CELL_OBJECT_1 (V, X)
H A Dprocs.h79 #define SCM_SETENV(x, e) SCM_SET_CELL_OBJECT_1 ((x), (e))
H A Dsmob.h96 #define SCM_SET_SMOB_OBJECT(x,obj) (SCM_SET_CELL_OBJECT_1 ((x), (obj)))
H A Dguardians.c77 SCM_SET_CELL_OBJECT_1 (pair, SCM_EOL); \
H A Dpairs.h42 #define SCM_SETCDR(x, v) (SCM_VALIDATE_PAIR (x, SCM_SET_CELL_OBJECT_1 ((x), (v))))
/dports/lang/guile2/guile-2.2.7/libguile/
H A Dvariable.h35 #define SCM_VARIABLE_SET(V, X) SCM_SET_CELL_OBJECT_1 (V, X)
H A Darrays.h79 #define SCM_I_ARRAY_SET_V(a, v) SCM_SET_CELL_OBJECT_1(a, v)
H A Dhashtab.h34 #define SCM_SET_HASHTABLE_VECTOR(x, v) SCM_SET_CELL_OBJECT_1 ((x), (v))
H A Dpairs.h81 #define SCM_SETCDR(x, v) (SCM_VALIDATE_PAIR (x, SCM_SET_CELL_OBJECT_1 ((x), (v))))
/dports/lang/guile2/guile-2.2.7/examples/box-dynamic-module/
H A Dbox.c100 SCM_SET_CELL_OBJECT_1 (b, value); in box_set_x()
/dports/lang/guile1/guile-1.8.8/examples/box-dynamic-module/
H A Dbox.c100 SCM_SET_CELL_OBJECT_1 (b, value); in box_set_x()
/dports/lang/guile1/guile-1.8.8/examples/box-dynamic/
H A Dbox.c100 SCM_SET_CELL_OBJECT_1 (b, value); in box_set_x()
/dports/lang/guile2/guile-2.2.7/examples/box-dynamic/
H A Dbox.c100 SCM_SET_CELL_OBJECT_1 (b, value); in box_set_x()
/dports/lang/guile/guile-3.0.7/examples/box-dynamic/
H A Dbox.c101 SCM_SET_CELL_OBJECT_1 (b, value); in box_set_x()
/dports/lang/guile/guile-3.0.7/examples/box-dynamic-module/
H A Dbox.c101 SCM_SET_CELL_OBJECT_1 (b, value); in box_set_x()
/dports/lang/guile2/guile-2.2.7/examples/box/
H A Dbox.c100 SCM_SET_CELL_OBJECT_1 (b, value); in box_set_x()
/dports/lang/guile1/guile-1.8.8/examples/box/
H A Dbox.c100 SCM_SET_CELL_OBJECT_1 (b, value); in box_set_x()
/dports/lang/guile/guile-3.0.7/examples/box/
H A Dbox.c101 SCM_SET_CELL_OBJECT_1 (b, value); in box_set_x()
/dports/lang/guile2/guile-2.2.7/examples/box-module/
H A Dbox.c100 SCM_SET_CELL_OBJECT_1 (b, value); in box_set_x()
/dports/lang/guile1/guile-1.8.8/examples/box-module/
H A Dbox.c100 SCM_SET_CELL_OBJECT_1 (b, value); in box_set_x()
/dports/lang/guile/guile-3.0.7/examples/box-module/
H A Dbox.c101 SCM_SET_CELL_OBJECT_1 (b, value); in box_set_x()

12