Home
last modified time | relevance | path

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

/dflybsd-src/usr.bin/kcollect/
H A Dkcollect.h48 void start_gnuplot(int ac, char **av, const char *plotfile);
H A Dgnuplot.c35 start_gnuplot(int ac __unused, char **av __unused, const char *plotfile) in start_gnuplot() function
H A Dkcollect.c202 start_gnuplot(ac - optind, av + optind, datafile); in main()