Home
last modified time | relevance | path

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

/dflybsd-src/contrib/dialog/
H A Dpause.c33 #define MIN_WIDE (10 + 2 * (2 + MARGIN)) macro
H A Dinputbox.c43 #define MIN_WIDE 26 macro
H A Drangebox.c30 #define MIN_WIDE (10 + 2 + (2 * MARGIN)) macro
H A Dtimebox.c32 #define MIN_WIDE ((3 * (ONE_WIDE + 2 * MARGIN)) + 2 + (2 * MARGIN)) macro
H A Dmixedgauge.c35 #define MIN_WIDE (10 + 2 * (2 + MARGIN)) macro
H A Dguage.c32 #define MIN_WIDE (10 + 2 * (2 + MARGIN)) macro
H A Dprogressbox.c29 #define MIN_WIDE (10 + 2 * (2 + MARGIN)) macro
H A Dcalendar.c37 #define MIN_WIDE (DAY_WIDE + (4 * MARGIN)) macro
H A Dfselect.c31 #define MIN_WIDE (2 * MAX(dlg_count_columns(d_label), dlg_count_columns(f_label)) + 6 * MARGIN + 2 … macro