Home
last modified time | relevance | path

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

/freebsd-13.1/usr.bin/ministat/
H A Dministat.c296 int num_datasets; member
302 SetupPlot(int width, int separate, int num_datasets) in SetupPlot() argument
312 pl->num_datasets = num_datasets; in SetupPlot()
361 pl->bar = calloc(sizeof(char *), pl->num_datasets); in PlotSet()
452 for (i = 0; i < pl->num_datasets; i++) { in DumpPlot()