Home
last modified time | relevance | path

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

/freebsd/contrib/dialog/
H A Dguage.c297 dlg_reallocate_gauge(void *objptr, in dlg_reallocate_gauge() function
372 return dlg_reallocate_gauge(NULL, title, cprompt, height, width, percent); in dlg_allocate_gauge()
H A Ddialog.h759 extern void * dlg_reallocate_gauge(void * /* objptr */, const char * /* title */, const char * /* c…
H A DCHANGES536 dlg_reallocate_gauge() failed when no --title option was given
543 + add dlg_reallocate_gauge (discussion with Devin Teske).
/freebsd/contrib/dialog/package/
H A Ddialog.sym190 dlg_reallocate_gauge
H A Ddialog.map225 dlg_reallocate_gauge;
/freebsd/lib/libdpv/
H A Ddprompt.c738 gauge = dlg_reallocate_gauge(gauge, title == NULL ? "" : title, in dprompt_libprint()