Searched refs:PL_LIBPLOT_VER_STRING (Results 1 – 10 of 10) sorted by relevance
/dports/graphics/plotutils/plotutils-2.6/libplot/ |
H A D | n_write.c | 133 %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 D | g_version.c | 25 const char pl_libplot_ver[8] = PL_LIBPLOT_VER_STRING;
|
H A D | s_closepl.c | 76 PL_LIBPLOT_VER_STRING); in _pl_s_end_page()
|
H A D | a_closepl.c | 80 PL_LIBPLOT_VER_STRING); in _pl_a_end_page()
|
H A D | z_write.c | 288 PL_LIBPLOT_VER_STRING); in _pl_z_maybe_output_image()
|
H A D | p_defplot.c | 286 PL_LIBPLOT_VER_STRING, time_string, num_pages); in _pl_p_terminate()
|
H A D | c_defplot.c | 608 PL_LIBPLOT_VER_STRING, in _pl_c_terminate()
|
/dports/graphics/plotutils/plotutils-2.6/include/ |
H A D | plot.h | 37 #define PL_LIBPLOT_VER_STRING "4.4" macro
|
H A D | plotter.h | 57 #define PL_LIBPLOT_VER_STRING "4.4" macro
|
/dports/math/oleo/oleo-1.99.16/src/ |
H A D | io-motif.c | 6061 #if defined(PL_LIBPLOT_VER_STRING) in versionCB() 6062 sprintf(xbae, "\n GNU PlotUtils (libplot version %s)", PL_LIBPLOT_VER_STRING); in versionCB()
|