Searched refs:MIN_WIDE (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/dialog/ |
| H A D | pause.c | 33 #define MIN_WIDE (10 + 2 * (2 + MARGIN)) macro 105 MIN_WIDE); in dialog_pause() 110 MIN_WIDE); in dialog_pause()
|
| H A D | inputbox.c | 43 #define MIN_WIDE 26 macro 116 MIN(MAX(dlg_count_columns(init) + 7, MIN_WIDE), in dialog_inputbox() 121 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, MIN_WIDE); in dialog_inputbox()
|
| H A D | timebox.c | 34 #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() 244 (width - MIN_WIDE + 1) / 2 + MARGIN, in dialog_timebox()
|
| H A D | rangebox.c | 30 #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 D | guage.c | 34 #define MIN_WIDE (10 + 2 * (2 + MARGIN)) macro 316 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, MIN_WIDE); in dlg_reallocate_gauge()
|
| H A D | mixedgauge.c | 35 #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 D | progressbox.c | 33 #define MIN_WIDE (10 + 2 * (2 + MARGIN)) macro 90 dlg_auto_size(title, obj->prompt, &obj->high, &obj->wide, MIN_HIGH, MIN_WIDE); in start_obj()
|
| H A D | calendar.c | 45 #define MIN_WIDE (DAY_WIDE + (4 * MARGIN)) macro 727 int mincols = MIN_WIDE; in dialog_calendar()
|
| H A D | fselect.c | 61 #define MIN_WIDE (2 * MAX(dlg_count_columns(d_label), dlg_count_columns(f_label)) + 6 * MARGIN + 2 … macro 626 int min_wide = MIN_WIDE; in dlg_fselect()
|
| /freebsd/contrib/ncurses/ncurses/tinfo/ |
| H A D | lib_win32con.c | 508 #define MIN_WIDE 80 macro 551 if (wide < MIN_WIDE) { in _nc_console_set_scrollback() 552 T(("... width %d < %d", wide, MIN_WIDE)); in _nc_console_set_scrollback() 553 wide = MIN_WIDE; in _nc_console_set_scrollback()
|