Home
last modified time | relevance | path

Searched refs:scm_vector_ref (Results 1 – 25 of 33) sorted by relevance

12

/dports/devel/swig/swig-4.0.2/Lib/guile/
H A Dstd_vector.i49 SCM o = scm_vector_ref($input,scm_from_ulong(i));
78 SCM o = scm_vector_ref($input,scm_from_ulong(i));
119 SCM o = scm_vector_ref($input,scm_from_ulong(0));
160 SCM o = scm_vector_ref($input,scm_from_ulong(0));
246 SCM o = scm_vector_ref($input,scm_from_ulong(i));
259 SCM o = scm_vector_ref(v,scm_from_ulong(i));
277 SCM o = scm_vector_ref($input,scm_from_ulong(i));
292 SCM o = scm_vector_ref(v,scm_from_ulong(i));
318 SCM o = scm_vector_ref($input,scm_from_ulong(0));
345 SCM o = scm_vector_ref($input,scm_from_ulong(0));
H A Dlist-vector.i69 SCM swig_scm_value = scm_vector_ref($input, scm_from_long(i));
321 SCM swig_scm_value = scm_vector_ref($input, scm_from_long(i));
/dports/print/lilypond-devel/lilypond-2.23.5/lily/
H A Dnote-heads-engraver.cc111 && scm_is_symbol (scm_vector_ref (shape_vector, to_scm (delta)))) in process_music()
112 style = scm_vector_ref (shape_vector, to_scm (delta)); in process_music()
H A Dbreak-alignment-interface.cc54 SCM order = scm_vector_ref (order_vec, in break_align_order()
/dports/print/lilypond/lilypond-2.22.1/lily/
H A Dnote-heads-engraver.cc111 && scm_is_symbol (scm_vector_ref (shape_vector, to_scm (delta)))) in process_music()
112 style = scm_vector_ref (shape_vector, to_scm (delta)); in process_music()
H A Dbreak-alignment-interface.cc50 SCM order = scm_vector_ref (order_vec, in break_align_order()
/dports/lang/qscheme/qscheme-0.5.1/
H A Darray.c156 SOBJ scm_vector_ref(SOBJ vector, SOBJ index) in scm_vector_ref() function
354 scm_add_cprim("vector-ref", scm_vector_ref, 2); in scm_init_array()
355 scm_add_cprim("vref", scm_vector_ref, 2); in scm_init_array()
H A Dsproto.h14 SOBJ scm_vector_ref (SOBJ vector , SOBJ index );
/dports/graphics/guile-cairo/guile-cairo-1.11.1/guile-cairo/
H A Dguile-cairo-vector-types.c114 scm_to_double (scm_vector_ref (v, scm_from_int (i))) in scm_fill_cairo_rectangle()
141 func (scm_vector_ref (v, scm_from_int (i))) in scm_fill_cairo_glyph()
/dports/x11-toolkits/guile-gnome-platform/guile-gnome-platform-2.16.5/gtk/gnome/gw/
H A Dgdk-support.c215 scm_to_int (scm_vector_ref (v, scm_from_int(i))) in scm_scm_to_gdk_rectangle()
268 scm_to_ushort (scm_vector_ref (v, scm_from_int (i))) in scm_scm_to_gdk_color()
/dports/lang/guile2/guile-2.2.7/libguile/
H A Dvectors.h33 SCM_API SCM scm_vector_ref (SCM v, SCM k);
H A Dvectors.c162 SCM_DEFINE (scm_vector_ref, "vector-ref", 2, 0, 0,
H A DChangeLog-20001291 (scm_vector_length, scm_vector_ref, scm_vector_set_x,
2394 (scm_vector_ref, scm_vector_set_x, scm_vector_move_left_x,
/dports/lang/guile/guile-3.0.7/libguile/
H A Dvectors.h34 SCM_API SCM scm_vector_ref (SCM v, SCM k);
H A Dvectors.c164 SCM_DEFINE (scm_vector_ref, "vector-ref", 2, 0, 0,
H A Dintrinsics.c671 scm_vm_intrinsics.vector_ref = scm_vector_ref; in scm_bootstrap_intrinsics()
H A DChangeLog-20001291 (scm_vector_length, scm_vector_ref, scm_vector_set_x,
2394 (scm_vector_ref, scm_vector_set_x, scm_vector_move_left_x,
H A DChangeLog-20083149 scm_c_vector_length, scm_vector_ref, scm_c_vector_ref,
13963 (scm_vector_ref, scm_vector_set_x, scm_vector_to_list)
/dports/lang/guile1/guile-1.8.8/libguile/
H A Dvectors.h33 SCM_API SCM scm_vector_ref (SCM v, SCM k);
H A Dvectors.c169 SCM_GPROC (s_vector_ref, "vector-ref", 2, 0, 0, scm_vector_ref, g_vector_ref);
186 scm_vector_ref (SCM v, SCM k) in scm_vector_ref() function
H A Dgh_data.c586 return scm_vector_ref (vec, pos); in gh_vector_ref()
H A DChangeLog-20001291 (scm_vector_length, scm_vector_ref, scm_vector_set_x,
2394 (scm_vector_ref, scm_vector_set_x, scm_vector_move_left_x,
H A DChangeLog-20082702 scm_c_vector_length, scm_vector_ref, scm_c_vector_ref,
13516 (scm_vector_ref, scm_vector_set_x, scm_vector_to_list)
/dports/lang/guile1/guile-1.8.8/doc/ref/
H A Dgh.texi424 Use @code{scm_vector_ref} and @code{scm_vector_set_x} instead.
H A Dapi-compound.texi787 @deffnx {C Function} scm_vector_ref vector k

12