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

/freebsd-11-stable/contrib/dialog/
H A Dbuildlist.c464 int name_width, text_width, full_width, list_width; local
585 full_width = MIN(all.use_width, text_width);
587 full_width = MIN(all.use_width, name_width);
601 full_width = text_width + name_width;
604 all.check_x = (all.use_width - full_width) / 2;

Completed in 99 milliseconds