Searched refs:height (Results 26 - 50 of 165) sorted by relevance

1234567

/freebsd-current/usr.sbin/bsdconfig/mouse/
H A Dport62 local height width rows
63 eval f_dialog_menu_size height width rows \
87 $height $width $rows \
H A Dtype67 local height width rows
68 eval f_dialog_menu_size height width rows \
97 $height $width $rows \
/freebsd-current/usr.sbin/bsdconfig/networking/
H A Dnetworking62 local height width rows
63 eval f_dialog_menu_size height width rows \
82 $height $width $rows \
/freebsd-current/usr.sbin/bsdconfig/security/
H A Dkern_securelevel63 local height width rows
64 eval f_dialog_menu_size height width rows \
94 $height $width $rows \
H A Dsecurity99 local height width rows
100 eval f_dialog_menu_size height width rows \
116 $height $width $rows \
/freebsd-current/usr.sbin/bsdconfig/startup/
H A Drcadd66 local height width rows
67 eval f_dialog_menu_size height width rows \
82 $height $width $rows \
H A Dstartup60 local height width rows
61 eval f_dialog_menu_size height width rows \
80 $height $width $rows \
/freebsd-current/usr.sbin/bsdconfig/usermgmt/
H A Dusermgmt67 local height width rows
68 eval f_dialog_menu_size height width rows \
93 $height $width $rows \
/freebsd-current/contrib/dialog/
H A Dmixedgauge.c42 int height, old_height, min_height; member in struct:__anon464
110 int limit_y = dlg->height;
187 mydraw_mixed_box(WINDOW *win, int y, int x, int height, int width, argument
190 dlg_draw_box(win, y, x, height, width, boxchar, borderchar);
225 (void) wmove(dlg->dialog, dlg->height - 3, 4);
231 (void) wmove(dlg->dialog, dlg->height - 3, (dlg->width / 2) - 2);
245 (void) wmove(dlg->dialog, dlg->height - 3, 4);
280 dlg->height = dlg->old_height = aHeight;
310 dlg->height = dlg->old_height;
316 &(dlg->height),
382 dialog_mixedgauge(const char *title, const char *cprompt, int height, int width, int percent, int item_no, char **items) argument
[all...]
H A Dtailbox.c168 print_page(MY_OBJ * obj, int height, int width) argument
172 for (i = 0; i < height; i++) {
309 int height,
330 int old_height = height;
344 DLG_TRACE2N("height", height);
355 dlg_auto_sizefile(title, filename, &height, &width, 2, min_width);
356 dlg_print_size(height, width);
357 dlg_ctl_size(height, width);
360 y = dlg_box_y_ordinate(height);
307 dialog_tailbox(const char *title, const char *filename, int height, int width, int bg_task) argument
[all...]
H A Drangebox.c160 int height,
195 int old_height = height;
215 DLG_TRACE2N("height", height);
235 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, MIN_WIDE);
238 dlg_print_size(height, width);
239 dlg_ctl_size(height, width);
241 dialog = dlg_new_window(height, width,
242 yorg = dlg_box_y_ordinate(height),
276 data.slide_y = height
158 dialog_rangebox(const char *title, const char *cprompt, int height, int width, int min_value, int max_value, int default_value) argument
[all...]
H A Dutil.c241 dlg_attr_clear(WINDOW *win, int height, int width, chtype attr) argument
246 for (i = 0; i < height; i++) {
1095 /* Set the final height and width for the calling function */
1108 dlg_print_autowrap(WINDOW *win, const char *prompt, int height, int width) argument
1111 height,
1128 int height,
1156 dlg_print_autowrap(win, prompt, height + 1 + (3 * MARGIN), width);
1174 height, /* dmaxrow */
1182 int percent = (int) ((height + offset) * 100.0 / y);
1193 (void) wmove(win, MARGIN + height, wid
1125 dlg_print_scrolled(WINDOW *win, const char *prompt, int offset, int height, int width, int pauseopt) argument
1278 auto_size_preformatted(const char *prompt, int *height, int *width) argument
1345 real_auto_size(const char *title, const char *prompt, int *height, int *width, int boxlines, int mincols) argument
1426 dlg_auto_size(const char *title, const char *prompt, int *height, int *width, int boxlines, int mincols) argument
1459 dlg_auto_sizefile(const char *title, const char *file, int *height, int *width, int boxlines, int mincols) argument
1539 dlg_draw_box2(WINDOW *win, int y, int x, int height, int width, chtype boxchar, chtype borderchar, chtype borderchar2) argument
1572 dlg_draw_box(WINDOW *win, int y, int x, int height, int width, chtype boxchar, chtype borderchar) argument
1755 repaint_shadow(DIALOG_WINDOWS * dw, bool draw, int y, int x, int height, int width) argument
1820 dlg_draw_shadow(WINDOW *win, int y, int x, int height, int width) argument
1822 repaint_shadow(SearchTopWindows(win), TRUE, y, x, height, width); local
2034 dlg_print_size(int height, int width) argument
2043 dlg_ctl_size(int height, int width) argument
2082 dlg_calc_listh(int *height, int *list_height, int item_no) argument
2217 dlg_box_y_ordinate(int height) argument
2250 int height = getmaxy(win); local
2329 dlg_new_window(int height, int width, int y, int x) argument
2339 dlg_new_modal_window(WINDOW *parent, int height, int width, int y, int x) argument
2413 dlg_move_window(WINDOW *win, int height, int width, int y, int x) argument
2476 dlg_der_window(WINDOW *parent, int height, int width, int y, int x) argument
2491 dlg_sub_window(WINDOW *parent, int height, int width, int y, int x) argument
[all...]
H A Dprgbox.c100 int height,
112 code = dlg_progressbox(title, cprompt, height, width, pauseopt, fp);
97 dialog_prgbox(const char *title, const char *cprompt, const char *command, int height, int width, int pauseopt) argument
H A Dmenubox.c308 int height,
349 int old_height = height;
370 DLG_TRACE2N("height", height);
395 /* calculate height without items (4) */
396 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, use_width);
397 dlg_calc_listh(&height, &all.menu_height, item_no);
400 &height, &width,
404 dlg_print_size(height, width);
405 dlg_ctl_size(height, widt
306 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
772 dialog_menu(const char *title, const char *cprompt, int height, int width, int menu_height, int item_no, char **items) argument
[all...]
H A Dchecklist.c154 int height,
190 int old_height = height;
211 DLG_TRACE2N("height", height);
260 /* calculate height without items (4) */
261 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, use_width);
262 dlg_calc_listh(&height, &all.use_height, item_no);
265 &height, &width,
269 dlg_print_size(height, width);
270 dlg_ctl_size(height, widt
152 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
616 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 Dtreeview.c157 int height,
194 int old_height = height;
258 /* calculate height without items (4) */
259 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, use_width);
260 dlg_calc_listh(&height, &use_height, item_no);
262 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH + use_height, use_width);
265 dlg_print_size(height, width);
266 dlg_ctl_size(height, width);
269 y = dlg_box_y_ordinate(height);
271 dialog = dlg_new_window(height, widt
155 dlg_treeview(const char *title, const char *cprompt, int height, int width, int list_height, int item_no, DIALOG_LISTITEM * items, const char *states, int *depths, int flag, int *current_item) argument
574 dialog_treeview(const char *title, const char *cprompt, int height, int width, int list_height, int item_no, char **items, int flag) argument
[all...]
/freebsd-current/usr.sbin/bsdinstall/scripts/
H A Dkeymap95 local height width
96 f_dialog_inputbox_size height width \
106 $height $width \
181 eval f_dialog_menu_with_help_size height \"\" rows \
197 $height $width $rows \
H A Ddocsinstall111 local height width rows
112 eval f_dialog_checklist_size height width rows \
127 $height $width $rows \
/freebsd-current/usr.sbin/bsdconfig/timezone/
H A Dtimezone88 local height width rows
89 eval f_dialog_menu_size height width rows \
108 $height $width $rows \
205 height=10 width=77
208 height=7 width=73
218 --yesno "$msg" $height $width
227 --yesno "$msg" $height $width
348 eval f_dialog_menu_size height width rows \
365 $height $width $rows \
409 eval f_dialog_menu_size height widt
[all...]
/freebsd-current/share/examples/ppp/
H A Dlogin-auth47 text .l.prompt -width $pwidth -height 1 -relief flat;
51 text .l.value -width $vwidth -height 1;
58 text .p.prompt -width $pwidth -height 1 -relief flat;
/freebsd-current/usr.bin/vtfontcvt/
H A Dvtfontcvt.c49 static unsigned int width = 8, wbytes, height = 16; variable
180 "[-nv] [-f format] [-h height] [-w width]\n"
264 hash = fnv_32_buf(bytes, wbytes * height, FNV1_32_INIT) % FONTCVT_NHASH;
266 if (memcmp(gl->g_data, bytes, wbytes * height) == 0) {
274 gl->g_data = xmalloc(wbytes * height);
275 memcpy(gl->g_data, bytes, wbytes * height);
384 errx(1, "invalid height %d", h);
385 height = h;
465 bytes = xmalloc(wbytes * height);
466 bytes_r = xmalloc(wbytes * height);
[all...]
/freebsd-current/usr.sbin/bsdconfig/console/
H A Dttys71 local height width rows
72 eval f_dialog_menu_size height width rows \
87 $height $width $rows \
/freebsd-current/contrib/pnglite/
H A Dpnglite.h79 unsigned height; member in struct:__anon5940
140 * > width*height*(bytes per pixel)
/freebsd-current/sys/dev/drm2/
H A Ddrm_sarea.h57 unsigned int height; member in struct:drm_sarea_frame
/freebsd-current/usr.sbin/bhyve/
H A Dpci_fbuf.c59 * -s <b>,fbuf,wait,vga=on|io|off,rfb=<ip>:port,w=width,h=height
89 uint16_t height; member in struct:pci_fbuf_softc::__anon101
157 sc->memregs.height == 0) {
163 sc->memregs.height != 0) {
320 sc->memregs.height = strtol(value, NULL, 10);
323 sc->memregs.height > ROWS_MAX) {
328 sc->memregs.height < ROWS_MIN) {
356 sc->gc_height != sc->memregs.height) {
357 bhyvegc_resize(gc, sc->memregs.width, sc->memregs.height);
359 sc->gc_height = sc->memregs.height;
[all...]

Completed in 135 milliseconds

1234567