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
141
struct wsscreen *wsscreen_attach(struct wsdisplay_softc *, int, const char *,
sys/dev/wscons/wsdisplay.c
1414
struct wsscreen *scr;
sys/dev/wscons/wsdisplay.c
143
void wsscreen_detach(struct wsscreen *);
sys/dev/wscons/wsdisplay.c
1433
struct wsscreen *scr;
sys/dev/wscons/wsdisplay.c
1451
struct wsscreen *scr;
sys/dev/wscons/wsdisplay.c
151
void wsdisplay_closescreen(struct wsdisplay_softc *, struct wsscreen *);
sys/dev/wscons/wsdisplay.c
156
void wsdisplay_burner_setup(struct wsdisplay_softc *, struct wsscreen *);
sys/dev/wscons/wsdisplay.c
1562
struct wsscreen *scr = v;
sys/dev/wscons/wsdisplay.c
1576
struct wsscreen *scr = v;
sys/dev/wscons/wsdisplay.c
1586
struct wsscreen *scr = v;
sys/dev/wscons/wsdisplay.c
1610
struct wsscreen *scr;
sys/dev/wscons/wsdisplay.c
1634
struct wsscreen *scr;
sys/dev/wscons/wsdisplay.c
1646
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
1683
struct wsscreen *scr;
sys/dev/wscons/wsdisplay.c
169
struct wsscreen *sc_focus;
sys/dev/wscons/wsdisplay.c
1744
struct wsscreen *scr;
sys/dev/wscons/wsdisplay.c
1804
struct wsscreen *scr;
sys/dev/wscons/wsdisplay.c
1850
struct wsscreen *scr;
sys/dev/wscons/wsdisplay.c
1924
struct wsscreen *scr;
sys/dev/wscons/wsdisplay.c
1947
wsscreen_attach_sync(struct wsscreen *scr, const struct wscons_syncops *ops,
sys/dev/wscons/wsdisplay.c
1964
wsscreen_detach_sync(struct wsscreen *scr)
sys/dev/wscons/wsdisplay.c
1973
wsscreen_lookup_sync(struct wsscreen *scr,
sys/dev/wscons/wsdisplay.c
2012
struct wsscreen *scr;
sys/dev/wscons/wsdisplay.c
2044
wsdisplay_kbdholdscr(struct wsscreen *scr, int hold)
sys/dev/wscons/wsdisplay.c
2058
struct wsscreen *scr;
sys/dev/wscons/wsdisplay.c
2174
struct wsscreen *scr;
sys/dev/wscons/wsdisplay.c
2193
struct wsscreen *scr;
sys/dev/wscons/wsdisplay.c
2231
struct wsscreen *scr;
sys/dev/wscons/wsdisplay.c
2339
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
2551
motion_event(struct wsscreen *scr, u_int type, int value)
sys/dev/wscons/wsdisplay.c
2574
button_event(struct wsscreen *scr, int button, int clicks)
sys/dev/wscons/wsdisplay.c
2616
struct wsscreen *scr;
sys/dev/wscons/wsdisplay.c
2648
mouse_moverel(struct wsscreen *scr, int dx, int dy)
sys/dev/wscons/wsdisplay.c
2691
inverse_char(struct wsscreen *scr, u_int pos)
sys/dev/wscons/wsdisplay.c
2727
inverse_region(struct wsscreen *scr, u_int start, u_int end)
sys/dev/wscons/wsdisplay.c
274
struct wsscreen *
sys/dev/wscons/wsdisplay.c
2748
skip_spc_right(struct wsscreen *scr, int border)
sys/dev/wscons/wsdisplay.c
2780
skip_spc_left(struct wsscreen *scr)
sys/dev/wscons/wsdisplay.c
280
struct wsscreen *scr;
sys/dev/wscons/wsdisplay.c
2875
skip_char_right(struct wsscreen *scr, u_int offset)
sys/dev/wscons/wsdisplay.c
2901
skip_char_left(struct wsscreen *scr, u_int offset)
sys/dev/wscons/wsdisplay.c
2926
class_cmp(struct wsscreen *scr, u_int first, u_int second)
sys/dev/wscons/wsdisplay.c
2949
mouse_copy_start(struct wsscreen *scr)
sys/dev/wscons/wsdisplay.c
2983
mouse_copy_word(struct wsscreen *scr)
sys/dev/wscons/wsdisplay.c
3023
mouse_copy_line(struct wsscreen *scr)
sys/dev/wscons/wsdisplay.c
3051
mouse_copy_end(struct wsscreen *scr)
sys/dev/wscons/wsdisplay.c
3067
mouse_copy_extend(struct wsscreen *scr)
sys/dev/wscons/wsdisplay.c
3081
mouse_copy_extend_char(struct wsscreen *scr)
sys/dev/wscons/wsdisplay.c
3170
mouse_copy_extend_word(struct wsscreen *scr)
sys/dev/wscons/wsdisplay.c
323
wsscreen_detach(struct wsscreen *scr)
sys/dev/wscons/wsdisplay.c
3262
mouse_copy_extend_line(struct wsscreen *scr)
sys/dev/wscons/wsdisplay.c
3327
mouse_copy_extend_after(struct wsscreen *scr)
sys/dev/wscons/wsdisplay.c
3366
mouse_hide(struct wsscreen *scr)
sys/dev/wscons/wsdisplay.c
3378
remove_selection(struct wsscreen *scr)
sys/dev/wscons/wsdisplay.c
3392
mouse_copy_selection(struct wsscreen *scr)
sys/dev/wscons/wsdisplay.c
3430
mouse_paste(struct wsscreen *scr)
sys/dev/wscons/wsdisplay.c
3452
mouse_zaxis(struct wsscreen *scr, int z)
sys/dev/wscons/wsdisplay.c
3499
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 *);