Home
last modified time | relevance | path

Searched refs:MIN_WIDE (Results 1 – 8 of 8) sorted by relevance

/NextBSD/contrib/dialog/
HDpause.c33 #define MIN_WIDE (10 + 2 * (2 + MARGIN)) macro
98 MIN_WIDE); in dialog_pause()
103 MIN_WIDE); in dialog_pause()
HDtimebox.c34 #define MIN_WIDE ((3 * (ONE_WIDE + 2 * MARGIN)) + 2 + (2 * MARGIN)) macro
205 if (width < MIN_WIDE) in dialog_timebox()
206 width = MIN_WIDE; in dialog_timebox()
237 (width - MIN_WIDE + 1) / 2 + MARGIN, in dialog_timebox()
HDrangebox.c30 #define MIN_WIDE (10 + 2 + (2 * MARGIN)) macro
240 if (width < MIN_WIDE) in dialog_rangebox()
241 width = MIN_WIDE; in dialog_rangebox()
HDprogressbox.c30 #define MIN_WIDE (10 + 2 * (2 + MARGIN)) macro
210 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, MIN_WIDE); in dlg_progressbox()
HDmixedgauge.c35 #define MIN_WIDE (10 + 2 * (2 + MARGIN)) macro
294 dlg->min_width = MIN_WIDE + dlg->len_name + GUTTER + dlg->len_text; in dlg_begin_mixedgauge()
HDguage.c34 #define MIN_WIDE (10 + 2 * (2 + MARGIN)) macro
308 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, MIN_WIDE); in dlg_reallocate_gauge()
HDcalendar.c39 #define MIN_WIDE (DAY_WIDE + (4 * MARGIN)) macro
442 int mincols = MIN_WIDE; in dialog_calendar()
HDfselect.c61 #define MIN_WIDE (2 * MAX(dlg_count_columns(d_label), dlg_count_columns(f_label)) + 6 * MARGIN + 2 … macro
599 int min_wide = MIN_WIDE; in dlg_fselect()