Lines Matching full:gauge
69 static void *gauge = NULL; variable
127 /* Calculate width of dialog(3) or [X]dialog(1) --gauge box */ in dprompt_init()
131 * Calculate height of dialog(3) or [X]dialog(1) --gauge box in dprompt_init()
329 * Clear the [X]dialog(1) `--gauge' prompt buffer.
340 * Append to the [X]dialog(1) `--gauge' prompt buffer. Syntax is like printf(3)
369 * Append active files to the [X]dialog(1) `--gauge' prompt buffer. Syntax
668 * [X]dialog(1) `--gauge' prompt text for the current state of transfers.
699 * Print the [X]dialog(1) `--gauge' prompt text to a buffer.
710 * Print the [X]dialog(1) `--gauge' prompt text to file descriptor fd (could
726 * Print the dialog(3) `gauge' prompt text using libdialog.
738 gauge = dlg_reallocate_gauge(gauge, title == NULL ? "" : title, in dprompt_libprint()
740 dlg_update_gauge(gauge, percent); in dprompt_libprint()