Home
last modified time | relevance | path

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

/dports/audio/snd/snd-21.2/
H A Dsnd-strings.h289 #define S_lisp_graph_style "lisp-graph-style" macro
H A Dsnd-chn.c8517 #define H_lisp_graph_style "(" S_lisp_graph_style " snd chn): lisp graph drawing style. \
8519 Snd_assert_sound(S_lisp_graph_style, snd, 0);
8520 return(channel_get(snd, chn, CP_LISP_GRAPH_STYLE, S_lisp_graph_style));
8527 Xen_check_type(Xen_is_integer(style), style, 1, S_set S_lisp_graph_style, "an integer");
8528 Snd_assert_sound(S_lisp_graph_style, snd, 0);
8532 Xen_out_of_range_error(S_set S_lisp_graph_style, 1, style, "unknown " S_lisp_graph_style);
8534 return(channel_set(snd, chn, style, CP_LISP_GRAPH_STYLE, S_set S_lisp_graph_style));
9991 Xen_define_typed_dilambda(S_lisp_graph_style, g_lisp_graph_style_w, H_lisp_graph_style,
9992 S_set S_lisp_graph_style, g_set_lisp_graph_style_w, 1, 1, 1, 2, pl_itt, pl_itti);
H A Dsnd-region.c2263 Xen_out_of_range_error(S_set S_region_graph_style, 1, val, "unknown " S_lisp_graph_style); in g_set_region_graph_style()
H A Dsnd-main.c1100 …if (cp->lisp_graph_style != graph_style(ss)) pcp_ss(fd, S_lisp_graph_style, graph_style_name(cp->l… in save_sound_state()