Home
last modified time | relevance | path

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

/dports/graphics/plotutils/plotutils-2.6/libplot/
H A Dn_write.c133 %d %d\n", PL_LIBPLOT_VER_STRING, width, height); in _pl_n_write_pbm()
202 << PL_LIBPLOT_VER_STRING << '\n' in _pl_n_write_pbm()
230 << PL_LIBPLOT_VER_STRING << '\n' in _pl_n_write_pbm()
303 255\n", PL_LIBPLOT_VER_STRING, width, height); in _pl_n_write_pgm()
331 255\n", PL_LIBPLOT_VER_STRING, width, height); in _pl_n_write_pgm()
355 << PL_LIBPLOT_VER_STRING << '\n' in _pl_n_write_pgm()
384 << PL_LIBPLOT_VER_STRING << '\n' in _pl_n_write_pgm()
436 255\n", PL_LIBPLOT_VER_STRING, width, height); in _pl_n_write_ppm()
468 255\n", PL_LIBPLOT_VER_STRING, width, height); in _pl_n_write_ppm()
494 << PL_LIBPLOT_VER_STRING << '\n' in _pl_n_write_ppm()
[all …]
H A Dg_version.c25 const char pl_libplot_ver[8] = PL_LIBPLOT_VER_STRING;
H A Ds_closepl.c76 PL_LIBPLOT_VER_STRING); in _pl_s_end_page()
H A Da_closepl.c80 PL_LIBPLOT_VER_STRING); in _pl_a_end_page()
H A Dz_write.c288 PL_LIBPLOT_VER_STRING); in _pl_z_maybe_output_image()
H A Dp_defplot.c286 PL_LIBPLOT_VER_STRING, time_string, num_pages); in _pl_p_terminate()
H A Dc_defplot.c608 PL_LIBPLOT_VER_STRING, in _pl_c_terminate()
/dports/graphics/plotutils/plotutils-2.6/include/
H A Dplot.h37 #define PL_LIBPLOT_VER_STRING "4.4" macro
H A Dplotter.h57 #define PL_LIBPLOT_VER_STRING "4.4" macro
/dports/math/oleo/oleo-1.99.16/src/
H A Dio-motif.c6061 #if defined(PL_LIBPLOT_VER_STRING) in versionCB()
6062 sprintf(xbae, "\n GNU PlotUtils (libplot version %s)", PL_LIBPLOT_VER_STRING); in versionCB()