Home
last modified time | relevance | path

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

/src/usr.sbin/bsdinstall/distextract/
H A Ddistextract.c68 struct bsddialog_progviewconf pvconf; in main() local
142 pvconf.callback = extract_files; in main()
143 pvconf.refresh = 1; in main()
144 pvconf.fmtbottomstr = "%10lli files read @ %'9.1f files/sec."; in main()
149 &pvconf, nminibars, dists); in main()
/src/contrib/bsddialog/lib/
H A Dbsddialog_progressview.h57 int cols, struct bsddialog_progviewconf *pvconf, unsigned int nminibar,
H A Dbarbox.c366 int cols, struct bsddialog_progviewconf *pvconf, unsigned int nminibar, in bsddialog_progressview() argument
388 trefresh = pvconf->refresh == 0 ? 0 : pvconf->refresh - 1; in bsddialog_progressview()
411 printw(pvconf->fmtbottomstr, bsddialog_total_progview, in bsddialog_progressview()
424 perc = pvconf->callback(&minibar[i]); in bsddialog_progressview()