Searched refs:min_w (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/dialog/
H A Dformbox.c361 int min_w = 0; local
376 min_w = MAX(min_w, item[i].name_x + 1 + item[i].name_len);
377 min_w = MAX(min_w, item[i].text_x + 1 + real_len);
403 *min_width = min_w;

Completed in 97 milliseconds