HomeSort by: relevance | last modified time | path
    Searched defs:rows (Results 1 - 25 of 65) sorted by relevancy

1 2 3

  /src/lib/libform/
post.c 44 int rows, cols, status; local
58 if (scale_form(form, &rows, &cols) != E_OK)
61 if ((form->scrwin != NULL) && ((rows > getmaxy(form->scrwin))
  /src/sys/dev/ic/
monitors.h 42 u_int16_t rows; /* Rows */ member in struct:monitor
  /src/external/bsd/kyua-cli/dist/utils/sqlite/
test_utils.hpp 105 /// The created 'test' table is populated with a few rows. If there are any
136 int rows, columns; local
138 "SELECT * FROM test ORDER BY prime", &result, &rows, &columns, NULL));
139 ATF_REQUIRE_EQ(5, rows);
  /src/external/bsd/mdocml/dist/
eqn_html.c 40 size_t i, j, rows; local
63 /* Estimate the number of rows, first. */
66 for (rows = 0; NULL != child; rows++)
70 for (i = 0; i < rows; i++) {
  /src/crypto/external/bsd/openssl.old/dist/crypto/bio/
b_dump.c 33 int i, j, rows, n; local
43 rows = len / dump_width;
44 if ((rows * dump_width) < len)
45 rows++;
46 for (i = 0; i < rows; i++) {
  /src/crypto/external/apache2/openssl/dist/crypto/bio/
bio_dump.c 34 int i, j, rows, n; local
44 rows = len / dump_width;
45 if ((rows * dump_width) < len)
46 rows++;
47 for (i = 0; i < rows; i++) {
  /src/crypto/external/bsd/openssl/dist/crypto/bio/
bio_dump.c 34 int i, j, rows, n; local
44 rows = len / dump_width;
45 if ((rows * dump_width) < len)
46 rows++;
47 for (i = 0; i < rows; i++) {
  /src/sys/arch/mac68k/dev/
macfb.c 144 int i, rows; local
147 rows = dc->dc_ht;
148 for (i = 0; rows-- > 0; i += dc->dc_rowbytes)
  /src/sys/arch/powerpc/oea/
ofw_rascons.c 264 int cols = 0, rows = 0; local
270 OF_interpret("#lines", 0, 1, &rows);
274 rasops_init(ri, rows, cols);
  /src/external/bsd/nvi/dist/cl/
cl_main.c 63 size_t rows, cols; local
119 if (cl_ssize(NULL, 0, &rows, &cols, NULL))
122 /* Add the rows and columns to the global structure. */
123 OG_VAL(gp, GO_LINES) = OG_D_VAL(gp, GO_LINES) = rows;
  /src/external/bsd/nvi/dist/motif_l/
m_func.c 123 int y, rows, len, height, width;
126 rows = __vi_screen->rows - (y+1);
127 len = __vi_screen->cols * rows;
138 height = __vi_screen->ch_height * rows;
163 int y, rows, height, width;
167 rows = __vi_screen->rows - (1+y);
175 memmove(to, from, __vi_screen->cols * rows);
181 memmove(to, from, __vi_screen->cols * rows);
122 int y, rows, len, height, width; local
162 int y, rows, height, width; local
    [all...]
m_motif.h 60 int rows, member in struct:__anon7601
  /src/games/rogue/
inventory.c 302 short rows = (((COMS / 2) + (COMS % 2)) + 1); local
305 if (rows > LINES) {
307 rows = LINES;
311 for (i = 0; i < rows; i++) {
317 for (i = 0; i < rows; i++) {
321 for (i = 0; i < (rows-1); i++) {
332 mvaddstr(rows - 1, 0, need_two_screens ? more : press_space);
337 k += ((rows-1) * 2);
341 for (i = 0; i < rows; i++) {
  /src/sys/arch/hp300/stand/common/
itevar.h 64 short rows, cols; member in struct:ite_data
  /src/sys/arch/i386/stand/efiboot/
efimemory.c 203 UINTN cols, rows; local
207 ST->ConOut->Mode->Mode, &cols, &rows);
208 if (EFI_ERROR(status) || rows <= 2)
377 UINTN cols, rows, row; local
380 ST->ConOut->Mode->Mode, &cols, &rows);
381 if (EFI_ERROR(status) || rows <= 2)
382 rows = 0;
384 rows -= 2;
409 if (++row >= rows) {
  /src/sys/arch/sparc/dev/
kd.c 82 int rows, cols; member in struct:kd_softc
149 kd->rows = fbrcons_rows();
161 if (kd->rows == 0)
162 kd->rows = (u_short)ep->eeTtyRows;
171 if (kd->rows == 0 &&
172 prom_getoption("screen-#rows", prop, sizeof prop) == 0)
173 kd->rows = strtoul(prop, NULL, 10);
237 tp->t_winsize.ws_row = kd->rows;
  /src/sys/arch/sparc64/dev/
kd.c 96 int rows, cols; member in struct:kd_softc
147 if (kd->rows == 0 &&
148 prom_getoption("screen-#rows", prop, sizeof prop) == 0)
149 kd->rows = strtoul(prop, NULL, 10);
209 tp->t_winsize.ws_row = kd->rows;
  /src/sys/arch/sun2/dev/
kd.c 79 int rows, cols; member in struct:kd_softc
155 kd->rows = fbrcons_rows();
167 if (kd->rows == 0)
168 kd->rows = (u_short)ep->eeTtyRows;
179 if (kd->rows == 0 &&
180 (prop = PROM_getpropstring(optionsnode, "screen-#rows"))) {
184 kd->rows = (unsigned short)i;
252 tp->t_winsize.ws_row = kd->rows;
  /src/sys/dev/raidframe/
rf_compat50.c 77 u_int rows; member in struct:RF_DeviceConfig50_s
186 d_cfg->rows = 1; /* there is only 1 row now */
  /src/sys/external/isc/atheros_hal/dist/ar5416/
ar5416_attach.c 258 int rows, cols; member in struct:ini
  /src/usr.bin/resize/
resize.c 230 "Usage: %s [rows cols]\n" :
231 "Usage: %s [-v] [-u] [-c] [-s [rows cols]]\n", myname);
327 int rows, cols; local
507 if (sscanf(buf, size[emu], &rows, &cols) != 2) {
508 fprintf(stderr, "%s: Can't get rows and columns\r\n", myname);
523 setup_winsize(ts, rows, cols, 0, 0);
531 setup_winsize(ts, rows, cols,
532 scaled(TTYSIZE_ROWS(ts), rows, ts.ws_ypixel),
575 sprintf(termcap + i, "%d", rows);
592 setname, cols, rows);
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
rtbl.c 52 struct column_entry *rows; member in struct:column_data
112 free (c->rows[j].data);
113 free (c->rows);
147 col->rows = NULL;
173 tmp = realloc(table->columns[c]->rows,
174 max_rows * sizeof(table->columns[c]->rows[0]));
177 table->columns[c]->rows = tmp;
196 column->width = max (column->width, (int) strlen (column->rows[i].data));
297 tmp = realloc (c->rows, (c->num_rows + 1) * sizeof (*tmp));
302 c->rows = tmp
    [all...]
  /src/external/bsd/tmux/dist/
layout-set.c 591 u_int i, j, columns, rows, max_columns; local
603 /* How many rows and columns are wanted? */
604 rows = columns = 1;
605 while (rows * columns < n) {
606 rows++;
607 if (rows * columns < n &&
616 height = (w->sy - (rows - 1)) / rows;
626 sy = ((height + 1) * rows) - 1;
634 for (j = 0; j < rows; j++)
    [all...]
  /src/lib/libmenu/
menu.h 102 int rows; /* max number of rows to be displayed */ member in struct:__menu
104 int item_rows; /* number of item rows we have */
  /src/sys/arch/atari/dev/
grfabs_reg.h 90 u_short rows; /* number of display rows. */ member in struct:bitmap

Completed in 32 milliseconds

1 2 3