Searched refs:use_width (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/dialog/ |
| H A D | checklist.c | 43 int use_width; member 75 for (i = 0; i < data->use_width; i++) in print_item() 122 data->box_x + data->use_width, in print_list() 258 use_width = MAX(26, use_width); in dlg_checklist() 297 all.use_width = width - 6; in dlg_checklist() 320 all.use_width + 2 * MARGIN, in dlg_checklist() 335 use_width = (all.use_width - 6); in dlg_checklist() 343 && use_width > 0 in dlg_checklist() 345 int need = (int) (0.25 * use_width); in dlg_checklist() 351 text_width = use_width - name_width; in dlg_checklist() [all …]
|
| H A D | treeview.c | 39 int use_width; member 72 for (i = 0; i < data->use_width; i++) in print_item() 126 data->box_x + data->use_width, in print_list() 256 use_width = MAX(26, use_width); in dlg_treeview() 284 all.use_width = width - 4; in dlg_treeview() 287 box_x = (width - all.use_width) / 2 - 1; in dlg_treeview() 306 all.use_width + 2 * MARGIN, in dlg_treeview() 326 use_width = (all.use_width - 4); in dlg_treeview() 327 tree_width = MIN(tree_width, all.use_width); in dlg_treeview() 329 all.check_x = (use_width - tree_width) / 2; in dlg_treeview() [all …]
|
| H A D | menubox.c | 393 use_width = MAX(26, use_width); in dlg_menu() 401 MIN_HIGH + all.menu_height, use_width); in dlg_menu() 476 use_width = (all.menu_width - GUTTER); in dlg_menu() 478 list_width = MIN(use_width, text_width); in dlg_menu() 480 list_width = MIN(use_width, name_width); in dlg_menu() 484 && use_width > 0 in dlg_menu() 485 && text_width + name_width > use_width) { in dlg_menu() 486 int need = (int) (0.30 * use_width); in dlg_menu() 488 int want = (int) (use_width in dlg_menu() 493 text_width = use_width - name_width; in dlg_menu() [all …]
|
| H A D | buildlist.c | 64 int use_width; member 609 all.use_width = MAX(26, all.use_width); in dlg_buildlist() 617 MIN_HIGH + all.use_height, all.use_width); in dlg_buildlist() 684 all.use_width = (list_width - 6 * MARGIN); in dlg_buildlist() 686 full_width = MIN(all.use_width, text_width); in dlg_buildlist() 688 full_width = MIN(all.use_width, name_width); in dlg_buildlist() 692 && all.use_width > 0 in dlg_buildlist() 693 && text_width + name_width > all.use_width) { in dlg_buildlist() 694 int need = (int) (0.25 * all.use_width); in dlg_buildlist() 700 text_width = all.use_width - name_width; in dlg_buildlist() [all …]
|
| /freebsd-14.2/usr.bin/man/ |
| H A D | man.sh | 170 if [ -n "${use_width}" ]; then 377 if [ -n "$use_width" ]; then 378 mandoc_args="-O width=${use_width}" 462 if [ -n "${use_width}" ]; then 463 NROFF="$NROFF -rLL=${use_width}n -rLT=${use_width}n" 666 unset use_width 670 use_width=$MANWIDTH 677 use_width=$(($2-2)) 682 if [ -n "$use_width" ]; then 683 decho "Using non-standard page width: ${use_width}"
|