Home
last modified time | relevance | path

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

/dports/lang/chibi-scheme/chibi-scheme-0.10/
H A Dgc_heap.c613 sexp res = NULL, ctx = NULL, base, *ctx_globals, *ctx_types; in sexp_load_image() local
669ctx_types = sexp_vector_data((sexp)((unsigned char*)(ctx_globals[SEXP_G_TYPES]) + state.offset)); in sexp_load_image()
674 state.types[i] = (sexp)((unsigned char *)ctx_types[i] + state.offset); in sexp_load_image()