Lines Matching refs:MARGIN
1046 int y = MARGIN; in justify_text()
1048 int lm = (2 * MARGIN); /* left margin (box-border plus a space) */ in justify_text()
1056 rm -= (2 * MARGIN); in justify_text()
1057 bm -= (2 * MARGIN); in justify_text()
1140 int wide = width - (2 * MARGIN); in dlg_print_scrolled()
1156 dlg_print_autowrap(win, prompt, height + 1 + (3 * MARGIN), width); in dlg_print_scrolled()
1170 offset + MARGIN, /* sminrow */ in dlg_print_scrolled()
1171 MARGIN, /* smincol */ in dlg_print_scrolled()
1172 MARGIN, /* dminrow */ in dlg_print_scrolled()
1173 MARGIN, /* dmincol */ in dlg_print_scrolled()
1193 (void) wmove(win, MARGIN + height, wide - 4); in dlg_print_scrolled()
1209 dlg_print_autowrap(win, prompt, height + 1 + (3 * MARGIN), width); in dlg_print_scrolled()
1408 *width += ((2 * MARGIN) + SHADOW_COLS); in real_auto_size()
1409 *height += boxlines + (2 * MARGIN); in real_auto_size()