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

/freebsd-9.3-release/contrib/dialog/
H A Dformbox.c498 int thigh = 0; local
500 dlg_auto_size(title, prompt, &thigh, &twide, 0, width);
501 thigh = SLINES - (height - (thigh + 1 + 3 * MARGIN));
502 form_height = MIN(thigh, form_height);
H A Dprogressbox.c174 int x, y, thigh; local
187 thigh = height - (2 * MARGIN);
206 thigh -= y2;
211 thigh,
218 (void) wmove(dialog, thigh, (MARGIN + 1));
228 dlg_attr_clear(text, thigh, getmaxx(text), dialog_attr);
230 if (i < thigh) {
236 print_line(obj, text, thigh - 1, width - (2 * MARGIN));
H A Dtailbox.c306 int x, y, result, thigh; local
326 thigh = height - ((2 * MARGIN) + (bg_task ? 0 : 2));
334 thigh,
351 (void) wmove(dialog, thigh, (MARGIN + 1));
371 dlg_attr_clear(text, thigh, getmaxx(text), dialog_attr);

Completed in 131 milliseconds