Searched refs:width2 (Results 1 – 5 of 5) sorted by relevance
/freebsd/usr.bin/seq/ |
H A D | seq.c | 468 int precision, width1, width2, places; in generate_format() local 492 width2 = sprintf(buf, "%g", last); in generate_format() 496 width2 -= (places + strlen(decimal_point)); in generate_format() 500 MAX(width1, width2) + (int) strlen(decimal_point) + in generate_format() 503 sprintf(buf, "%%%c%d%c", pad, MAX(width1, width2), in generate_format()
|
/freebsd/usr.sbin/bsdconfig/password/share/ |
H A D | password.subr | 59 local height2 width2 60 f_dialog_inputbox_size height2 width2 \ 94 $height2 $width2 \
|
/freebsd/contrib/dialog/ |
H A D | dialog.c | 1447 int width2 = 0; in PrintTextOnly() local 1468 dlg_auto_size(NULL, text, &height2, &width2, height, width); in PrintTextOnly() 1473 dlg_print_autowrap(stdscr, text, height2, width2); in PrintTextOnly()
|
/freebsd/usr.sbin/bsdconfig/share/media/ |
H A D | wlan.subr | 864 local menu_list2 height2 width2 rows2 member 890 eval f_dialog_menu_size height2 width2 rows2 \ 901 $height2 $width2 $rows2 \
|
/freebsd/contrib/libxo/xohtml/external/ |
H A D | jquery.qtip.js | 2135 width2 = Math.ceil(width / 2), height2 = Math.ceil(height / 2), 2143 tc: [0,height, width2,0, width,height], 2144 bc: [0,0, width,0, width2,height],
|