Searched refs:thigh (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/contrib/dialog/
H A Dformbox.c534 int thigh = 0; local
536 dlg_auto_size(title, prompt, &thigh, &twide, 0, width);
537 thigh = SLINES - (height - (thigh + 1 + 3 * MARGIN));
538 form_height = MIN(thigh, form_height);
H A Dprogressbox.c203 int x, y, thigh; local
216 thigh = height - (2 * MARGIN);
236 thigh -= y2;
241 thigh,
248 (void) wmove(dialog, thigh, (MARGIN + 1));
258 dlg_attr_clear(text, thigh, getmaxx(text), dialog_attr);
260 if (i < thigh) {
266 print_line(obj, text, thigh - 1, width - (2 * MARGIN));
H A Dtailbox.c307 int x, y, result, thigh; local
327 thigh = height - ((2 * MARGIN) + (bg_task ? 0 : 2));
335 thigh,
352 (void) wmove(dialog, thigh, (MARGIN + 1));
372 dlg_attr_clear(text, thigh, getmaxx(text), dialog_attr);

Completed in 91 milliseconds