Home
last modified time | relevance | path

Searched refs:screens (Results 1 – 25 of 92) sorted by relevance

1234

/netbsd-src/external/bsd/nvi/dist/vi/
H A Dvs_relative.c64 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 Dmodesetting.c98 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 Dvboxvideo_guest.h60 int hgsmi_get_mode_hints(struct gen_pool *ctx, unsigned int screens,
/netbsd-src/external/bsd/nvi/docs/internals/
H A Dstructures5 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 Dhelp27 ^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 Dimx51_ipuv3var.h98 LIST_HEAD(, imx51_ipuv3_screen) screens;
/netbsd-src/sys/arch/zaurus/dev/
H A Dw100var.h34 LIST_HEAD(, w100_screen) screens;
H A Dw100.c149 LIST_INIT(&sc->screens); in w100_attach_subr()
242 LIST_INSERT_HEAD(&sc->screens, scr, link); in w100_new_screen()
H A Dzlcd.c91 .screens = lcd_scr_descr,
H A Dw100lcd.c88 .screens = w100lcd_scr_descr,
/netbsd-src/sys/arch/arm/s3c2xx0/
H A Ds3c24x0_lcd.h68 LIST_HEAD(, s3c24x0_lcd_screen) screens;
H A Ds3c24x0_lcd.c140 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 Dvi.texi192 @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 Dpxa2x0_lcd.h88 LIST_HEAD(, pxa2x0_lcd_screen) screens;
/netbsd-src/sys/dev/isa/
H A Dega.c78 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 Dnviperl.pod23 To find out how to maniplulate the nvi screens, see L<VI>.
/netbsd-src/external/bsd/nvi/dist/
H A DChanges32 * eliminate spurious cursor movements on split screens
/netbsd-src/sys/arch/evbarm/gumstix/
H A Dgxlcd.c100 .screens = gxlcd_scr_descr,
/netbsd-src/sys/dev/wscons/
H A Dwsdisplayvar.h147 const struct wsscreen_descr **screens; member
H A Dwsdisplay_vcons.c83 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 DREADME30 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 Dvgavar.h56 LIST_HEAD(, vgascreen) screens;
/netbsd-src/sys/arch/evbppc/virtex/dev/
H A Dtft.c95 sc->sc_ws_scrlist.screens = (void *) &sc->sc_ws_descr; in tft_attach()
/netbsd-src/sys/arch/arm/clps711x/
H A Dclpslcd.c91 .screens = clpslcd_descrs,
/netbsd-src/sys/arch/epoc32/windermere/
H A Dwmlcd.c106 .screens = wmlcd_descrs,

1234