Searched refs:MIN_WIDE (Results 1 – 8 of 8) sorted by relevance
| /NextBSD/contrib/dialog/ |
| HD | pause.c | 33 #define MIN_WIDE (10 + 2 * (2 + MARGIN)) macro 98 MIN_WIDE); in dialog_pause() 103 MIN_WIDE); in dialog_pause()
|
| HD | timebox.c | 34 #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()
|
| HD | rangebox.c | 30 #define MIN_WIDE (10 + 2 + (2 * MARGIN)) macro 240 if (width < MIN_WIDE) in dialog_rangebox() 241 width = MIN_WIDE; in dialog_rangebox()
|
| HD | progressbox.c | 30 #define MIN_WIDE (10 + 2 * (2 + MARGIN)) macro 210 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, MIN_WIDE); in dlg_progressbox()
|
| HD | mixedgauge.c | 35 #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()
|
| HD | guage.c | 34 #define MIN_WIDE (10 + 2 * (2 + MARGIN)) macro 308 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, MIN_WIDE); in dlg_reallocate_gauge()
|
| HD | calendar.c | 39 #define MIN_WIDE (DAY_WIDE + (4 * MARGIN)) macro 442 int mincols = MIN_WIDE; in dialog_calendar()
|
| HD | fselect.c | 61 #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()
|