Home
last modified time | relevance | path

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

/dports/audio/snd/snd-21.2/
H A Dsnd-select.c875 static Xen_object_type_t xen_selection_tag; variable
879 return(Xen_c_object_is_type(obj, xen_selection_tag)); in xen_is_selection()
987 if (s7_c_object_type(p2) == xen_selection_tag) in s7_xen_selection_is_equal()
1050 xen_selection_tag = s7_make_c_type(s7, "<selection>"); in init_xen_selection()
1051 s7_c_type_set_gc_free(s7, xen_selection_tag, s7_xen_selection_free); in init_xen_selection()
1053 s7_c_type_set_length(s7, xen_selection_tag, s7_xen_selection_length); in init_xen_selection()
1054 s7_c_type_set_copy(s7, xen_selection_tag, s7_xen_selection_copy); in init_xen_selection()
1055 s7_c_type_set_fill(s7, xen_selection_tag, s7_xen_selection_fill); in init_xen_selection()
1066 fth_set_object_inspect(xen_selection_tag, print_xen_selection); in init_xen_selection()
1068 fth_set_object_equal(xen_selection_tag, equalp_xen_selection); in init_xen_selection()
[all …]