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

/freebsd-11-stable/contrib/dialog/
H A Dpause.c33 #define MIN_WIDE (10 + 2 * (2 + MARGIN)) macro
98 MIN_WIDE);
103 MIN_WIDE);
H A Dtimebox.c34 #define MIN_WIDE ((3 * (ONE_WIDE + 2 * MARGIN)) + 2 + (2 * MARGIN)) macro
205 if (width < MIN_WIDE)
206 width = MIN_WIDE;
237 (width - MIN_WIDE + 1) / 2 + MARGIN,
H A Drangebox.c30 #define MIN_WIDE (10 + 2 + (2 * MARGIN)) macro
240 if (width < MIN_WIDE)
241 width = MIN_WIDE;
H A Dprogressbox.c30 #define MIN_WIDE (10 + 2 * (2 + MARGIN)) macro
210 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, MIN_WIDE);
H A Dguage.c34 #define MIN_WIDE (10 + 2 * (2 + MARGIN)) macro
308 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, MIN_WIDE);
H A Dmixedgauge.c35 #define MIN_WIDE (10 + 2 * (2 + MARGIN)) macro
294 dlg->min_width = MIN_WIDE + dlg->len_name + GUTTER + dlg->len_text;
H A Dcalendar.c39 #define MIN_WIDE (DAY_WIDE + (4 * MARGIN)) macro
442 int mincols = MIN_WIDE;
H A Dfselect.c61 #define MIN_WIDE (2 * MAX(dlg_count_columns(d_label), dlg_count_columns(f_label)) + 6 * MARGIN + 2 * EXT_WIDE) macro
599 int min_wide = MIN_WIDE;

Completed in 68 milliseconds