| /src/external/bsd/nvi/dist/vi/ |
| vs_relative.c | 55 * Return the screens necessary to display the line, or if specified, 64 size_t cols, screens; local 66 /* Left-right screens are simple, it's always 1. */ 85 screens = (cols / sp->cols + (cols % sp->cols ? 1 : 0)); 86 if (screens == 0) 87 screens = 1; 92 VIP(sp)->ss_screens = screens; 94 return (screens); 149 * If folding screens (the historic vi screen format), past the end 362 * If folding screens (the historic vi screen format), pas [all...] |
| /src/sys/arch/arm/s3c2xx0/ |
| s3c24x0_lcd.h | 68 LIST_HEAD(, s3c24x0_lcd_screen) screens; member in struct:s3c24x0_lcd_softc
|
| /src/sys/arch/arm/imx/ |
| imx51_ipuv3var.h | 98 LIST_HEAD(, imx51_ipuv3_screen) screens; member in struct:imx51_ipuv3_softc
|
| /src/sys/arch/arm/xscale/ |
| pxa2x0_lcd.h | 88 LIST_HEAD(, pxa2x0_lcd_screen) screens; member in struct:pxa2x0_lcd_softc
|
| /src/sys/arch/zaurus/dev/ |
| w100var.h | 34 LIST_HEAD(, w100_screen) screens; member in struct:w100_softc
|
| /src/sys/dev/ic/ |
| vgavar.h | 56 LIST_HEAD(, vgascreen) screens; member in struct:vga_config
|
| /src/sys/dev/wscons/ |
| wsdisplayvar.h | 148 const struct wsscreen_descr **screens; member in struct:wsscreen_list
|