Lines Matching refs:height
42 int height, old_height, min_height; member
110 int limit_y = dlg->height; in myprint_status()
187 mydraw_mixed_box(WINDOW *win, int y, int x, int height, int width, in mydraw_mixed_box() argument
190 dlg_draw_box(win, y, x, height, width, boxchar, borderchar); in mydraw_mixed_box()
225 (void) wmove(dlg->dialog, dlg->height - 3, 4); in dlg_update_mixedgauge()
231 (void) wmove(dlg->dialog, dlg->height - 3, (dlg->width / 2) - 2); in dlg_update_mixedgauge()
245 (void) wmove(dlg->dialog, dlg->height - 3, 4); in dlg_update_mixedgauge()
280 dlg->height = dlg->old_height = aHeight; in dlg_begin_mixedgauge()
310 dlg->height = dlg->old_height; in dlg_begin_mixedgauge()
316 &(dlg->height), in dlg_begin_mixedgauge()
320 dlg_print_size(dlg->height, dlg->width); in dlg_begin_mixedgauge()
321 dlg_ctl_size(dlg->height, dlg->width); in dlg_begin_mixedgauge()
325 y = dlg_box_y_ordinate(dlg->height); in dlg_begin_mixedgauge()
327 dlg->dialog = dlg_new_window(dlg->height, dlg->width, y, x); in dlg_begin_mixedgauge()
332 dlg->height, in dlg_begin_mixedgauge()
342 dlg->height - dlg->item_no - (2 * MARGIN), in dlg_begin_mixedgauge()
347 dlg_print_autowrap(dlg->caption, dlg->prompt, dlg->height, dlg->width); in dlg_begin_mixedgauge()
351 dlg->height - 4, in dlg_begin_mixedgauge()
384 int height, in dialog_mixedgauge() argument
396 DLG_TRACE2N("height", height); in dialog_mixedgauge()
402 dlg_begin_mixedgauge(&dlg, &began, title, cprompt, height, in dialog_mixedgauge()