Home
last modified time | relevance | path

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

/dports/graphics/plotutils/plotutils-2.6/libplot/
H A Dy_closepl.c217 for (i = 0; i < _plotter->y_num_pids; i++) in _pl_y_end_page()
259 if (_plotter->y_num_pids == 0) in _pl_y_end_page()
264 ((_plotter->y_num_pids + 1) in _pl_y_end_page()
266 _plotter->y_pids[_plotter->y_num_pids] = forkval; in _pl_y_end_page()
267 _plotter->y_num_pids++; in _pl_y_end_page()
H A Dy_defplot.c177 _plotter->y_num_pids = 0; in _pl_y_initialize()
223 for (j = 0; j < _plotter->y_num_pids; j++) in _pl_y_terminate()
225 if (_plotter->y_num_pids > 0) in _pl_y_terminate()
/dports/graphics/plotutils/plotutils-2.6/include/
H A Dplotter.h1418 int y_num_pids; /* D: number of pids in list */ variable
2370 int y_num_pids; /* D: number of pids in list */ variable