Home
last modified time | relevance | path

Searched refs:SCM_SET_GC_MARK (Results 1 – 9 of 9) sorted by relevance

/dports/lang/guile1/guile-1.8.8/libguile/
H A Dguardians.c154 SCM_SET_GC_MARK (pair); in scm_i_identify_inaccessible_guardeds()
158 SCM_SET_GC_MARK (pair); in scm_i_identify_inaccessible_guardeds()
188 SCM_SET_GC_MARK (pair); in scm_i_mark_inaccessible_guardeds()
192 SCM_SET_GC_MARK (pair); in scm_i_mark_inaccessible_guardeds()
H A Dgdbint.c130 SCM_SET_GC_MARK (string); in remark_port()
132 SCM_SET_GC_MARK (stream); in remark_port()
134 SCM_SET_GC_MARK (port); in remark_port()
H A Dfutures.c280 SCM_SET_GC_MARK (next);
300 SCM_SET_GC_MARK (futures);
344 SCM_SET_GC_MARK (future);
H A Dinline.h156 SCM_SET_GC_MARK (z); in scm_cell()
233 SCM_SET_GC_MARK (z); in scm_double_cell()
H A Dgc-mark.c168 SCM_SET_GC_MARK (ptr); in scm_gc_mark()
417 SCM_SET_GC_MARK (ptr); in scm_gc_mark_dependencies()
H A Dweaks.c332 SCM_SET_GC_MARK (alist); in scm_i_remove_weaks()
H A Dgc.h158 #define SCM_SET_GC_MARK(x) SCM_GC_CELL_SET_BIT (x) macro
H A Dstruct.c367 SCM_SET_GC_MARK (vtable); in scm_free_structs()
H A Ddeprecated.h122 #define SCM_SETGC8MARK(x) SCM_SET_GC_MARK (x)