Home
last modified time | relevance | path

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

/src/contrib/bsddialog/lib/
H A DGNUmakefile8 HEADERS = bsddialog.h bsddialog_theme.h bsddialog_progressview.h
29 ${INSTALL} -m 0644 bsddialog_progressview.h ${DESTDIR}${PREFIX}/include/bsddialog_progressview.h
36 ${RM} ${DESTDIR}${PREFIX}/include/bsddialog_progressview.h
H A DMakefile9 HEADERS = bsddialog.h bsddialog_theme.h bsddialog_progressview.h
31 ${INSTALL} -m 0644 bsddialog_progressview.h ${DESTDIR}${PREFIX}/include/bsddialog_progressview.h
39 ${RM} ${DESTDIR}${PREFIX}/include/bsddialog_progressview.h
H A Dbsddialog_progressview.h56 bsddialog_progressview (struct bsddialog_conf *conf, const char *text, int rows,
H A Dbarbox.c365 bsddialog_progressview (struct bsddialog_conf *conf, const char *text, int rows, in bsddialog_progressview() function
/src/lib/libbsddialog/
H A DMakefile22 bsddialog_progressview.h
/src/usr.sbin/bsdinstall/distextract/
H A Ddistextract.c147 retval = bsddialog_progressview(&conf, in main()