Searched refs:height2 (Results 1 – 4 of 4) sorted by relevance
/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 | 1446 int height2 = 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), 2145 rc: [0,0, width,height2, 0,height], 2146 lc: [width,0, width,height, 0,height2]
|