Searched refs:rows (Results 1 - 25 of 121) sorted by relevance

12345

/freebsd-11-stable/contrib/ncurses/form/
H A Dfrm_scale.c39 | Function : int scale_form( const FORM *form, int *rows, int *cols )
48 scale_form(const FORM *form, int *rows, int *cols) argument
52 (void *)rows,
61 if (rows)
62 *rows = form->rows;
H A Dfld_info.c40 | int *rows, int *cols,
51 int *rows, int *cols,
57 (void *)rows, (void *)cols,
64 if (rows)
65 *rows = field->rows;
50 field_info(const FIELD *field, int *rows, int *cols, int *frow, int *fcol, int *nrow, int *nbuf) argument
H A Dfld_dup.c66 New_Field->rows = field->rows;
H A Dfld_link.c71 New_Field->rows = field->rows;
/freebsd-11-stable/contrib/ncurses/menu/
H A Dm_scale.c54 scale_menu(const MENU * menu, int *rows, int *cols) argument
58 (void *)rows,
66 if (rows)
67 *rows = menu->height;
H A Dm_format.c35 * Set and get maximum numbers of rows and columns in menus *
46 | Function : int set_menu_format(MENU *menu, int rows, int cols)
48 | Description : Sets the maximum number of rows and columns of items
59 set_menu_format(MENU * menu, int rows, int cols) argument
63 T((T_CALLED("set_menu_format(%p,%d,%d)"), (void *)menu, rows, cols));
65 if (rows < 0 || cols < 0)
76 if (rows == 0)
77 rows = menu->frows;
84 menu->frows = (short)rows;
87 assert(rows >
123 menu_format(const MENU * menu, int *rows, int *cols) argument
[all...]
/freebsd-11-stable/sys/dev/nand/
H A Dnandbus.h35 uint8_t rows; member in struct:nandbus_ivar
/freebsd-11-stable/sys/dev/sfxge/common/
H A Dsiena_sram.c87 size_t rows; local
102 rows = SIENA_SRAM_ROWS - 1;
103 EFX_POPULATE_OWORD_1(oword, FRF_AZ_SRM_RX_DC_BASE_ADR, rows);
106 EFX_POPULATE_OWORD_1(oword, FRF_AZ_SRM_TX_DC_BASE_ADR, rows + 1);
114 for (wptr = 0, rptr = 0; wptr < rows; ++wptr) {
118 if ((wptr - rptr) < 64 && wptr < rows - 1)
136 for (wptr = 0, rptr = 0; wptr < rows; ++wptr) {
140 if ((wptr - rptr) < 64 && wptr < rows - 1)
/freebsd-11-stable/sys/dev/virtio/console/
H A Dvirtio_console.h47 /* rows of the screens */
48 uint16_t rows; member in struct:virtio_console_config
/freebsd-11-stable/usr.sbin/bsdconfig/console/
H A Dconsole64 local height width rows
65 eval f_dialog_menu_size height width rows \
84 $height $width $rows \
H A Drepeat62 local height width rows
63 eval f_dialog_menu_size height width rows \
86 $height $width $rows \
H A Dscreenmap64 local height width rows
65 eval f_dialog_menu_size height width rows \
90 $height $width $rows \
H A Dttys72 local height width rows
73 eval f_dialog_menu_size height width rows \
88 $height $width $rows \
/freebsd-11-stable/usr.sbin/bsdconfig/mouse/
H A Dmouse63 local height width rows
64 eval f_dialog_menu_size height width rows \
83 $height $width $rows \
H A Dport64 local height width rows
65 eval f_dialog_menu_size height width rows \
90 $height $width $rows \
H A Dtype68 local height width rows
69 eval f_dialog_menu_size height width rows \
98 $height $width $rows \
/freebsd-11-stable/usr.sbin/bsdconfig/networking/
H A Dnetworking63 local height width rows
64 eval f_dialog_menu_size height width rows \
83 $height $width $rows \
/freebsd-11-stable/usr.sbin/bsdconfig/security/
H A Dkern_securelevel64 local height width rows
65 eval f_dialog_menu_size height width rows \
95 $height $width $rows \
H A Dsecurity100 local height width rows
101 eval f_dialog_menu_size height width rows \
117 $height $width $rows \
/freebsd-11-stable/usr.sbin/bsdconfig/startup/
H A Drcadd67 local height width rows
68 eval f_dialog_menu_size height width rows \
83 $height $width $rows \
H A Dstartup61 local height width rows
62 eval f_dialog_menu_size height width rows \
81 $height $width $rows \
/freebsd-11-stable/usr.sbin/bsdconfig/usermgmt/
H A Dusermgmt68 local height width rows
69 eval f_dialog_menu_size height width rows \
94 $height $width $rows \
/freebsd-11-stable/contrib/nvi/vi/
H A Dvs_split.c57 if (sp->rows < 4) {
75 half = sp->rows / 2;
102 new->rows = sp->rows - half; /* New. */
104 sp->rows = half; /* Old. */
105 sp->roff += new->rows;
111 memcpy(_HMAP(sp), _HMAP(sp) + new->rows,
112 (sp->t_maxrows - new->rows) * sizeof(SMAP));
114 new->rows = half; /* New. */
115 sp->rows
[all...]
/freebsd-11-stable/contrib/libreadline/
H A Dterminal.c309 _rl_set_screen_size (rows, cols)
310 int rows, cols;
315 if (rows > 0)
316 _rl_screenheight = rows;
324 if (rows > 0 || cols > 0)
329 rl_set_screen_size (rows, cols)
330 int rows, cols;
332 _rl_set_screen_size (rows, cols);
336 rl_get_screen_size (rows, cols)
337 int *rows, *col
[all...]
/freebsd-11-stable/usr.sbin/bsdinstall/scripts/
H A Ddocsinstall111 local height width rows
112 eval f_dialog_checklist_size height width rows \
127 $height $width $rows \

Completed in 348 milliseconds

12345