| /freebsd-13.1/sys/compat/linuxkpi/common/src/ |
| H A D | linux_radix.c | 74 int height; in radix_tree_lookup() local 78 height = root->height - 1; in radix_tree_lookup() 96 int height; in radix_tree_iter_find() local 102 height = root->height - 1; in radix_tree_iter_find() 140 height = root->height - 1; in radix_tree_delete() 239 height = root->height - 1; in radix_tree_insert() 242 for ( ; height != 0; height--) { in radix_tree_insert() 262 for ( ; height != 0; height--) { in radix_tree_insert() 343 height = root->height - 1; in radix_tree_store() 346 for ( ; height != 0; height--) { in radix_tree_store() [all …]
|
| /freebsd-13.1/contrib/dialog/ |
| H A D | dialog.pl | 105 $height = int($height); 115 my ( $tmp, $height ); 126 . " $height $width" ); 137 my ( $tmp, $height ); 148 . " $height $width" ); 153 my ( $tmp, $height ); 164 . " $height $width" ); 177 my ( $tmp, $height ); 213 my ( $tmp, $height ); 224 . " $height $width " [all …]
|
| H A D | yesno.c | 59 int req_high = height; in dialog_yesno() 66 DLG_TRACE2N("height", height); in dialog_yesno() 76 dlg_print_size(height, width); in dialog_yesno() 77 dlg_ctl_size(height, width); in dialog_yesno() 80 y = dlg_box_y_ordinate(height); in dialog_yesno() 84 dlg_move_window(dialog, height, width, y, x); in dialog_yesno() 100 page = height - (1 + 3 * MARGIN); in dialog_yesno() 102 height - 2 * MARGIN, 0, in dialog_yesno() 127 height - 2, 0, in dialog_yesno() 136 height - 2, 0, in dialog_yesno() [all …]
|
| H A D | msgbox.c | 68 DLG_TRACE2N("height", height); in dialog_msgbox() 76 req_high = height; in dialog_msgbox() 88 dlg_print_size(height, width); in dialog_msgbox() 89 dlg_ctl_size(height, width); in dialog_msgbox() 92 y = dlg_box_y_ordinate(height); in dialog_msgbox() 96 dlg_move_window(dialog, height, width, y, x); in dialog_msgbox() 100 dialog = dlg_new_window(height, width, y, x); in dialog_msgbox() 104 page = height - (1 + 3 * MARGIN); in dialog_msgbox() 142 height = req_high; in dialog_msgbox() 152 height - 2, 0, in dialog_msgbox() [all …]
|
| H A D | pause.c | 50 int height, in dialog_pause() argument 64 int old_height = height; in dialog_pause() 85 DLG_TRACE2N("height", height); in dialog_pause() 102 dlg_auto_size(title, prompt, &height, &width, in dialog_pause() 107 dlg_auto_size(title, prompt, &height, &width, in dialog_pause() 112 dlg_print_size(height, width); in dialog_pause() 113 dlg_ctl_size(height, width); in dialog_pause() 117 y = dlg_box_y_ordinate(height); in dialog_pause() 208 height = old_height; in dialog_pause() 219 height - 2, 0, in dialog_pause() [all …]
|
| H A D | guage.c | 46 int height; member 136 obj->height - 4, 2 + MARGIN, in repaint_text() 299 int height, in dlg_reallocate_gauge() argument 316 dlg_print_size(height, width); in dlg_reallocate_gauge() 317 dlg_ctl_size(height, width); in dlg_reallocate_gauge() 322 height = obj->height; in dlg_reallocate_gauge() 351 obj->height = height; in dlg_reallocate_gauge() 367 int height, in dlg_allocate_gauge() argument 398 int height, in dialog_gauge() argument 410 DLG_TRACE2N("height", height); in dialog_gauge() [all …]
|
| H A D | timebox.c | 50 int height; member 94 int width, int height, in init_object() argument 104 data->height = height; in init_object() 109 data->height, data->width, in init_object() 140 int height, in dialog_timebox() argument 175 int old_height = height; in dialog_timebox() 215 height += MIN_HIGH; in dialog_timebox() 220 dlg_ctl_size(height, width); in dialog_timebox() 265 hr_box.height, in dialog_timebox() 279 mn_box.height, in dialog_timebox() [all …]
|
| H A D | mixedgauge.c | 42 int height, old_height, min_height; member 110 int limit_y = dlg->height; in myprint_status() 277 dlg->height = dlg->old_height = aHeight; in dlg_begin_mixedgauge() 307 dlg->height = dlg->old_height; in dlg_begin_mixedgauge() 313 &(dlg->height), in dlg_begin_mixedgauge() 318 dlg_ctl_size(dlg->height, dlg->width); in dlg_begin_mixedgauge() 322 y = dlg_box_y_ordinate(dlg->height); in dlg_begin_mixedgauge() 329 dlg->height, in dlg_begin_mixedgauge() 348 dlg->height - 4, in dlg_begin_mixedgauge() 379 int height, in dialog_mixedgauge() argument [all …]
|
| H A D | util.c | 1040 height, in dlg_print_autowrap() 1057 int height, in dlg_print_scrolled() argument 1240 *height = high; in auto_size_preformatted() 1288 if (*height == 0) in real_auto_size() 1289 *height = -1; in real_auto_size() 1298 high = *height; in real_auto_size() 1339 *height = save_high; in real_auto_size() 1354 int *height, in dlg_auto_size() argument 1366 (*height)++; in dlg_auto_size() 1371 *height = SLINES; in dlg_auto_size() [all …]
|
| H A D | inputbox.c | 44 dialog_inputbox(const char *title, const char *cprompt, int height, int width, in dialog_inputbox() argument 66 int old_height = height; in dialog_inputbox() 90 DLG_TRACE2N("height", height); in dialog_inputbox() 110 dlg_auto_size(title, prompt, &height, &width, 5, in dialog_inputbox() 116 dlg_auto_size(title, prompt, &height, &width, 5, 26); in dialog_inputbox() 119 dlg_print_size(height, width); in dialog_inputbox() 120 dlg_ctl_size(height, width); in dialog_inputbox() 123 yorg = dlg_box_y_ordinate(height); in dialog_inputbox() 125 dialog = dlg_new_window(height, width, yorg, xorg); in dialog_inputbox() 137 dlg_print_autowrap(dialog, prompt, height, width); in dialog_inputbox() [all …]
|
| H A D | rangebox.c | 40 int height; member 173 int height, in dialog_rangebox() argument 208 int old_height = height; in dialog_rangebox() 228 DLG_TRACE2N("height", height); in dialog_rangebox() 250 height += MIN_HIGH; in dialog_rangebox() 254 dlg_print_size(height, width); in dialog_rangebox() 255 dlg_ctl_size(height, width); in dialog_rangebox() 258 yorg = dlg_box_y_ordinate(height), in dialog_rangebox() 292 data.slide_y = height - 5; in dialog_rangebox() 303 height - 6, data.slide_x - MARGIN, in dialog_rangebox() [all …]
|
| H A D | tailbox.c | 166 print_page(MY_OBJ * obj, int height, int width) in print_page() argument 170 for (i = 0; i < height; i++) { in print_page() 298 int height, in dialog_tailbox() argument 319 int old_height = height; in dialog_tailbox() 333 DLG_TRACE2N("height", height); in dialog_tailbox() 345 dlg_print_size(height, width); in dialog_tailbox() 346 dlg_ctl_size(height, width); in dialog_tailbox() 349 y = dlg_box_y_ordinate(height); in dialog_tailbox() 350 thigh = height - ((2 * MARGIN) + (bg_task ? 0 : 2)); in dialog_tailbox() 352 dialog = dlg_new_window(height, width, y, x); in dialog_tailbox() [all …]
|
| H A D | calendar.c | 63 int height; member 448 data->y + data->height); in draw_day() 503 int width, int height, in init_object() argument 512 data->height = height; in init_object() 517 data->height, data->width, in init_object() 676 int height, in dialog_calendar() argument 713 int old_height = height; in dialog_calendar() 808 height += MIN_HIGH - 1; in dialog_calendar() 810 dlg_ctl_size(height, width); in dialog_calendar() 864 mn_box.height, in dialog_calendar() [all …]
|
| /freebsd-13.1/contrib/dialog/samples/ |
| H A D | dialog.py | 111 '--yesno "%s" %d %d' % (text, height, width)) 121 '--msgbox "%s" %d %d' % (text, height, width)) 124 def infobox(self, text, height=10, width=30): argument 153 def menu(self, text, height=15, width=54, list=[]): argument 161 menuheight = height - 8 165 (text, height, width, menuheight, choices)) 182 menuheight = height - 8 189 (text, height, width, menuheight, choices)) 211 menuheight = height - 8 220 (text, height, width, menuheight, choices)) [all …]
|
| /freebsd-13.1/usr.sbin/bhyve/ |
| H A D | bhyvegc.c | 46 bhyvegc_init(int width, int height, void *fbaddr) in bhyvegc_init() argument 55 gc_image->height = height; in bhyvegc_init() 60 gc_image->data = calloc(width * height, sizeof (uint32_t)); in bhyvegc_init() 79 bhyvegc_resize(struct bhyvegc *gc, int width, int height) in bhyvegc_resize() argument 86 gc_image->height = height; in bhyvegc_resize() 88 gc_image->data = reallocarray(gc_image->data, width * height, in bhyvegc_resize() 91 memset(gc_image->data, 0, width * height * in bhyvegc_resize()
|
| /freebsd-13.1/usr.sbin/bsdinstall/partedit/ |
| H A D | diskeditor.c | 78 int height, width, min_width; in diskeditor_show() local 121 height = width = 0; in diskeditor_show() 126 height += partlist_height; in diskeditor_show() 128 dlg_print_size(height, width); in diskeditor_show() 129 dlg_ctl_size(height, width); in diskeditor_show() 132 y = dlg_box_y_ordinate(height); in diskeditor_show() 134 dialog = dlg_new_window(height, width, y, x); in diskeditor_show() 151 dlg_draw_buttons(dialog, height - 2*MARGIN, 0, buttons, in diskeditor_show() 153 dlg_print_autowrap(dialog, prompt, height, width); in diskeditor_show() 181 dlg_draw_buttons(dialog, height - 2*MARGIN, 0, buttons, in diskeditor_show() [all …]
|
| /freebsd-13.1/usr.bin/vtfontcvt/ |
| H A D | vtfontcvt.c | 388 height = h; in set_height() 776 fh.fh_height = height; in write_fnt() 822 width, height) < 0) in write_fnt_source() 833 width, height) < 0) in write_fnt_source() 891 width, height) < 0) in write_fnt_source() 900 width, height) < 0) in write_fnt_source() 908 width, height) < 0) in write_fnt_source() 916 width, height) < 0) in write_fnt_source() 952 width, height) < 0) in write_fnt_source() 1019 width, height, in print_font_info() [all …]
|
| /freebsd-13.1/usr.sbin/bsdconfig/share/ |
| H A D | dialog.subr | 111 # height (but does for width) -- a height of 3 will display three lines and a 350 # and no-greater-than terminal height (or screen height if $USE_XDIALOG is 441 # and no-greater-than terminal height (or screen height if $USE_XDIALOG is 930 # Add rows to height 1006 # the height). 1026 # Add rows to height 1232 # the height). 1604 $height $width 1607 height=$(( $height + 3 )) # Add height for progress bar 2289 local height width [all …]
|
| /freebsd-13.1/crypto/heimdal/doc/doxyout/wind/html/ |
| H A D | graph_legend.dot | 5 …Node9 [shape="box",label="Inherited",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",fillcolo… 7 …Node10 [shape="box",label="PublicBase",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color=… 9 …Node11 [shape="box",label="Truncated",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color="… 11 …Node13 [shape="box",label="ProtectedBase",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",col… 13 …Node14 [shape="box",label="PrivateBase",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color… 15 …Node15 [shape="box",label="Undocumented",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",colo… 17 …Node16 [shape="box",label="Templ< int >",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",colo… 19 …Node17 [shape="box",label="Templ< T >",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color=… 21 …Node18 [shape="box",label="Used",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color="black…
|
| /freebsd-13.1/crypto/heimdal/doc/doxyout/ntlm/html/ |
| H A D | graph_legend.dot | 5 …Node9 [shape="box",label="Inherited",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",fillcolo… 7 …Node10 [shape="box",label="PublicBase",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color=… 9 …Node11 [shape="box",label="Truncated",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color="… 11 …Node13 [shape="box",label="ProtectedBase",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",col… 13 …Node14 [shape="box",label="PrivateBase",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color… 15 …Node15 [shape="box",label="Undocumented",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",colo… 17 …Node16 [shape="box",label="Templ< int >",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",colo… 19 …Node17 [shape="box",label="Templ< T >",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color=… 21 …Node18 [shape="box",label="Used",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color="black…
|
| /freebsd-13.1/crypto/heimdal/doc/doxyout/hcrypto/html/ |
| H A D | graph_legend.dot | 5 …Node9 [shape="box",label="Inherited",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",fillcolo… 7 …Node10 [shape="box",label="PublicBase",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color=… 9 …Node11 [shape="box",label="Truncated",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color="… 11 …Node13 [shape="box",label="ProtectedBase",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",col… 13 …Node14 [shape="box",label="PrivateBase",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color… 15 …Node15 [shape="box",label="Undocumented",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",colo… 17 …Node16 [shape="box",label="Templ< int >",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",colo… 19 …Node17 [shape="box",label="Templ< T >",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color=… 21 …Node18 [shape="box",label="Used",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color="black…
|
| /freebsd-13.1/crypto/heimdal/doc/doxyout/gssapi/html/ |
| H A D | graph_legend.dot | 5 …Node9 [shape="box",label="Inherited",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",fillcolo… 7 …Node10 [shape="box",label="PublicBase",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color=… 9 …Node11 [shape="box",label="Truncated",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color="… 11 …Node13 [shape="box",label="ProtectedBase",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",col… 13 …Node14 [shape="box",label="PrivateBase",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color… 15 …Node15 [shape="box",label="Undocumented",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",colo… 17 …Node16 [shape="box",label="Templ< int >",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",colo… 19 …Node17 [shape="box",label="Templ< T >",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color=… 21 …Node18 [shape="box",label="Used",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color="black…
|
| /freebsd-13.1/crypto/heimdal/doc/doxyout/krb5/html/ |
| H A D | graph_legend.dot | 5 …Node9 [shape="box",label="Inherited",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",fillcolo… 7 …Node10 [shape="box",label="PublicBase",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color=… 9 …Node11 [shape="box",label="Truncated",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color="… 11 …Node13 [shape="box",label="ProtectedBase",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",col… 13 …Node14 [shape="box",label="PrivateBase",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color… 15 …Node15 [shape="box",label="Undocumented",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",colo… 17 …Node16 [shape="box",label="Templ< int >",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",colo… 19 …Node17 [shape="box",label="Templ< T >",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color=… 21 …Node18 [shape="box",label="Used",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color="black…
|
| /freebsd-13.1/crypto/heimdal/doc/doxyout/hx509/html/ |
| H A D | graph_legend.dot | 5 …Node9 [shape="box",label="Inherited",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",fillcolo… 7 …Node10 [shape="box",label="PublicBase",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color=… 9 …Node11 [shape="box",label="Truncated",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color="… 11 …Node13 [shape="box",label="ProtectedBase",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",col… 13 …Node14 [shape="box",label="PrivateBase",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color… 15 …Node15 [shape="box",label="Undocumented",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",colo… 17 …Node16 [shape="box",label="Templ< int >",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",colo… 19 …Node17 [shape="box",label="Templ< T >",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color=… 21 …Node18 [shape="box",label="Used",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color="black…
|
| /freebsd-13.1/crypto/heimdal/doc/doxyout/hdb/html/ |
| H A D | graph_legend.dot | 5 …Node9 [shape="box",label="Inherited",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",fillcolo… 7 …Node10 [shape="box",label="PublicBase",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color=… 9 …Node11 [shape="box",label="Truncated",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color="… 11 …Node13 [shape="box",label="ProtectedBase",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",col… 13 …Node14 [shape="box",label="PrivateBase",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color… 15 …Node15 [shape="box",label="Undocumented",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",colo… 17 …Node16 [shape="box",label="Templ< int >",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",colo… 19 …Node17 [shape="box",label="Templ< T >",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color=… 21 …Node18 [shape="box",label="Used",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color="black…
|