Home
last modified time | relevance | path

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

/dports/lang/guile/guile-3.0.7/libguile/
H A Dweak-vector.c48 scm_c_make_weak_vector (size_t len, SCM fill) in scm_c_make_weak_vector() function
86 return scm_c_make_weak_vector (scm_to_size_t (size), fill);
108 wv = scm_c_make_weak_vector ((size_t) c_size, SCM_BOOL_F);
H A Dweak-list.h33 return scm_cons (scm_c_make_weak_vector (1, car), cdr); in scm_i_weak_cons()
H A Dweak-vector.h39 SCM_API SCM scm_c_make_weak_vector (size_t len, SCM fill);
/dports/lang/guile2/guile-2.2.7/libguile/
H A Dweak-vector.c41 scm_c_make_weak_vector (size_t len, SCM fill) in scm_c_make_weak_vector() function
79 return scm_c_make_weak_vector (scm_to_size_t (size), fill);
101 wv = scm_c_make_weak_vector ((size_t) c_size, SCM_BOOL_F);
H A Dweak-list.h34 return scm_cons (scm_c_make_weak_vector (1, car), cdr); in scm_i_weak_cons()
H A Dweak-vector.h40 SCM_API SCM scm_c_make_weak_vector (size_t len, SCM fill);