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

123

/illumos-gate/usr/src/lib/libeti/menu/common/
H A Dmenuformat.c39 set_menu_format(MENU *m, int rows, int cols) argument
41 if (rows < 0 || cols < 0) {
48 if (rows == 0) {
49 rows = FRows(m);
62 FRows(m) = rows;
66 Height(m) = min(rows, Rows(m));
72 if (rows > 0) {
73 FRows(Dfl_Menu) = rows;
83 menu_format(MENU *m, int *rows, int *cols) argument
86 *rows
[all...]
/illumos-gate/usr/src/lib/libast/common/port/
H A Dastwinsize.c26 * return terminal rows and cols
72 astwinsize(int fd, register int* rows, register int* cols) argument
80 if (rows) *rows = ws.ws_row;
91 if (rows) *rows = ts.ts_lines;
102 if (rows) *rows = ws.bytesy;
112 if (rows) *rows
[all...]
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Dsiena_sram.c84 size_t rows; local
99 rows = SIENA_SRAM_ROWS - 1;
100 EFX_POPULATE_OWORD_1(oword, FRF_AZ_SRM_RX_DC_BASE_ADR, rows);
103 EFX_POPULATE_OWORD_1(oword, FRF_AZ_SRM_TX_DC_BASE_ADR, rows + 1);
111 for (wptr = 0, rptr = 0; wptr < rows; ++wptr) {
115 if ((wptr - rptr) < 64 && wptr < rows - 1)
133 for (wptr = 0, rptr = 0; wptr < rows; ++wptr) {
137 if ((wptr - rptr) < 64 && wptr < rows - 1)
/illumos-gate/usr/src/lib/libeti/form/common/
H A Dfield.c46 0, /* rows */
142 new_field(int rows, int cols, int frow, int fcol, int nrow, int nbuf) argument
144 /* int rows; number of visible rows */
148 /* int nrow; number of off screen rows */
154 if (rows > 0 && cols > 0 && frow >= 0 && fcol >= 0 && nrow >= 0 &&
158 f->rows = rows;
162 f->drows = rows + nrow;
205 f->rows
310 field_info(FIELD *f, int *rows, int *cols, int *frow, int *fcol, int *nrow, int *nbuf) argument
[all...]
H A Dform.c46 0, /* rows */
143 int ymax = f->frow + f->rows;
145 if (form->rows < ymax)
146 form->rows = ymax;
164 form->rows = 0;
302 scale_form(FORM *f, int *rows, int *cols) argument
310 *rows = f->rows;
367 start = T(f) + c->rows;
H A Dchg_char.c41 #define OffscreenRows(c) ((c)->drows - (c)->rows)
291 /* _scr_fpage - scroll forward one page(C(f) -> rows) */
297 int n = c -> rows < m ? c -> rows : m;
308 /* _scr_bpage - scroll backward one page(C(f) -> rows) */
314 int n = c -> rows < m ? c -> rows : m;
325 /* _scr_fhpage - scroll forward one half page(C(f)->rows + 1)/2) */
331 int h = (c->rows + 1)/2;
343 /* _scr_bhpage - scroll backward one half page(C(f)->rows
[all...]
H A Dllib-lform78 new_field(rows, cols, frow, fcol, nrow, nbuf)
79 int rows;
107 field_info(f, rows, cols, frow, fcol, nrow, nbuf)
109 int *rows;
352 scale_form(f, rows, cols)
354 int *rows;
H A Dutility.c38 #define Scrollable(f) ((f)->drows > (f)->rows || \
203 int ymax = T(f) + c -> rows;
211 T(f) = Y(f) - c -> rows + 1;
216 ye = ys + c -> rows;
313 WINDOW * w = derwin(Sub(f -> form), f -> rows, f -> cols,
339 WINDOW * w = derwin(Sub(f -> form), f -> rows, f -> cols,
409 f -> fcol, f -> rows - 1, f -> cols - 1,
529 w = derwin(Sub(f), c -> rows, c -> cols, c -> frow,
H A Dpost.c54 if (f->rows > y || f->cols > x)
/illumos-gate/usr/src/common/ficl/
H A Dmain.c94 int cols = 80, rows = 24; local
100 rows = ws.ws_row;
107 asprintf(&buffer, "%d", rows);
/illumos-gate/usr/src/lib/libast/common/disc/
H A Dsfdcmore.c44 int rows; /* max rows */ member in struct:__anon2611
200 if (++more->row < more->rows)
298 * if rows==0 or cols==0 then they are deterimined from the tty
303 int sfdcmore(Sfio_t* f, const char* prompt, int rows, int cols) argument
305 int sfdcmore(f, prompt, rows, cols)
308 int rows;
332 if (!rows || !cols)
335 astwinsize(sffileno(sfstdin), &rows, &cols); local
337 if (!rows)
[all...]
/illumos-gate/usr/src/boot/sys/boot/fdt/dts/arm/
H A Dexynos5250-snow.dts63 google,key-rows = <8>;
H A Dexynos5250-spring.dts63 google,key-rows = <8>;
H A Dexynos5420-peach-pit.dts59 google,key-rows = <8>;
/illumos-gate/usr/src/uts/intel/io/vgatext/
H A Dbdf_to_c.awk107 rows = $3;
257 printf "\t%s, %s,\n", bitswide, rows;
/illumos-gate/usr/src/cmd/mdb/common/modules/mdb_test/
H A Dmdb_test.c302 size_t rows, size_t cols, size_t ocols)
317 mdb_iob_resize(mdb.m_out, rows, cols);
325 mdb_iob_resize(mdb.m_out, rows, ocols);
332 size_t rows = mdb.m_out->iob_rows; local
342 0, rows, addr, cols);
345 MDB_IOB_AUTOWRAP, rows, addr, cols);
348 MDB_IOB_INDENT, rows, addr, cols);
351 MDB_IOB_AUTOWRAP | MDB_IOB_INDENT, rows, addr, cols);
301 do_nputs_tests(const char *banner, uint_t flags, size_t rows, size_t cols, size_t ocols) argument
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_stripe.c177 for (row = 0; (row < stripep->rows.rows_len); ++row) {
178 md_row_t *rp = &stripep->rows.rows_val[row];
185 if (stripep->rows.rows_val != NULL) {
186 assert(stripep->rows.rows_len > 0);
187 Free(stripep->rows.rows_val);
235 /* allocate rows */
237 stripep->rows.rows_len = ms->un_nrows;
238 stripep->rows.rows_val = Zalloc(stripep->rows.rows_len *
239 sizeof (*stripep->rows
[all...]
H A Dmetagetroot.c111 rp = &stripep->rows.rows_val[0];
/illumos-gate/usr/src/cmd/mandoc/
H A Deqn_html.c36 size_t i, j, rows; local
56 /* Estimate the number of rows, first. */
59 for (rows = 0; NULL != child; rows++)
63 for (i = 0; i < rows; i++) {
/illumos-gate/usr/src/boot/sys/boot/common/linenoise/
H A Dlinenoise.c133 size_t maxrows; /* Maximum num of rows used so far (multiline mode) */
379 int rows = (plen+l->len+l->cols)/l->cols; /* rows used by current buf. */ local
388 if (rows > (int)l->maxrows) l->maxrows = rows;
421 rows++;
422 if (rows > (int)l->maxrows) l->maxrows = rows;
429 if (rows-rpos2 > 0) {
430 snprintf(seq,64,"\x1b[%dA", rows
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dfw.h62 u_long rows; member in struct:Op_arg
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_set.c397 int rows = incr; local
400 for (; rows; rows--, op++) {
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfssubr.c702 * data values. We begin by removing the rows in V|I and d|p that correspond
704 * sized n by removing rows corresponding to unused parity from the bottom up
812 * As is apparent from the example above, the only non-trivial rows in the
814 * reconstruct. Indeed, those are the only rows we need as the others would
816 * that reason, we only build the coefficients in the rows that correspond to
823 uint8_t **rows)
831 * Fill in the missing rows of interest.
846 rows[i][j] = vdev_raidz_pow2[pow];
853 uint8_t **rows, uint8_t **invrows, const uint8_t *used)
871 * First initialize the storage where we'll compute the inverse rows
822 vdev_raidz_matrix_init(raidz_map_t *rm, int n, int nmap, int *map, uint8_t **rows) argument
852 vdev_raidz_matrix_invert(raidz_map_t *rm, int n, int nmissing, int *missing, uint8_t **rows, uint8_t **invrows, const uint8_t *used) argument
1032 uint8_t *rows[VDEV_RAIDZ_MAXPARITY]; local
[all...]
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dvidconsole.c63 void scroll_up(int rows, int fg, int bg);
221 /* Move cursor to x rows and y cols (0-based). */
255 /* Scroll up the whole window by a number of rows. If rows==0,
260 scroll_up(int rows, int fgcol, int bgcol) argument
262 if (rows == 0)
263 rows = 25;
266 v86.eax = 0x0600 + (0x00ff & rows);
345 /* Absolute cursor move to args[0] rows and args[1] columns
/illumos-gate/usr/src/cmd/auditrecord/
H A Dauditrecord.pl172 my $rows = $#col1;
173 $rows = $#col2 if ($#col2 > $rows);
174 $rows = $#col3 if ($#col3 > $rows);
175 for (my $i = 0; $i <= $rows; $i++) {

Completed in 100 milliseconds

123