Home
last modified time | relevance | path

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

/dports/math/gretl/gretl-2021d/lib/src/
H A Dgraphing.h67 #define N_GP_LINETYPES 8 macro
H A Dplotspec.c1093 for (i=1; i<N_GP_LINETYPES; i++) { in write_styles_from_plotspec()
1109 for (i=0; i<N_GP_LINETYPES; i++) { in write_styles_from_plotspec()
H A Dgraphing.c838 static gretlRGB user_color[N_GP_LINETYPES] = {
903 return (i >= 0 && i < N_GP_LINETYPES)? user_color[i] : 0; in get_graph_color()
1085 for (i=0; i<N_GP_LINETYPES; i++) { in transcribe_style()
1102 return i < N_GP_LINETYPES ? E_DATA : 0; in transcribe_style()
/dports/math/gretl/gretl-2021d/gui/
H A Dgpt_control.c2075 if (n != 1 || i <= 0 || i > N_GP_LINETYPES) { in parse_linetype()
3183 linestyle styles[N_GP_LINETYPES]; in read_plotspec_from_file()
3262 for (i=0; i<N_GP_LINETYPES; i++) { in read_plotspec_from_file()
3447 if (idx > 0 && idx < N_GP_LINETYPES) { in read_plotspec_from_file()