Home
last modified time | relevance | path

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

/dports/math/gretl/gretl-2021d/lib/src/
H A Dgraphing.c1835 static char gnuplot_outname[FILENAME_MAX]; variable
1920 strcpy(gnuplot_outname, optname); in gp_set_up_batch()
1921 gretl_maybe_prepend_dir(gnuplot_outname); in gp_set_up_batch()
1943 if (*gnuplot_outname != '\0') { in gp_set_up_batch()
1946 write_plot_output_line(gnuplot_outname, fp); in gp_set_up_batch()
2149 *gnuplot_outname = '\0'; in open_plot_input_file()
2329 gretl_set_path_by_name("plotfile", gnuplot_outname); in gnuplot_make_graph()