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

/freebsd-13-stable/contrib/dialog/
H A Dpause.c33 #define MIN_WIDE (10 + 2 * (2 + MARGIN)) macro
104 MIN_WIDE);
109 MIN_WIDE);
H A Dtimebox.c34 #define MIN_WIDE ((3 * (ONE_WIDE + 2 * MARGIN)) + 2 + (2 * MARGIN)) macro
216 if (width < MIN_WIDE)
217 width = MIN_WIDE;
248 (width - MIN_WIDE + 1) / 2 + MARGIN,
H A Drangebox.c30 #define MIN_WIDE (10 + 2 + (2 * MARGIN)) macro
251 if (width < MIN_WIDE)
252 width = MIN_WIDE;
H A Dguage.c34 #define MIN_WIDE (10 + 2 * (2 + MARGIN)) macro
315 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, MIN_WIDE);
H A Dmixedgauge.c35 #define MIN_WIDE (10 + 2 * (2 + MARGIN)) macro
296 dlg->min_width = MIN_WIDE + dlg->len_name + GUTTER + dlg->len_text;
H A Dprogressbox.c34 #define MIN_WIDE (10 + 2 * (2 + MARGIN)) macro
90 dlg_auto_size(title, obj->prompt, &obj->high, &obj->wide, MIN_HIGH, MIN_WIDE);
H A Dcalendar.c45 #define MIN_WIDE (DAY_WIDE + (4 * MARGIN)) macro
730 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
605 int min_wide = MIN_WIDE;
/freebsd-13-stable/contrib/ncurses/ncurses/win32con/
H A Dwin_driver.c923 #define MIN_WIDE 80 macro
966 if (wide < MIN_WIDE) {
967 T(("... width %d < %d", wide, MIN_WIDE));
968 wide = MIN_WIDE;

Completed in 78 milliseconds