Home
last modified time | relevance | path

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

/dports/audio/snd/snd-21.2/
H A Dsnd-strings.h238 #define S_graph_dots "graph-dots" macro
H A Dsnd-chn.c8439 of '(" S_graph_lines " " S_graph_dots " " S_graph_dots_and_lines " " S_graph_lollipops " " S_graph_…
8492 one of '(" S_graph_lines " " S_graph_dots " " S_graph_dots_and_lines " " S_graph_lollipops " " S_gr…
8518 one of '(" S_graph_lines " " S_graph_dots " " S_graph_dots_and_lines " " S_graph_lollipops " " S_gr…
8544 of '(" S_graph_lines " " S_graph_dots " " S_graph_dots_and_lines " " S_graph_lollipops " " S_graph_…
9984 Xen_define_constant(S_graph_dots, GRAPH_DOTS, H_graph_dots);
H A Dsnd-region.c2256 The " S_region_graph_style " choices are " S_graph_lines ", " S_graph_dots ", " S_graph_filled ", "… in g_set_region_graph_style()
H A Dsnd-main.c168 case GRAPH_DOTS: return(TO_VAR_NAME(S_graph_dots)); in graph_style_name()