Home
last modified time | relevance | path

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

/dports/lang/mosh/mosh-0.2.7/lib/nmosh/stubs/
H A Dboehmgc-stubs.mosh.sls9 weak_vector_ref
29 weak_vector_ref
33 weak_vector_ref
/dports/lang/guile/guile-3.0.7/libguile/
H A Dweak-vector.c179 weak_vector_ref (void *data) in weak_vector_ref() function
201 ret = GC_call_with_alloc_lock (weak_vector_ref, &d); in scm_c_weak_vector_ref()
239 prev = GC_call_with_alloc_lock (weak_vector_ref, &d); in scm_c_weak_vector_set_x()
/dports/lang/guile2/guile-2.2.7/libguile/
H A Dweak-vector.c172 weak_vector_ref (void *data) in weak_vector_ref() function
194 ret = GC_call_with_alloc_lock (weak_vector_ref, &d); in scm_c_weak_vector_ref()
232 prev = GC_call_with_alloc_lock (weak_vector_ref, &d); in scm_c_weak_vector_set_x()
/dports/lang/mosh/mosh-0.2.7/src/generic/
H A Dboehmgc-stubs.h7 void* weak_vector_ref(void** wv, int ref);
H A DLibrary.scm8 (void* weak_vector_ref (void* int))
H A Dboehmgc-stubs.c13 weak_vector_ref(void** wv,int ref){ in weak_vector_ref() function
/dports/lang/mosh/mosh-0.2.7/lib/nmosh/
H A Dweak-vectors.nmosh.sls51 (let ((p (stub:weak_vector_ref pointer idx)))
/dports/lang/mosh/mosh-0.2.7/src/
H A Dstubs.cpp165 CONS(FN(weak_vector_ref), \
/dports/lang/guile2/guile-2.2.7/
H A DChangeLog20876 * libguile/weak-vector.c (weak_vector_ref): Add missing SCM_UNPACK.