Searched defs:height (Results 51 - 75 of 150) sorted by relevance

123456

/freebsd-11.0-release/contrib/mdocml/
H A Dterm_ps.c80 size_t height; /* page height (AFM units */ member in struct:termp_ps
/freebsd-11.0-release/contrib/ncurses/menu/
H A Dmenu.h92 short height; /* Nr. of chars high */ member in struct:tagMENU
/freebsd-11.0-release/contrib/gdb/gdb/tui/
H A Dtui-io.c197 int height; local
/freebsd-11.0-release/contrib/byacc/
H A Dlalr.c598 Value_t height; local
/freebsd-11.0-release/contrib/dialog/
H A Dcalendar.c57 int height; member in struct:_box
336 init_object(BOX * data, WINDOW *parent, int x, int y, int width, int height, BOX_DRAW box_draw, int code) argument
387 dialog_calendar(const char *title, const char *subtitle, int height, int width, int day, int month, int year) argument
[all...]
H A Dchecklist.c152 dlg_checklist(const char *title, const char *cprompt, int height, int width, int list_height, int item_no, DIALOG_LISTITEM * items, const char *states, int flag, int *current_item) argument
594 dialog_checklist(const char *title, const char *cprompt, int height, int width, int list_height, int item_no, char **items, int flag) argument
[all...]
H A Dmenubox.c293 dlg_menu(const char *title, const char *cprompt, int height, int width, int menu_height, int item_no, DIALOG_LISTITEM * items, int *current_item, DIALOG_INPUTMENU rename_menutext) argument
736 dialog_menu(const char *title, const char *cprompt, int height, int width, int menu_height, int item_no, char **items) argument
[all...]
H A Dbuildlist.c412 dlg_buildlist(const char *title, const char *cprompt, int height, int width, int list_height, int item_no, DIALOG_LISTITEM * items, const char *states, int order_mode, int *current_item) argument
1015 dialog_buildlist(const char *title, const char *cprompt, int height, int width, int list_height, int item_no, char **items, int order_mode) argument
[all...]
H A Deditbox.c310 dlg_editbox(const char *title, char ***list, int *rows, int height, int width) argument
721 dialog_editbox(const char *title, const char *file, int height, int width) argument
[all...]
H A Dformbox.c460 dlg_form(const char *title, const char *cprompt, int height, int width, int form_height, int item_no, DIALOG_FORMITEM * items, int *current_item) argument
904 dialog_form(const char *title, const char *cprompt, int height, int width, int form_height, int item_no, char **items) argument
[all...]
H A Dtextbox.c436 print_page(MY_OBJ * obj, int height, int width) argument
456 print_position(MY_OBJ * obj, WINDOW *win, int height, int width) argument
483 get_search_term(WINDOW *dialog, char *input, int height, int width) argument
571 perform_search(MY_OBJ * obj, int height, int width, int key, char *search_term) argument
659 dialog_textbox(const char *title, const char *file, int height, int width) argument
[all...]
/freebsd-11.0-release/contrib/groff/src/preproc/pic/
H A Dtroff.cpp216 double height; member in class:troff_output
H A Dobject.h183 double height; member in struct:object_spec
/freebsd-11.0-release/sys/dev/drm/
H A Dmga_state.c528 u32 height = box->y2 - box->y1; local
629 u32 height = box->y2 - box->y1; local
H A Dvia_verifier.c304 uint32_t *addr, *pitch, *height, tex; local
/freebsd-11.0-release/sys/dev/drm2/i915/
H A Ddvo_ivch.c158 uint16_t width, height; member in struct:ivch_priv
/freebsd-11.0-release/sys/dev/drm2/radeon/
H A Dr600_blit_kms.c586 r600_blit_create_rect(unsigned num_gpu_pages, int *width, int *height, int max_dim) argument
/freebsd-11.0-release/sys/dev/terasic/mtl/
H A Dterasic_mtl_syscons.c270 terasic_mtl_vidsw_set_hw_cursor_shape(video_adapter_t *adp, int base, int height, int celsize, int blink) argument
/freebsd-11.0-release/release/picobsd/tinyware/view/
H A Dview.c116 int x1,y1,width,height,i,j; local
259 png_uint_32 width,height; local
[all...]
/freebsd-11.0-release/usr.bin/ministat/
H A Dministat.c268 int height; member in struct:plot
/freebsd-11.0-release/contrib/wpa/wpa_supplicant/
H A Dhs20_supplicant.c39 u16 height; member in struct:osu_icon
/freebsd-11.0-release/contrib/apr/tables/
H A Dapr_skiplist.c37 int height; member in struct:apr_skiplist
[all...]
/freebsd-11.0-release/contrib/groff/src/preproc/grn/
H A Dmain.cpp188 double height; /* user-request height */ variable
[all...]
/freebsd-11.0-release/contrib/groff/src/roff/troff/
H A Dcolumn.cpp177 vunits output_line::height() function in class:output_line
213 vunits node_output_line::height() function in class:node_output_line
233 vunits vjustify_output_line::height() function in class:vjustify_output_line
446 vunits height; member in class:justification_spec
553 vunits height; local
[all...]
/freebsd-11.0-release/sys/dev/drm2/
H A Ddrm_fb_helper.c1018 static struct drm_display_mode *drm_has_preferred_mode(struct drm_fb_helper_connector *fb_connector, int width, int height) argument
1039 drm_pick_cmdline_mode(struct drm_fb_helper_connector *fb_helper_conn, int width, int height) argument
1116 drm_target_cloned(struct drm_fb_helper *fb_helper, struct drm_display_mode **modes, bool *enabled, int width, int height) argument
1189 drm_target_preferred(struct drm_fb_helper *fb_helper, struct drm_display_mode **modes, bool *enabled, int width, int height) argument
1223 drm_pick_crtcs(struct drm_fb_helper *fb_helper, struct drm_fb_helper_crtc **best_crtcs, struct drm_display_mode **modes, int n, int width, int height) argument
1313 int width, height; local
[all...]

Completed in 199 milliseconds

123456