Symbol: wsscreen
sys/dev/wscons/wsdisplay.c
1017
struct wsscreen *scr;
sys/dev/wscons/wsdisplay.c
1037
struct wsscreen *scr;
sys/dev/wscons/wsdisplay.c
1100
wsdisplay_internal_ioctl(struct wsdisplay_softc *sc, struct wsscreen *scr,
sys/dev/wscons/wsdisplay.c
1217
struct wsscreen *active;
sys/dev/wscons/wsdisplay.c
1407
struct wsscreen *scr;
sys/dev/wscons/wsdisplay.c
141
struct wsscreen *wsscreen_attach(struct wsdisplay_softc *, int, const char *,
sys/dev/wscons/wsdisplay.c
1426
struct wsscreen *scr;
sys/dev/wscons/wsdisplay.c
143
void wsscreen_detach(struct wsscreen *);
sys/dev/wscons/wsdisplay.c
1444
struct wsscreen *scr;
sys/dev/wscons/wsdisplay.c
151
void wsdisplay_closescreen(struct wsdisplay_softc *, struct wsscreen *);
sys/dev/wscons/wsdisplay.c
1555
struct wsscreen *scr = v;
sys/dev/wscons/wsdisplay.c
156
void wsdisplay_burner_setup(struct wsdisplay_softc *, struct wsscreen *);
sys/dev/wscons/wsdisplay.c
1569
struct wsscreen *scr = v;
sys/dev/wscons/wsdisplay.c
1579
struct wsscreen *scr = v;
sys/dev/wscons/wsdisplay.c
1603
struct wsscreen *scr;
sys/dev/wscons/wsdisplay.c
1627
struct wsscreen *scr;
sys/dev/wscons/wsdisplay.c
1639
wsdisplay_update_rawkbd(struct wsdisplay_softc *sc, struct wsscreen *scr)
sys/dev/wscons/wsdisplay.c
167
struct wsscreen *sc_scr[WSDISPLAY_MAXSCREEN];
sys/dev/wscons/wsdisplay.c
1676
struct wsscreen *scr;
sys/dev/wscons/wsdisplay.c
169
struct wsscreen *sc_focus;
sys/dev/wscons/wsdisplay.c
1737
struct wsscreen *scr;
sys/dev/wscons/wsdisplay.c
1797
struct wsscreen *scr;
sys/dev/wscons/wsdisplay.c
1843
struct wsscreen *scr;
sys/dev/wscons/wsdisplay.c
1917
struct wsscreen *scr;
sys/dev/wscons/wsdisplay.c
1940
wsscreen_attach_sync(struct wsscreen *scr, const struct wscons_syncops *ops,
sys/dev/wscons/wsdisplay.c
1957
wsscreen_detach_sync(struct wsscreen *scr)
sys/dev/wscons/wsdisplay.c
1966
wsscreen_lookup_sync(struct wsscreen *scr,
sys/dev/wscons/wsdisplay.c
2005
struct wsscreen *scr;
sys/dev/wscons/wsdisplay.c
2037
wsdisplay_kbdholdscr(struct wsscreen *scr, int hold)
sys/dev/wscons/wsdisplay.c
2051
struct wsscreen *scr;
sys/dev/wscons/wsdisplay.c
2167
struct wsscreen *scr;
sys/dev/wscons/wsdisplay.c
2186
struct wsscreen *scr;
sys/dev/wscons/wsdisplay.c
2224
struct wsscreen *scr;
sys/dev/wscons/wsdisplay.c
2332
wsdisplay_burner_setup(struct wsdisplay_softc *sc, struct wsscreen *scr)
sys/dev/wscons/wsdisplay.c
234
void wsdisplay_kbdholdscr(struct wsscreen *, int);
sys/dev/wscons/wsdisplay.c
237
int wsdisplay_update_rawkbd(struct wsdisplay_softc *, struct wsscreen *);
sys/dev/wscons/wsdisplay.c
2544
motion_event(struct wsscreen *scr, u_int type, int value)
sys/dev/wscons/wsdisplay.c
2567
button_event(struct wsscreen *scr, int button, int clicks)
sys/dev/wscons/wsdisplay.c
2609
struct wsscreen *scr;
sys/dev/wscons/wsdisplay.c
2641
mouse_moverel(struct wsscreen *scr, int dx, int dy)
sys/dev/wscons/wsdisplay.c
2684
inverse_char(struct wsscreen *scr, u_int pos)
sys/dev/wscons/wsdisplay.c
2720
inverse_region(struct wsscreen *scr, u_int start, u_int end)
sys/dev/wscons/wsdisplay.c
274
struct wsscreen *
sys/dev/wscons/wsdisplay.c
2741
skip_spc_right(struct wsscreen *scr, int border)
sys/dev/wscons/wsdisplay.c
2773
skip_spc_left(struct wsscreen *scr)
sys/dev/wscons/wsdisplay.c
280
struct wsscreen *scr;
sys/dev/wscons/wsdisplay.c
2868
skip_char_right(struct wsscreen *scr, u_int offset)
sys/dev/wscons/wsdisplay.c
2894
skip_char_left(struct wsscreen *scr, u_int offset)
sys/dev/wscons/wsdisplay.c
2919
class_cmp(struct wsscreen *scr, u_int first, u_int second)
sys/dev/wscons/wsdisplay.c
2942
mouse_copy_start(struct wsscreen *scr)
sys/dev/wscons/wsdisplay.c
2976
mouse_copy_word(struct wsscreen *scr)
sys/dev/wscons/wsdisplay.c
3016
mouse_copy_line(struct wsscreen *scr)
sys/dev/wscons/wsdisplay.c
3044
mouse_copy_end(struct wsscreen *scr)
sys/dev/wscons/wsdisplay.c
3060
mouse_copy_extend(struct wsscreen *scr)
sys/dev/wscons/wsdisplay.c
3074
mouse_copy_extend_char(struct wsscreen *scr)
sys/dev/wscons/wsdisplay.c
3163
mouse_copy_extend_word(struct wsscreen *scr)
sys/dev/wscons/wsdisplay.c
323
wsscreen_detach(struct wsscreen *scr)
sys/dev/wscons/wsdisplay.c
3255
mouse_copy_extend_line(struct wsscreen *scr)
sys/dev/wscons/wsdisplay.c
3320
mouse_copy_extend_after(struct wsscreen *scr)
sys/dev/wscons/wsdisplay.c
3359
mouse_hide(struct wsscreen *scr)
sys/dev/wscons/wsdisplay.c
3371
remove_selection(struct wsscreen *scr)
sys/dev/wscons/wsdisplay.c
3385
mouse_copy_selection(struct wsscreen *scr)
sys/dev/wscons/wsdisplay.c
3423
mouse_paste(struct wsscreen *scr)
sys/dev/wscons/wsdisplay.c
3445
mouse_zaxis(struct wsscreen *scr, int z)
sys/dev/wscons/wsdisplay.c
3492
mouse_remove(struct wsscreen *scr)
sys/dev/wscons/wsdisplay.c
381
struct wsscreen *scr;
sys/dev/wscons/wsdisplay.c
426
struct wsscreen *scr;
sys/dev/wscons/wsdisplay.c
446
wsdisplay_closescreen(struct wsdisplay_softc *sc, struct wsscreen *scr)
sys/dev/wscons/wsdisplay.c
477
struct wsscreen *scr;
sys/dev/wscons/wsdisplay.c
850
struct wsscreen *scr;
sys/dev/wscons/wsdisplay.c
907
struct wsscreen *scr;
sys/dev/wscons/wsdisplay.c
970
struct wsscreen *scr;
sys/dev/wscons/wsdisplay.c
994
struct wsscreen *scr;
sys/dev/wscons/wsdisplay_compat_usl.c
151
usl_sync_get(struct wsscreen *scr)
sys/dev/wscons/wsdisplay_compat_usl.c
337
wsdisplay_usl_ioctl2(struct wsdisplay_softc *sc, struct wsscreen *scr,
sys/dev/wscons/wsdisplay_compat_usl.c
53
struct wsscreen *s_scr;
sys/dev/wscons/wsdisplay_compat_usl.c
67
int usl_sync_init(struct wsscreen *, struct usl_syncdata **,
sys/dev/wscons/wsdisplay_compat_usl.c
71
struct usl_syncdata *usl_sync_get(struct wsscreen *);
sys/dev/wscons/wsdisplay_compat_usl.c
95
usl_sync_init(struct wsscreen *scr, struct usl_syncdata **sdp,
sys/dev/wscons/wsdisplayvar.h
207
struct wsscreen;
sys/dev/wscons/wsdisplayvar.h
208
int wsscreen_attach_sync(struct wsscreen *,
sys/dev/wscons/wsdisplayvar.h
210
int wsscreen_detach_sync(struct wsscreen *);
sys/dev/wscons/wsdisplayvar.h
211
int wsscreen_lookup_sync(struct wsscreen *,
sys/dev/wscons/wsdisplayvar.h
220
struct wsscreen *,
sys/dev/wscons/wsdisplayvar.h
227
int wsdisplay_usl_ioctl2(struct wsdisplay_softc *, struct wsscreen *,
sys/dev/wscons/wsmoused.h
40
void motion_event(struct wsscreen *, u_int, int);
sys/dev/wscons/wsmoused.h
41
void button_event(struct wsscreen *, int, int);
sys/dev/wscons/wsmoused.h
44
void mouse_moverel(struct wsscreen *, int, int);
sys/dev/wscons/wsmoused.h
46
void inverse_char(struct wsscreen *, u_int);
sys/dev/wscons/wsmoused.h
47
void inverse_region(struct wsscreen *, u_int, u_int);
sys/dev/wscons/wsmoused.h
49
u_int skip_spc_right(struct wsscreen *, int);
sys/dev/wscons/wsmoused.h
50
u_int skip_spc_left(struct wsscreen *);
sys/dev/wscons/wsmoused.h
51
u_int skip_char_right(struct wsscreen *, u_int);
sys/dev/wscons/wsmoused.h
52
u_int skip_char_left(struct wsscreen *, u_int);
sys/dev/wscons/wsmoused.h
53
u_int class_cmp(struct wsscreen *, u_int, u_int);
sys/dev/wscons/wsmoused.h
55
void mouse_copy_start(struct wsscreen *);
sys/dev/wscons/wsmoused.h
56
void mouse_copy_word(struct wsscreen *);
sys/dev/wscons/wsmoused.h
57
void mouse_copy_line(struct wsscreen *);
sys/dev/wscons/wsmoused.h
58
void mouse_copy_end(struct wsscreen *);
sys/dev/wscons/wsmoused.h
59
void mouse_copy_extend(struct wsscreen *);
sys/dev/wscons/wsmoused.h
60
void mouse_copy_extend_char(struct wsscreen *);
sys/dev/wscons/wsmoused.h
61
void mouse_copy_extend_word(struct wsscreen *);
sys/dev/wscons/wsmoused.h
62
void mouse_copy_extend_line(struct wsscreen *);
sys/dev/wscons/wsmoused.h
63
void mouse_copy_extend_after(struct wsscreen *);
sys/dev/wscons/wsmoused.h
64
void mouse_hide(struct wsscreen *);
sys/dev/wscons/wsmoused.h
65
void remove_selection(struct wsscreen *);
sys/dev/wscons/wsmoused.h
66
void mouse_copy_selection(struct wsscreen *);
sys/dev/wscons/wsmoused.h
67
void mouse_paste(struct wsscreen *);
sys/dev/wscons/wsmoused.h
69
void mouse_zaxis(struct wsscreen *, int);
sys/dev/wscons/wsmoused.h
71
void mouse_remove(struct wsscreen *);