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

/freebsd-9.3-release/usr.bin/man/
H A Dman.sh115 if [ -n "${use_width}" ]; then
363 if [ -n "${use_width}" ]; then
364 NROFF="$NROFF -rLL=${use_width}n -rLT=${use_width}n"
578 unset use_width
582 use_width=$MANWIDTH
589 use_width=$(($2-2))
594 if [ -n "$use_width" ]; then
595 decho "Using non-standard page width: ${use_width}"
/freebsd-9.3-release/contrib/dialog/
H A Dchecklist.c187 int use_width, name_width, text_width; local
221 use_width = dlg_calc_list_width(item_no, items) + 10;
223 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, MAX(26, use_width));
293 use_width = (list_width - 6);
294 if (text_width + name_width > use_width) {
295 int need = (int) (0.25 * use_width);
297 int want = (int) (use_width * ((double) name_width) /
301 text_width = use_width - name_width;
304 check_x = (use_width - (text_width + name_width)) / 2;
H A Dmenubox.c334 int use_height, use_width, name_width, text_width; local
424 use_width = (menu_width - GUTTER);
425 if (text_width + name_width > use_width) {
426 int need = (int) (0.30 * use_width);
428 int want = (int) (use_width
433 text_width = use_width - name_width;
438 : (use_width - text_width - name_width) / 2);

Completed in 152 milliseconds