Home
last modified time | relevance | path

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

/dports/audio/snd/snd-21.2/
H A Dsnd-draw.c546 'high' defaults to the current rightmost sample. (" S_graph_data " (" S_make_graph_data ")) reimple… in with_four_setter_args()
566 …#define H_graph_data "(" S_graph_data " data :optional snd chn (context " S_copy_context ") low hi… in g_graph_data()
573 Snd_assert_channel(S_graph_data, snd, chn, 2); in g_graph_data()
575 cp = get_cp(snd, chn, S_graph_data); in g_graph_data()
584 data, 1, S_graph_data, "a list of 2 " S_vct "s or a " S_vct); in g_graph_data()
585 Xen_check_type(Xen_is_integer_boolean_or_unbound(ax), ax, 4, S_graph_data, "an integer"); in g_graph_data()
586 …Xen_check_type(Xen_is_llong(lo) || Xen_is_false(lo) || !Xen_is_bound(lo), lo, 5, S_graph_data, "a … in g_graph_data()
587 …Xen_check_type(Xen_is_llong(hi) || Xen_is_false(hi) || !Xen_is_bound(hi), hi, 6, S_graph_data, "a … in g_graph_data()
588 Xen_check_type(Xen_is_integer_boolean_or_unbound(style), style, 7, S_graph_data, "an integer"); in g_graph_data()
603 get_ax(cp, (Xen_is_integer(ax)) ? Xen_integer_to_C_int(ax) : (int)CHAN_GC, S_graph_data, xcr), in g_graph_data()
[all …]
H A Dsnd-nogui.c403 Xen_eval_C_string("(define (" S_graph_data " . args) #f)");
650 : " S_graph_data " { a b c } #f ;\n\
H A Dsnd-strings.h237 #define S_graph_data "graph-data" macro