Home
last modified time | relevance | path

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

/dports/math/gnuplot/gnuplot-5.4.1/src/
H A Dmisc.h68 void get_filledcurves_style_options(filledcurves_opts *);
69 void filledcurves_options_tofile(filledcurves_opts *, FILE *);
H A Dgadgets.h272 } filledcurves_opts; typedef
663 extern filledcurves_opts filledcurves_opts_data;
664 extern filledcurves_opts filledcurves_opts_func;
H A Dgraphics.h68 filledcurves_opts filledcurves_options;
H A Dgadgets.c199 filledcurves_opts filledcurves_opts_data = EMPTY_FILLEDCURVES_OPTS;
200 filledcurves_opts filledcurves_opts_func = EMPTY_FILLEDCURVES_OPTS;
H A Dmisc.c648 get_filledcurves_style_options(filledcurves_opts *fco) in get_filledcurves_style_options()
689 filledcurves_options_tofile(filledcurves_opts *fco, FILE *fp) in filledcurves_options_tofile()
H A Dgraphics.c947 &filledcurves_opts_data, sizeof(filledcurves_opts)); in do_plot()
950 &filledcurves_opts_func, sizeof(filledcurves_opts)); in do_plot()
1301 filledcurves_opts *filledcurves_options = &plot->filledcurves_options; in finish_filled_curve()
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/
H A Dmisc.h68 void get_filledcurves_style_options(filledcurves_opts *);
69 void filledcurves_options_tofile(filledcurves_opts *, FILE *);
H A Dgadgets.h272 } filledcurves_opts; typedef
663 extern filledcurves_opts filledcurves_opts_data;
664 extern filledcurves_opts filledcurves_opts_func;
H A Dgraphics.h68 filledcurves_opts filledcurves_options;
H A Dgadgets.c199 filledcurves_opts filledcurves_opts_data = EMPTY_FILLEDCURVES_OPTS;
200 filledcurves_opts filledcurves_opts_func = EMPTY_FILLEDCURVES_OPTS;
H A Dmisc.c648 get_filledcurves_style_options(filledcurves_opts *fco) in get_filledcurves_style_options()
689 filledcurves_options_tofile(filledcurves_opts *fco, FILE *fp) in filledcurves_options_tofile()
H A Dgraphics.c947 &filledcurves_opts_data, sizeof(filledcurves_opts)); in do_plot()
950 &filledcurves_opts_func, sizeof(filledcurves_opts)); in do_plot()
1301 filledcurves_opts *filledcurves_options = &plot->filledcurves_options; in finish_filled_curve()
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/src/
H A Dmisc.h69 void get_filledcurves_style_options __PROTO((filledcurves_opts *));
70 void filledcurves_options_tofile __PROTO((filledcurves_opts *, FILE *));
H A Dgadgets.h250 } filledcurves_opts; typedef
590 extern filledcurves_opts filledcurves_opts_data;
591 extern filledcurves_opts filledcurves_opts_func;
H A Dgraphics.h68 filledcurves_opts filledcurves_options;
H A Dgadgets.c186 filledcurves_opts filledcurves_opts_data = EMPTY_FILLEDCURVES_OPTS;
187 filledcurves_opts filledcurves_opts_func = EMPTY_FILLEDCURVES_OPTS;
H A Dmisc.c854 get_filledcurves_style_options(filledcurves_opts *fco) in get_filledcurves_style_options()
899 filledcurves_options_tofile(filledcurves_opts *fco, FILE *fp) in filledcurves_options_tofile()
H A Dgraphics.c1128 filledcurves_opts *filledcurves_options = &plot->filledcurves_options; in finish_filled_curve()
1248 memcpy(&plot->filledcurves_options, &filledcurves_opts_data, sizeof(filledcurves_opts)); in plot_filledcurves()
1250 memcpy(&plot->filledcurves_options, &filledcurves_opts_func, sizeof(filledcurves_opts)); in plot_filledcurves()