| /netbsd-src/external/bsd/nvi/dist/vi/ |
| H A D | vs_relative.c | 64 size_t cols, screens; in vs_screens() local 85 screens = (cols / sp->cols + (cols % sp->cols ? 1 : 0)); in vs_screens() 86 if (screens == 0) in vs_screens() 87 screens = 1; in vs_screens() 92 VIP(sp)->ss_screens = screens; in vs_screens() 94 return (screens); in vs_screens()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/vboxvideo/ |
| H A D | modesetting.c | 98 int hgsmi_get_mode_hints(struct gen_pool *ctx, unsigned int screens, in hgsmi_get_mode_hints() argument 107 size = screens * sizeof(struct vbva_modehint); in hgsmi_get_mode_hints() 113 p->hints_queried_count = screens; in hgsmi_get_mode_hints()
|
| H A D | vboxvideo_guest.h | 60 int hgsmi_get_mode_hints(struct gen_pool *ctx, unsigned int screens,
|
| /netbsd-src/external/bsd/nvi/docs/internals/ |
| H A D | structures | 5 which contains information common to all files and screens. It hold 19 instances of screens, and the EXF structure persists over references to 48 do standalone curses screens. 58 do standalone Tcl/Tk screens.
|
| /netbsd-src/external/bsd/nvi/docs/ |
| H A D | help | 27 ^B scroll up by screens 29 ^D scroll down by half screens (setting count) 31 ^F scroll down by screens 148 display: display buffers, screens or tags 205 z: display different screens of the file
|
| /netbsd-src/sys/arch/arm/imx/ |
| H A D | imx51_ipuv3var.h | 98 LIST_HEAD(, imx51_ipuv3_screen) screens;
|
| /netbsd-src/sys/arch/zaurus/dev/ |
| H A D | w100var.h | 34 LIST_HEAD(, w100_screen) screens;
|
| H A D | w100.c | 149 LIST_INIT(&sc->screens); in w100_attach_subr() 242 LIST_INSERT_HEAD(&sc->screens, scr, link); in w100_new_screen()
|
| H A D | zlcd.c | 91 .screens = lcd_scr_descr,
|
| H A D | w100lcd.c | 88 .screens = w100lcd_scr_descr,
|
| /netbsd-src/sys/arch/arm/s3c2xx0/ |
| H A D | s3c24x0_lcd.h | 68 LIST_HEAD(, s3c24x0_lcd_screen) screens;
|
| H A D | s3c24x0_lcd.c | 140 LIST_INIT(&sc->screens); in s3c24x0_lcd_attach_sub() 380 LIST_INSERT_HEAD(&(sc->screens), scr, link); in s3c24x0_lcd_new_screen() 649 scr = LIST_FIRST(&sc->screens); in s3c24x0_lcd_ioctl()
|
| /netbsd-src/external/bsd/nvi/dist/docs/vi.ref/ |
| H A D | vi.texi | 192 @IP{Background and foreground screens} 198 command foregrounds backgrounded screens. 201 command can be used to list the background screens. 217 screens, and the tags stack. 282 @comment @IP{Shell screens} 290 @IP{Split screens} 306 command rotates between the foreground screens. 634 supports multiple screens by dividing the window into regions. 635 It also supports stacks of screens by permitting the user to change 636 the set of screens that are currently displayed. [all …]
|
| /netbsd-src/sys/arch/arm/xscale/ |
| H A D | pxa2x0_lcd.h | 88 LIST_HEAD(, pxa2x0_lcd_screen) screens;
|
| /netbsd-src/sys/dev/isa/ |
| H A D | ega.c | 78 LIST_HEAD(, egascreen) screens; 389 LIST_INSERT_HEAD(&vc->screens, scr, next); in ega_init_screen() 418 LIST_INIT(&vc->screens); in ega_init() 594 vc->screens.lh_first->pcs.mem = in ega_alloc_screen()
|
| /netbsd-src/external/bsd/nvi/dist/perl_api/ |
| H A D | nviperl.pod | 23 To find out how to maniplulate the nvi screens, see L<VI>.
|
| /netbsd-src/external/bsd/nvi/dist/ |
| H A D | Changes | 32 * eliminate spurious cursor movements on split screens
|
| /netbsd-src/sys/arch/evbarm/gumstix/ |
| H A D | gxlcd.c | 100 .screens = gxlcd_scr_descr,
|
| /netbsd-src/sys/dev/wscons/ |
| H A D | wsdisplayvar.h | 147 const struct wsscreen_descr **screens; member
|
| H A D | wsdisplay_vcons.c | 83 LIST_HEAD(, vcons_screen) screens; 213 LIST_INIT(&vdp->screens); in vcons_init_common() 229 * when switching screens we need to make sure there's no rasops in vcons_init_common() 346 * Additional screens will start out in the background anyway so in vcons_alloc_buffers() 453 LIST_INSERT_HEAD(&vdp->screens, scr, next); in vcons_init_screen() 838 vcons_hard_switch(LIST_FIRST(&vdp->screens)); in vcons_ioctl()
|
| /netbsd-src/games/larn/ |
| H A D | README | 30 help.c code for the help screens in the game of larn 52 screens. By the way, the wizards password is "pvnert(x)" and to become wizard
|
| /netbsd-src/sys/dev/ic/ |
| H A D | vgavar.h | 56 LIST_HEAD(, vgascreen) screens;
|
| /netbsd-src/sys/arch/evbppc/virtex/dev/ |
| H A D | tft.c | 95 sc->sc_ws_scrlist.screens = (void *) &sc->sc_ws_descr; in tft_attach()
|
| /netbsd-src/sys/arch/arm/clps711x/ |
| H A D | clpslcd.c | 91 .screens = clpslcd_descrs,
|
| /netbsd-src/sys/arch/epoc32/windermere/ |
| H A D | wmlcd.c | 106 .screens = wmlcd_descrs,
|