| /src/lib/libform/ |
| post.c | 44 int rows, cols, status; local in function:post_form 58 if (scale_form(form, &rows, &cols) != E_OK) 61 if ((form->scrwin != NULL) && ((rows > getmaxy(form->scrwin))
|
| post.c | 44 int rows, cols, status; local in function:post_form 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
|
| monitors.h | 42 u_int16_t rows; /* Rows */ member in struct:monitor
|
| /src/sys/arch/mac68k/dev/ |
| macfb.c | 144 int i, rows; local in function:macfb_clear 147 rows = dc->dc_ht; 148 for (i = 0; rows-- > 0; i += dc->dc_rowbytes)
|
| macfb.c | 144 int i, rows; local in function:macfb_clear 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 in function:rascons_init_rasops 270 OF_interpret("#lines", 0, 1, &rows); 274 rasops_init(ri, rows, cols);
|
| ofw_rascons.c | 264 int cols = 0, rows = 0; local in function:rascons_init_rasops 270 OF_interpret("#lines", 0, 1, &rows); 274 rasops_init(ri, rows, cols);
|
| /src/games/rogue/ |
| inventory.c | 302 short rows = (((COMS / 2) + (COMS % 2)) + 1); local in function:id_com 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++) {
|
| inventory.c | 302 short rows = (((COMS / 2) + (COMS % 2)) + 1); local in function:id_com 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/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;
|
| 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;
|
| 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;
|
| 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 */
|
| 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:ar5416Attach::ini
|
| ar5416_attach.c | 258 int rows, cols; member in struct:ar5416Attach::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 in function:main 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...] |
| resize.c | 230 "Usage: %s [rows cols]\n" : 231 "Usage: %s [-v] [-u] [-c] [-s [rows cols]]\n", myname); 327 int rows, cols; local in function:main 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/sys/arch/i386/stand/efiboot/ |
| efimemory.c | 203 UINTN cols, rows; local in function:efi_memory_get_memmap 207 ST->ConOut->Mode->Mode, &cols, &rows); 208 if (EFI_ERROR(status) || rows <= 2) 377 UINTN cols, rows, row; local in function:efi_memory_show_map 380 ST->ConOut->Mode->Mode, &cols, &rows); 381 if (EFI_ERROR(status) || rows <= 2) 382 rows = 0; 384 rows -= 2; 409 if (++row >= rows) {
|
| efimemory.c | 203 UINTN cols, rows; local in function:efi_memory_get_memmap 207 ST->ConOut->Mode->Mode, &cols, &rows); 208 if (EFI_ERROR(status) || rows <= 2) 377 UINTN cols, rows, row; local in function:efi_memory_show_map 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/hp300/stand/common/ |
| itevar.h | 64 short rows, cols; member in struct:ite_data
|