Searched refs:use_width (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/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() 242 use_width = MAX(26, use_width); in dlg_checklist() 281 all.use_width = width - 6; in dlg_checklist() 305 all.use_width + 2 * MARGIN, in dlg_checklist() 320 use_width = (all.use_width - 6); in dlg_checklist() 328 && use_width > 0 in dlg_checklist() 330 int need = (int) (0.25 * use_width); in dlg_checklist() 336 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() 254 use_width = MAX(26, use_width); in dlg_treeview() 282 all.use_width = width - 4; in dlg_treeview() 285 box_x = (width - all.use_width) / 2 - 1; in dlg_treeview() 305 all.use_width + 2 * MARGIN, in dlg_treeview() 325 use_width = (all.use_width - 4); in dlg_treeview() 326 tree_width = MIN(tree_width, all.use_width); in dlg_treeview() 328 all.check_x = (use_width - tree_width) / 2; in dlg_treeview() [all …]
|
| H A D | menubox.c | 365 use_width = MAX(26, use_width); in dlg_menu() 373 MIN_HIGH + all.menu_height, use_width); in dlg_menu() 449 use_width = (all.menu_width - GUTTER); in dlg_menu() 451 list_width = MIN(use_width, text_width); in dlg_menu() 453 list_width = MIN(use_width, name_width); in dlg_menu() 457 && use_width > 0 in dlg_menu() 458 && text_width + name_width > use_width) { in dlg_menu() 459 int need = (int) (0.30 * use_width); in dlg_menu() 461 int want = (int) (use_width in dlg_menu() 466 text_width = use_width - name_width; in dlg_menu() [all …]
|
| H A D | buildlist.c | 53 int use_width; member 507 all.use_width = MAX(26, all.use_width); in dlg_buildlist() 515 MIN_HIGH + all.use_height, all.use_width); in dlg_buildlist() 583 all.use_width = (list_width - 6 * MARGIN); in dlg_buildlist() 585 full_width = MIN(all.use_width, text_width); in dlg_buildlist() 587 full_width = MIN(all.use_width, name_width); in dlg_buildlist() 591 && all.use_width > 0 in dlg_buildlist() 592 && text_width + name_width > all.use_width) { in dlg_buildlist() 593 int need = (int) (0.25 * all.use_width); in dlg_buildlist() 599 text_width = all.use_width - name_width; in dlg_buildlist() [all …]
|
| /freebsd-12.1/usr.bin/man/ |
| H A D | man.sh | 140 if [ -n "${use_width}" ]; then 338 if [ -n "$use_width" ]; then 339 mandoc_args="-O width=${use_width}" 423 if [ -n "${use_width}" ]; then 424 NROFF="$NROFF -rLL=${use_width}n -rLT=${use_width}n" 638 unset use_width 642 use_width=$MANWIDTH 649 use_width=$(($2-2)) 654 if [ -n "$use_width" ]; then 655 decho "Using non-standard page width: ${use_width}"
|