Home
last modified time | relevance | path

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

/dflybsd-src/contrib/dialog/
H A Dtimebox.c32 #define MIN_WIDE ((3 * (ONE_WIDE + 2 * MARGIN)) + 2 + (2 * MARGIN)) macro
212 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, MIN_WIDE); in dialog_timebox()
214 if (width < MIN_WIDE) in dialog_timebox()
215 width = MIN_WIDE; in dialog_timebox()
246 (width - MIN_WIDE + 1) / 2 + MARGIN, in dialog_timebox()
H A Dpause.c33 #define MIN_WIDE (10 + 2 * (2 + MARGIN)) macro
105 MIN_WIDE); in dialog_pause()
110 MIN_WIDE); in dialog_pause()
H A Dinputbox.c43 #define MIN_WIDE 26 macro
120 MIN(MAX(dlg_count_columns(init) + 7, MIN_WIDE), in dialog_inputbox()
128 MIN_WIDE); in dialog_inputbox()
H A Drangebox.c30 #define MIN_WIDE (10 + 2 + (2 * MARGIN)) macro
235 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, MIN_WIDE); in dialog_rangebox()
H A Dmixedgauge.c35 #define MIN_WIDE (10 + 2 * (2 + MARGIN)) macro
299 dlg->min_width = MIN_WIDE + dlg->len_name + GUTTER + dlg->len_text; in dlg_begin_mixedgauge()
H A Dguage.c32 #define MIN_WIDE (10 + 2 * (2 + MARGIN)) macro
317 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, MIN_WIDE); in dlg_reallocate_gauge()
H A Dprogressbox.c29 #define MIN_WIDE (10 + 2 * (2 + MARGIN)) macro
86 dlg_auto_size(title, obj->prompt, &obj->high, &obj->wide, MIN_HIGH, MIN_WIDE); in start_obj()
H A Dfselect.c31 #define MIN_WIDE (2 * MAX(dlg_count_columns(d_label), dlg_count_columns(f_label)) + 6 * MARGIN + 2 … macro
603 int min_wide = MIN_WIDE; in dlg_fselect()
H A Dcalendar.c37 #define MIN_WIDE (DAY_WIDE + (4 * MARGIN)) macro
719 int mincols = MIN_WIDE; in dialog_calendar()