Searched refs:plotid_t (Results 1 – 3 of 3) sorted by relevance
| /dflybsd-src/usr.bin/evtranalyze/ |
| H A D | plotter.h | 4 typedef int plotid_t; typedef 14 plotid_t (*plot_new)(void *, enum plot_type, const char *); 15 int (*plot_histogram)(void *, plotid_t, double); 16 int (*plot_line)(void *, plotid_t, double, double);
|
| H A D | plotter.c | 100 plotid_t 165 ploticus_plot_histogram(void *_ctx, plotid_t id, double val) in ploticus_plot_histogram() 182 ploticus_plot_line(void *_ctx, plotid_t id, double x, double y) in ploticus_plot_line()
|
| H A D | evtranalyze.c | 1083 plotid_t time_plot; 1174 plotid_t durations_plot;
|