Searched refs:dlg_reallocate_gauge (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/dialog/ |
H A D | guage.c | 297 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 D | dialog.h | 759 extern void * dlg_reallocate_gauge(void * /* objptr */, const char * /* title */, const char * /* c…
|
H A D | CHANGES | 536 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 D | dialog.sym | 190 dlg_reallocate_gauge
|
H A D | dialog.map | 225 dlg_reallocate_gauge;
|
/freebsd/lib/libdpv/ |
H A D | dprompt.c | 738 gauge = dlg_reallocate_gauge(gauge, title == NULL ? "" : title, in dprompt_libprint()
|