| /freebsd/contrib/dialog/samples/ | 
| H A D | dialog.py | 104     def yesno(self, text, height=10, width=30, title=''):  argument 115     def msgbox(self, text, height=10, width=30, title=''):  argument 124     def infobox(self, text, height=10, width=30):  argument 129     def inputbox(self, text, height=10, width=30, init='', title=''):  argument 145     def textbox(self, filename, height=20, width=60, title=None):  argument 153     def menu(self, text, height=15, width=54, list=[]):  argument 172     def checklist(self, text, height=15, width=54, list=[], checked=None):  argument 203     def radiolist(self, text, height=15, width=54, list=[], selected=0):  argument 236     def scrollbox(self, text, height=20, width=60, title=''):  argument 252     def gauge_start(self, perc=0, text='', height=8, width=54, title=''):  argument
  | 
| /freebsd/sys/compat/linuxkpi/common/src/ | 
| H A D | linux_radix.c | 50 radix_pos(long id, int height)  in radix_pos() 71 	int height;  in radix_tree_lookup()  local 93 	int height;  in radix_tree_iter_find()  local 132 	int height;  in radix_tree_delete()  local 185 	int height;  in radix_tree_insert()  local 284 	int height;  in radix_tree_store()  local
  | 
| /freebsd/usr.sbin/bhyve/ | 
| H A D | bhyvegc.c | 43 bhyvegc_init(int width, int height, void *fbaddr)  in bhyvegc_init() 76 bhyvegc_resize(struct bhyvegc *gc, int width, int height)  in bhyvegc_resize()
  | 
| H A D | bhyvegc.h | 37 	int		height;  member
  | 
| /freebsd/contrib/lutok/ | 
| H A D | operations.cpp | 80     const int height = s.get_top() - nargs;  in do_file()  local 120     const int height = s.get_top() - nargs;  in do_string()  local
  | 
| /freebsd/sys/compat/linux/ | 
| H A D | linux_videodev_compat.h | 25 	int32_t		width, height;  member 32 	uint32_t	width, height;  member 42 	l_int		height, width;  member
  | 
