Home
last modified time | relevance | path

Searched refs:plot_type (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/usr.bin/evtranalyze/
H A Dplotter.h5 enum plot_type { enum
14 plotid_t (*plot_new)(void *, enum plot_type, const char *);
H A Dplotter.c101 ploticus_new_plot(void *_ctx, enum plot_type type, const char *title) in ploticus_new_plot()