| /freebsd/contrib/dialog/ | 
| H A D | util.c | 241 dlg_attr_clear(WINDOW *win, int height, int width, chtype attr)  in dlg_attr_clear() 1108 dlg_print_autowrap(WINDOW *win, const char *prompt, int height, int width)  in dlg_print_autowrap() 1128 		   int height,  in dlg_print_scrolled() 1278 auto_size_preformatted(const char *prompt, int *height, int *width)  in auto_size_preformatted() 1347 	       int *height, int *width,  in real_auto_size() 1428 	      int *height,  in dlg_auto_size() 1461 		  int *height,  in dlg_auto_sizefile() 1539 dlg_draw_box2(WINDOW *win, int y, int x, int height, int width,  in dlg_draw_box2() 1572 dlg_draw_box(WINDOW *win, int y, int x, int height, int width,  in dlg_draw_box() 1755 repaint_shadow(DIALOG_WINDOWS * dw, bool draw, int y, int x, int height, int width)  in repaint_shadow() [all …] 
 | 
| H A D | guage.c | 46     int height;  member 300 		     int height,  in dlg_reallocate_gauge() 368 		   int height,  in dlg_allocate_gauge() 403 	     int height,  in dialog_gauge()
  | 
| H A D | mouse.c | 63 		      int height, int width,  in dlg_mouse_mkbigregion() 85 dlg_mouse_mkregion(int y, int x, int height, int width, int code)  in dlg_mouse_mkregion()
  | 
| H A D | timebox.c | 50     int height;  member 94 	    int width, int height,  in init_object() 139 	       int height,  in dialog_timebox()
  | 
| H A D | help.c | 32 		int height,  in dialog_helpfile()
  | 
| H A D | textbox.c | 451 print_page(MY_OBJ * obj, int height, int width)  in print_page() 471 print_position(MY_OBJ * obj, WINDOW *win, int height, int width)  in print_position() 498 get_search_term(WINDOW *dialog, char *input, int height, int width)  in get_search_term() 586 perform_search(MY_OBJ * obj, int height, int width, int key, char *search_term)  in perform_search() 677 dialog_textbox(const char *title, const char *filename, int height, int width)  in dialog_textbox()
  | 
| H A D | mixedgauge.c | 42     int height, old_height, min_height;  member 187 mydraw_mixed_box(WINDOW *win, int y, int x, int height, int width,  in mydraw_mixed_box() 384 		  int height,  in dialog_mixedgauge()
  | 
| H A D | prgbox.c | 100 	      int height,  in dialog_prgbox()
  | 
| H A D | yesno.c | 34 dialog_yesno(const char *title, const char *cprompt, int height, int width)  in dialog_yesno()
  | 
| H A D | msgbox.c | 35 dialog_msgbox(const char *title, const char *cprompt, int height, int width,  in dialog_msgbox()
  | 
| H A D | tailbox.c | 168 print_page(MY_OBJ * obj, int height, int width)  in print_page() 309 	       int height,  in dialog_tailbox()
  | 
| /freebsd/sys/dev/virtio/gpu/ | 
| H A D | virtio_gpu.c | 151 	int x, y, width, height;  in vtgpu_fb_bitblt_text()  local 170     unsigned int width, unsigned int height,  in vtgpu_fb_bitblt_bitmap() 188     unsigned int width, unsigned int height,  in vtgpu_fb_bitblt_argb() 201 	int width, height;  in vtgpu_fb_drawrect()  local 599     uint32_t width, uint32_t height)  in vtgpu_set_scanout() 637     uint32_t width, uint32_t height)  in vtgpu_transfer_to_host_2d() 676     uint32_t width, uint32_t height)  in vtgpu_resource_flush()
  | 
| /freebsd/sys/dev/drm2/ | 
| H A D | drm_fb_helper.c | 1038 …y_mode *drm_has_preferred_mode(struct drm_fb_helper_connector *fb_connector, int width, int height)  in drm_has_preferred_mode() 1060 						      int width, int height)  in drm_pick_cmdline_mode() 1138 			      bool *enabled, int width, int height)  in drm_target_cloned() 1211 				 bool *enabled, int width, int height)  in drm_target_preferred() 1246 			  int n, int width, int height)  in drm_pick_crtcs() 1330 	int width, height;  in drm_setup_crtcs()  local
  | 
| /freebsd/sys/dev/videomode/ | 
| H A D | pickmode.c | 43 pick_mode_by_dotclock(int width, int height, int dotclock)  in pick_mode_by_dotclock() 68 pick_mode_by_ref(int width, int height, int refresh)  in pick_mode_by_ref()
  | 
| /freebsd/sys/contrib/xen/io/ | 
| H A D | fbif.h | 50     int32_t height; /* rect height */  member 63     int32_t height;  /* height in pixels */  member 137     int32_t height;         /* the height of the framebuffer (in pixels) */  member
  | 
| H A D | displif.h | 517     uint32_t height;  member 637     uint32_t height;  member 719     uint32_t height;  member
  | 
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ | 
| H A D | ImmutableSet.h | 215   unsigned height : 28;  variable 232               unsigned height)  in ImutAVLTree()
  | 
| /freebsd/stand/efi/loader/ | 
| H A D | framebuffer.c | 62 	unsigned int height;  member 712 efi_get_max_resolution(int *width, int *height)  in efi_get_max_resolution() 758 	int height, max_height, max_width, width;  in gop_autoresize()  local
  | 
| /freebsd/stand/i386/libi386/ | 
| H A D | vbe.c | 69 	unsigned int height;  member 116 vbe_get_max_resolution(int *width, int *height)  in vbe_get_max_resolution() 960 	uint32_t width, height;  in vbe_modelist()  local 1126 	uint32_t width, height;  in vbe_default_mode()  local
  |