Symbol: screen
distrib/special/more/more.c
186
void screen(FILE *, int);
distrib/special/more/more.c
305
screen(stdin, left);
distrib/special/more/more.c
359
screen(f, left);
games/atc/extern.c
61
C_SCREEN screen, *sp = &screen;
games/atc/extern.h
61
extern C_SCREEN screen, *sp;
games/battlestar/fly.c
57
static void screen(void);
games/battlestar/fly.c
85
screen();
lib/libcurses/base/lib_freeall.c
87
if (p->screen != SP_PARM)
lib/libcurses/base/lib_freeall.c
95
if (q->screen != SP_PARM)
lib/libcurses/base/lib_newwin.c
376
wp->screen = SP_PARM;
lib/libcurses/curses.h
438
#define SCREEN struct screen
lib/libcurses/curses.h
441
typedef struct screen SCREEN;
lib/libcurses/curses.priv.h
1254
SCREEN *screen; /* screen containing the window */
lib/libcurses/curses.priv.h
2353
struct screen outc_wrapper; \
lib/libcurses/curses.priv.h
2356
memset(sp,0,sizeof(struct screen)); \
lib/libcurses/nc_panel.h
69
struct screen; /* Forward declaration */
lib/libcurses/new_pair.h
50
#define SCREEN struct screen
lib/libcurses/term.h
62
typedef struct screen SCREEN;
lib/libcurses/term.priv.h
281
struct screen * sp;
lib/libcurses/term.priv.h
293
struct screen * allocated;
lib/libcurses/tinfo/entries.c
134
_nc_lock_global(screen);
lib/libcurses/tinfo/entries.c
144
_nc_unlock_global(screen);
lib/libcurses/tinfo/lib_data.c
300
sp = WINDOW_EXT(win, screen);
lib/libcurses/tinfo/lib_setup.c
916
_nc_lock_global(screen);
lib/libcurses/tinfo/lib_setup.c
928
_nc_unlock_global(screen);
lib/libcurses/tinfo/lib_setup.c
947
_nc_lock_global(screen);
lib/libcurses/tinfo/lib_setup.c
981
_nc_unlock_global(screen);
lib/libcurses/tinfo/use_screen.c
41
use_screen(SCREEN *screen, NCURSES_SCREEN_CB func, void *data)
lib/libcurses/tinfo/use_screen.c
48
(void *) screen,
lib/libcurses/tinfo/use_screen.c
58
set_term(screen);
lib/libcurses/tinfo/use_screen.c
60
code = func(screen, data);
lib/libpanel/panel.priv.h
45
struct screen; /* forward declaration */
sys/arch/armv7/omap/omdisplay.c
1302
struct omdisplay_screen *screen = sc->sc_active; /* ??? */
sys/arch/armv7/omap/omdisplay.c
1307
if (screen == NULL)
sys/arch/armv7/omap/omdisplay.c
1311
offset >= screen->rinfo.ri_stride * screen->rinfo.ri_height)
sys/arch/armv7/omap/omdisplay.c
1314
return (bus_dmamem_mmap(sc->sc_dma_tag, screen->segs, screen->nsegs,
sys/dev/wscons/wsdisplay.c
230
#define WSDISPLAYMINOR(unit, screen) (((unit) << 8) | (screen))
usr.bin/mail/cmd1.c
123
if (screen >= maxscreen) {
usr.bin/mail/cmd1.c
127
screen++;
usr.bin/mail/cmd1.c
131
if (screen <= 0) {
usr.bin/mail/cmd1.c
135
screen--;
usr.bin/mail/cmd1.c
47
static int screen;
usr.bin/mail/cmd1.c
62
screen = (n-1)/size;
usr.bin/mail/cmd1.c
63
if (screen < 0)
usr.bin/mail/cmd1.c
64
screen = 0;
usr.bin/mail/cmd1.c
65
mp = &message[screen * size];
usr.bin/ssh/session.c
1650
(r = sshpkt_get_u32(ssh, &s->screen)) != 0 ||
usr.bin/ssh/session.c
2246
s->display_number, s->screen);
usr.bin/ssh/session.c
2248
s->display_number, s->screen);
usr.bin/ssh/session.c
2253
s->display_number, s->screen);
usr.bin/ssh/session.h
49
u_int screen;
usr.bin/systat/engine.c
1079
screen = newterm(NULL, stdout, stdin);
usr.bin/systat/engine.c
1080
if (screen == NULL) {
usr.bin/systat/engine.c
77
SCREEN *screen;
usr.bin/tmux/cmd-capture-pane.c
112
struct screen *s;
usr.bin/tmux/cmd-capture-pane.c
226
screen_reset_hyperlinks(wp->screen);
usr.bin/tmux/cmd-paste-buffer.c
125
if (bracket && (wp->screen->mode & MODE_BRACKETPASTE))
usr.bin/tmux/cmd-paste-buffer.c
98
if (bracket && (wp->screen->mode & MODE_BRACKETPASTE))
usr.bin/tmux/format-draw.c
111
struct screen *s, struct format_ranges *frs, u_int offset, u_int start,
usr.bin/tmux/format-draw.c
126
u_int ocx, u_int ocy, u_int offset, u_int width, struct screen *list,
usr.bin/tmux/format-draw.c
127
struct screen *list_left, struct screen *list_right, int focus_start,
usr.bin/tmux/format-draw.c
170
u_int ocy, struct screen *left, struct screen *centre, struct screen *right,
usr.bin/tmux/format-draw.c
171
struct screen *abs_centre, struct format_ranges *frs)
usr.bin/tmux/format-draw.c
229
u_int ocy, struct screen *left, struct screen *centre, struct screen *right,
usr.bin/tmux/format-draw.c
230
struct screen *abs_centre, struct screen *list, struct screen *list_left,
usr.bin/tmux/format-draw.c
231
struct screen *list_right, struct screen *after, int focus_start,
usr.bin/tmux/format-draw.c
29
struct screen *s;
usr.bin/tmux/format-draw.c
332
u_int ocy, struct screen *left, struct screen *centre, struct screen *right,
usr.bin/tmux/format-draw.c
333
struct screen *abs_centre, struct screen *list, struct screen *list_left,
usr.bin/tmux/format-draw.c
334
struct screen *list_right, struct screen *after, int focus_start,
usr.bin/tmux/format-draw.c
440
u_int ocy, struct screen *left, struct screen *centre, struct screen *right,
usr.bin/tmux/format-draw.c
441
struct screen *abs_centre, struct screen *list,
usr.bin/tmux/format-draw.c
442
struct screen *list_left, struct screen *list_right, struct screen *after,
usr.bin/tmux/format-draw.c
546
u_int ocx, u_int ocy, struct screen *left, struct screen *centre,
usr.bin/tmux/format-draw.c
547
struct screen *right, struct screen *abs_centre, struct screen *list,
usr.bin/tmux/format-draw.c
548
struct screen *list_left, struct screen *list_right, struct screen *after,
usr.bin/tmux/format-draw.c
712
struct screen *os = octx->s, s[TOTAL];
usr.bin/tmux/format-draw.c
74
format_update_ranges(struct format_ranges *frs, struct screen *s, u_int offset,
usr.bin/tmux/format.c
1194
if (wp == NULL || wp->screen == NULL)
usr.bin/tmux/format.c
1197
if (wp->screen->ccolour != -1)
usr.bin/tmux/format.c
1198
return (xstrdup(colour_tostring(wp->screen->ccolour)));
usr.bin/tmux/format.c
1199
return (xstrdup(colour_tostring(wp->screen->default_ccolour)));
usr.bin/tmux/format.c
1249
return (format_grid_hyperlink(gd, x, gd->hsize + y, wp->screen));
usr.bin/tmux/format.c
1379
if (ft->wp != NULL && ft->wp->screen != NULL) {
usr.bin/tmux/format.c
1380
if (ft->wp->screen->mode & MODE_BRACKETPASTE)
usr.bin/tmux/format.c
1719
if (ft->wp != NULL && ft->wp->screen != NULL) {
usr.bin/tmux/format.c
1720
switch (ft->wp->screen->cstyle) {
usr.bin/tmux/format.c
1738
if (ft->wp != NULL && ft->wp->screen != NULL) {
usr.bin/tmux/format.c
1739
if (ft->wp->screen->mode & MODE_CURSOR_VERY_VISIBLE)
usr.bin/tmux/format.c
1768
if (ft->wp != NULL && ft->wp->screen != NULL) {
usr.bin/tmux/format.c
1769
if (ft->wp->screen->mode & MODE_CURSOR_BLINKING)
usr.bin/tmux/format.c
2169
if (ft->wp != NULL && ft->wp->screen != NULL) {
usr.bin/tmux/format.c
2170
switch (ft->wp->screen->mode & EXTENDED_KEY_MODES) {
usr.bin/tmux/format.c
5979
format_grid_hyperlink(struct grid *gd, u_int x, u_int y, struct screen* s)
usr.bin/tmux/grid.c
1084
struct grid_cell **lastgc, int flags, struct screen *s)
usr.bin/tmux/grid.c
971
struct screen *sc, int *has_link)
usr.bin/tmux/input-keys.c
411
return (input_key(wp->screen, wp->event, key));
usr.bin/tmux/input-keys.c
575
input_key(struct screen *s, struct bufferevent *bev, key_code key)
usr.bin/tmux/input-keys.c
714
input_key_get_mouse(struct screen *s, struct mouse_event *m, u_int x, u_int y,
usr.bin/tmux/input-keys.c
800
struct screen *s = wp->screen;
usr.bin/tmux/input.c
1054
input_parse_screen(struct input_ctx *ictx, struct screen *s,
usr.bin/tmux/input.c
1284
struct screen *s = sctx->s;
usr.bin/tmux/input.c
1365
struct screen *s = sctx->s;
usr.bin/tmux/input.c
1441
struct screen *s = sctx->s;
usr.bin/tmux/input.c
2037
struct screen *s = sctx->s;
usr.bin/tmux/input.c
2471
struct screen *s = sctx->s;
usr.bin/tmux/input.c
834
struct screen *s = sctx->s;
usr.bin/tmux/menu.c
178
struct screen *
usr.bin/tmux/menu.c
265
struct screen *s = &md->s;
usr.bin/tmux/menu.c
40
struct screen s;
usr.bin/tmux/mode-tree.c
489
struct screen **s)
usr.bin/tmux/mode-tree.c
527
*s = &mtd->screen;
usr.bin/tmux/mode-tree.c
550
struct screen *s = &mtd->screen;
usr.bin/tmux/mode-tree.c
580
struct screen *s = &mtd->screen;
usr.bin/tmux/mode-tree.c
634
screen_free(&mtd->screen);
usr.bin/tmux/mode-tree.c
646
struct screen *s = &mtd->screen;
usr.bin/tmux/mode-tree.c
733
struct screen *s = &mtd->screen;
usr.bin/tmux/mode-tree.c
78
struct screen screen;
usr.bin/tmux/popup.c
197
static struct screen *
usr.bin/tmux/popup.c
274
struct screen s;
usr.bin/tmux/popup.c
41
struct screen s;
usr.bin/tmux/popup.c
670
struct screen *s = &pd->s;
usr.bin/tmux/screen-redraw.c
1032
struct screen *s = wp->screen;
usr.bin/tmux/screen-redraw.c
459
struct screen old;
usr.bin/tmux/screen-redraw.c
523
struct screen *s;
usr.bin/tmux/screen-redraw.c
926
struct screen *s = c->status.active;
usr.bin/tmux/screen-redraw.c
948
struct screen *s = wp->screen;
usr.bin/tmux/screen-write.c
1005
struct screen *s = ctx->s;
usr.bin/tmux/screen-write.c
1025
struct screen *s = ctx->s;
usr.bin/tmux/screen-write.c
1045
struct screen *s = ctx->s;
usr.bin/tmux/screen-write.c
1067
struct screen *s = ctx->s;
usr.bin/tmux/screen-write.c
1095
struct screen *s = ctx->s;
usr.bin/tmux/screen-write.c
1123
struct screen *s = ctx->s;
usr.bin/tmux/screen-write.c
1151
struct screen *s = ctx->s;
usr.bin/tmux/screen-write.c
1179
struct screen *s = ctx->s;
usr.bin/tmux/screen-write.c
1226
struct screen *s = ctx->s;
usr.bin/tmux/screen-write.c
1273
struct screen *s = ctx->s;
usr.bin/tmux/screen-write.c
1297
struct screen *s = ctx->s;
usr.bin/tmux/screen-write.c
1324
struct screen *s = ctx->s;
usr.bin/tmux/screen-write.c
1350
struct screen *s = ctx->s;
usr.bin/tmux/screen-write.c
1372
struct screen *s = ctx->s;
usr.bin/tmux/screen-write.c
1393
struct screen *s = ctx->s;
usr.bin/tmux/screen-write.c
1415
struct screen *s = ctx->s;
usr.bin/tmux/screen-write.c
1444
struct screen *s = ctx->s;
usr.bin/tmux/screen-write.c
1469
struct screen *s = ctx->s;
usr.bin/tmux/screen-write.c
1501
struct screen *s = ctx->s;
usr.bin/tmux/screen-write.c
1531
struct screen *s = ctx->s;
usr.bin/tmux/screen-write.c
1554
struct screen *s = ctx->s;
usr.bin/tmux/screen-write.c
1696
struct screen *s = ctx->s;
usr.bin/tmux/screen-write.c
1727
struct screen *s = ctx->s;
usr.bin/tmux/screen-write.c
177
struct screen *s = ctx->s;
usr.bin/tmux/screen-write.c
1806
struct screen *s = ctx->s;
usr.bin/tmux/screen-write.c
1823
struct screen *s = ctx->s;
usr.bin/tmux/screen-write.c
1901
struct screen *s = ctx->s;
usr.bin/tmux/screen-write.c
1954
struct screen *s = ctx->s;
usr.bin/tmux/screen-write.c
2094
struct screen *s = ctx->s;
usr.bin/tmux/screen-write.c
2217
struct screen *s = ctx->s;
usr.bin/tmux/screen-write.c
230
screen_write_make_list(struct screen *s)
usr.bin/tmux/screen-write.c
241
screen_write_free_list(struct screen *s)
usr.bin/tmux/screen-write.c
252
screen_write_init(struct screen_write_ctx *ctx, struct screen *s)
usr.bin/tmux/screen-write.c
269
struct screen *s)
usr.bin/tmux/screen-write.c
272
s = wp->screen;
usr.bin/tmux/screen-write.c
285
screen_write_start_callback(struct screen_write_ctx *ctx, struct screen *s,
usr.bin/tmux/screen-write.c
301
screen_write_start(struct screen_write_ctx *ctx, struct screen *s)
usr.bin/tmux/screen-write.c
325
struct screen *s = ctx->s;
usr.bin/tmux/screen-write.c
397
struct screen *s = ctx->s;
usr.bin/tmux/screen-write.c
568
screen_write_fast_copy(struct screen_write_ctx *ctx, struct screen *src,
usr.bin/tmux/screen-write.c
571
struct screen *s = ctx->s;
usr.bin/tmux/screen-write.c
650
struct screen *s = ctx->s;
usr.bin/tmux/screen-write.c
686
struct screen *s = ctx->s;
usr.bin/tmux/screen-write.c
713
struct screen *s = ctx->s;
usr.bin/tmux/screen-write.c
763
struct screen *s = ctx->s;
usr.bin/tmux/screen-write.c
822
screen_write_preview(struct screen_write_ctx *ctx, struct screen *src, u_int nx,
usr.bin/tmux/screen-write.c
825
struct screen *s = ctx->s;
usr.bin/tmux/screen-write.c
879
struct screen *s = ctx->s;
usr.bin/tmux/screen-write.c
891
struct screen *s = ctx->s;
usr.bin/tmux/screen-write.c
93
struct screen *s = ctx->s;
usr.bin/tmux/screen-write.c
949
struct screen *s = ctx->s;
usr.bin/tmux/screen-write.c
976
struct screen *s = ctx->s;
usr.bin/tmux/screen.c
101
screen_reinit(struct screen *s)
usr.bin/tmux/screen.c
131
screen_reset_hyperlinks(struct screen *s)
usr.bin/tmux/screen.c
141
screen_free(struct screen *s)
usr.bin/tmux/screen.c
162
screen_reset_tabs(struct screen *s)
usr.bin/tmux/screen.c
176
screen_set_default_cursor(struct screen *s, struct options *oo)
usr.bin/tmux/screen.c
226
screen_set_cursor_colour(struct screen *s, int colour)
usr.bin/tmux/screen.c
233
screen_set_title(struct screen *s, const char *title)
usr.bin/tmux/screen.c
244
screen_set_path(struct screen *s, const char *path)
usr.bin/tmux/screen.c
252
screen_push_title(struct screen *s)
usr.bin/tmux/screen.c
270
screen_pop_title(struct screen *s)
usr.bin/tmux/screen.c
292
screen_set_progress_bar(struct screen *s, enum progress_bar_state pbs, int p)
usr.bin/tmux/screen.c
302
screen_resize_cursor(struct screen *s, u_int sx, u_int sy, int reflow,
usr.bin/tmux/screen.c
348
screen_resize(struct screen *s, u_int sx, u_int sy, int reflow)
usr.bin/tmux/screen.c
354
screen_resize_y(struct screen *s, u_int sy, int eat_empty, u_int *cy)
usr.bin/tmux/screen.c
441
screen_set_selection(struct screen *s, u_int sx, u_int sy,
usr.bin/tmux/screen.c
460
screen_clear_selection(struct screen *s)
usr.bin/tmux/screen.c
468
screen_hide_selection(struct screen *s)
usr.bin/tmux/screen.c
476
screen_check_selection(struct screen *s, u_int px, u_int py)
usr.bin/tmux/screen.c
51
static void screen_resize_y(struct screen *, u_int, int, u_int *);
usr.bin/tmux/screen.c
52
static void screen_reflow(struct screen *, u_int, u_int *, u_int *, int);
usr.bin/tmux/screen.c
56
screen_free_titles(struct screen *s)
usr.bin/tmux/screen.c
582
screen_select_cell(struct screen *s, struct grid_cell *dst,
usr.bin/tmux/screen.c
605
screen_reflow(struct screen *s, u_int new_x, u_int *cx, u_int *cy, int cursor)
usr.bin/tmux/screen.c
632
screen_alternate_on(struct screen *s, struct grid_cell *gc, int cursor)
usr.bin/tmux/screen.c
657
screen_alternate_off(struct screen *s, struct grid_cell *gc, int cursor)
usr.bin/tmux/screen.c
75
screen_init(struct screen *s, u_int sx, u_int sy, u_int hlimit)
usr.bin/tmux/screen.c
765
screen_print(struct screen *s, int line)
usr.bin/tmux/server-client.c
1717
struct screen *s = NULL;
usr.bin/tmux/server-client.c
1734
s = wp->screen;
usr.bin/tmux/server-client.c
1789
if (loop->screen->mode & MODE_MOUSE_ALL)
usr.bin/tmux/sort.c
212
result = strcmp(a->screen->title, b->screen->title);
usr.bin/tmux/sort.c
221
result = strcmp(a->screen->title, b->screen->title);
usr.bin/tmux/status.c
299
if (sl->active == &sl->screen) {
usr.bin/tmux/status.c
315
sl->active = &sl->screen;
usr.bin/tmux/status.c
329
screen_init(&sl->screen, c->tty.sx, 1, 0);
usr.bin/tmux/status.c
330
sl->active = &sl->screen;
usr.bin/tmux/status.c
348
if (sl->active != &sl->screen) {
usr.bin/tmux/status.c
352
screen_free(&sl->screen);
usr.bin/tmux/status.c
374
if (sl->active != &sl->screen)
usr.bin/tmux/status.c
403
if (screen_size_x(&sl->screen) != width ||
usr.bin/tmux/status.c
404
screen_size_y(&sl->screen) != lines) {
usr.bin/tmux/status.c
405
screen_resize(&sl->screen, width, lines, 0);
usr.bin/tmux/status.c
408
screen_write_start(&ctx, &sl->screen);
usr.bin/tmux/status.c
609
struct screen old_screen;
usr.bin/tmux/status.c
653
screen_write_fast_copy(&ctx, &sl->screen, 0, 0, c->tty.sx, lines);
usr.bin/tmux/status.c
849
struct screen old_screen;
usr.bin/tmux/status.c
906
screen_write_fast_copy(&ctx, &sl->screen, 0, 0, c->tty.sx, lines);
usr.bin/tmux/tmux.h
1018
struct screen *s;
usr.bin/tmux/tmux.h
1115
struct screen *(*init)(struct window_mode_entry *,
usr.bin/tmux/tmux.h
1131
struct screen *(*get_screen)(struct window_mode_entry *);
usr.bin/tmux/tmux.h
1142
struct screen *screen;
usr.bin/tmux/tmux.h
1269
struct screen *screen;
usr.bin/tmux/tmux.h
1270
struct screen base;
usr.bin/tmux/tmux.h
1272
struct screen status_screen;
usr.bin/tmux/tmux.h
1679
struct screen *s;
usr.bin/tmux/tmux.h
1891
struct screen screen;
usr.bin/tmux/tmux.h
1892
struct screen *active;
usr.bin/tmux/tmux.h
1951
typedef struct screen *(*overlay_mode_cb)(struct client *, void *, u_int *,
usr.bin/tmux/tmux.h
3685
struct screen *menu_mode_cb(struct client *, void *, u_int *, u_int *);
usr.bin/tmux/tty-draw.c
124
tty_draw_line(struct tty *tty, struct screen *s, u_int px, u_int py, u_int nx,
usr.bin/tmux/tty.c
1370
struct screen *s = ctx->s;
usr.bin/tmux/tty.c
1924
struct screen *s = ctx->s;
usr.bin/tmux/tty.c
760
tty_update_cursor(struct tty *tty, int mode, struct screen *s)
usr.bin/tmux/tty.c
853
tty_update_mode(struct tty *tty, int mode, struct screen *s)
usr.bin/tmux/tty.c
982
if (~wp->screen->mode & MODE_CURSOR) {
usr.bin/tmux/tty.c
986
cx = wp->xoff + wp->screen->cx;
usr.bin/tmux/tty.c
987
cy = wp->yoff + wp->screen->cy;
usr.bin/tmux/window-buffer.c
30
static struct screen *window_buffer_init(struct window_mode_entry *,
usr.bin/tmux/window-buffer.c
351
static struct screen *
usr.bin/tmux/window-buffer.c
357
struct screen *s;
usr.bin/tmux/window-client.c
170
struct screen *s = ctx->s;
usr.bin/tmux/window-client.c
199
screen_write_fast_copy(ctx, &c->status.screen, 0, 0, sx, lines);
usr.bin/tmux/window-client.c
263
static struct screen *
usr.bin/tmux/window-client.c
269
struct screen *s;
usr.bin/tmux/window-client.c
28
static struct screen *window_client_init(struct window_mode_entry *,
usr.bin/tmux/window-clock.c
170
static struct screen *
usr.bin/tmux/window-clock.c
176
struct screen *s;
usr.bin/tmux/window-clock.c
184
s = &data->screen;
usr.bin/tmux/window-clock.c
199
screen_free(&data->screen);
usr.bin/tmux/window-clock.c
207
struct screen *s = &data->screen;
usr.bin/tmux/window-clock.c
228
struct screen *s = &data->screen;
usr.bin/tmux/window-clock.c
27
static struct screen *window_clock_init(struct window_mode_entry *,
usr.bin/tmux/window-clock.c
48
struct screen screen;
usr.bin/tmux/window-copy.c
1000
struct screen *s = &data->screen;
usr.bin/tmux/window-copy.c
1022
struct screen *s = &data->screen;
usr.bin/tmux/window-copy.c
1159
data->cy = screen_size_y(&data->screen) - 1;
usr.bin/tmux/window-copy.c
1442
window_copy_cursor_right(wme, data->screen.sel != NULL &&
usr.bin/tmux/window-copy.c
1484
bottom = screen_size_y(&data->screen) - 1;
usr.bin/tmux/window-copy.c
1495
mid_value = (screen_size_y(&data->screen) - 1) / 2;
usr.bin/tmux/window-copy.c
1616
struct screen *s = data->backing;
usr.bin/tmux/window-copy.c
1623
data->cy = screen_size_y(&data->screen) - 1;
usr.bin/tmux/window-copy.c
1717
data->cy = (screen_size_y(&data->screen) - 1) / 2;
usr.bin/tmux/window-copy.c
1729
struct screen *s = data->backing;
usr.bin/tmux/window-copy.c
1815
struct screen *s = data->backing;
usr.bin/tmux/window-copy.c
236
struct screen screen;
usr.bin/tmux/window-copy.c
238
struct screen *backing;
usr.bin/tmux/window-copy.c
2747
data->backing = window_copy_clone_screen(&wp->base, &data->screen, NULL,
usr.bin/tmux/window-copy.c
337
} else if (data->cy == screen_size_y(&data->screen) - 1) {
usr.bin/tmux/window-copy.c
343
static struct screen *
usr.bin/tmux/window-copy.c
344
window_copy_clone_screen(struct screen *src, struct screen *hint, u_int *cx,
usr.bin/tmux/window-copy.c
347
struct screen *dst;
usr.bin/tmux/window-copy.c
35
static struct screen *window_copy_init(struct window_mode_entry *,
usr.bin/tmux/window-copy.c
37
static struct screen *window_copy_view_init(struct window_mode_entry *,
usr.bin/tmux/window-copy.c
3906
window_copy_move_left(struct screen *s, u_int *fx, u_int *fy, int wrapflag)
usr.bin/tmux/window-copy.c
3923
window_copy_move_right(struct screen *s, u_int *fx, u_int *fy, int wrapflag)
usr.bin/tmux/window-copy.c
4074
struct screen *s = data->backing;
usr.bin/tmux/window-copy.c
408
struct screen *base = &wp->base;
usr.bin/tmux/window-copy.c
4102
struct screen *s = data->backing, ss;
usr.bin/tmux/window-copy.c
4258
struct screen *s = data->backing;
usr.bin/tmux/window-copy.c
43
static struct screen *window_copy_get_screen(struct window_mode_entry *);
usr.bin/tmux/window-copy.c
4307
window_copy_search_marks(struct window_mode_entry *wme, struct screen *ssp,
usr.bin/tmux/window-copy.c
431
screen_init(&data->screen, screen_size_x(base), screen_size_y(base), 0);
usr.bin/tmux/window-copy.c
4311
struct screen *s = data->backing, ss;
usr.bin/tmux/window-copy.c
432
screen_set_default_cursor(&data->screen, global_w_options);
usr.bin/tmux/window-copy.c
440
static struct screen *
usr.bin/tmux/window-copy.c
446
struct screen *base = &wp->base;
usr.bin/tmux/window-copy.c
451
data->backing = window_copy_clone_screen(base, &data->screen, &cx, &cy,
usr.bin/tmux/window-copy.c
4663
struct screen *s = &data->screen;
usr.bin/tmux/window-copy.c
467
data->screen.hyperlinks = hyperlinks_copy(base->hyperlinks);
usr.bin/tmux/window-copy.c
468
data->screen.cx = data->cx;
usr.bin/tmux/window-copy.c
469
data->screen.cy = data->cy;
usr.bin/tmux/window-copy.c
474
screen_write_start(&ctx, &data->screen);
usr.bin/tmux/window-copy.c
475
for (i = 0; i < screen_size_y(&data->screen); i++)
usr.bin/tmux/window-copy.c
4766
window_copy_redraw_lines(wme, 0, screen_size_y(&data->screen));
usr.bin/tmux/window-copy.c
4774
if (data->screen.sel != NULL)
usr.bin/tmux/window-copy.c
480
return (&data->screen);
usr.bin/tmux/window-copy.c
483
static struct screen *
usr.bin/tmux/window-copy.c
4872
struct screen *s = &data->screen;
usr.bin/tmux/window-copy.c
489
struct screen *base = &wp->base;
usr.bin/tmux/window-copy.c
4910
struct screen *s = &data->screen;
usr.bin/tmux/window-copy.c
4943
struct screen *s = &data->screen;
usr.bin/tmux/window-copy.c
4956
struct screen *s = &data->screen;
usr.bin/tmux/window-copy.c
502
return (&data->screen);
usr.bin/tmux/window-copy.c
5021
struct screen *s = &data->screen;
usr.bin/tmux/window-copy.c
5028
if (data->screen.sel == NULL && data->lineflag == LINE_SEL_NONE) {
usr.bin/tmux/window-copy.c
521
screen_free(&data->screen);
usr.bin/tmux/window-copy.c
5319
screen_clear_selection(&data->screen);
usr.bin/tmux/window-copy.c
5352
struct screen *back_s = data->backing;
usr.bin/tmux/window-copy.c
5371
struct screen *back_s = data->backing;
usr.bin/tmux/window-copy.c
5390
struct screen *back_s = data->backing;
usr.bin/tmux/window-copy.c
5400
if (data->screen.sel != NULL && data->rectflag)
usr.bin/tmux/window-copy.c
5413
struct screen *s = &data->screen;
usr.bin/tmux/window-copy.c
5464
struct screen *back_s = data->backing;
usr.bin/tmux/window-copy.c
5483
struct screen *back_s = data->backing;
usr.bin/tmux/window-copy.c
5503
struct screen *s = &data->screen;
usr.bin/tmux/window-copy.c
5507
norectsel = data->screen.sel == NULL || !data->rectflag;
usr.bin/tmux/window-copy.c
551
struct screen *backing = data->backing;
usr.bin/tmux/window-copy.c
5577
struct screen *s = &data->screen;
usr.bin/tmux/window-copy.c
5581
norectsel = data->screen.sel == NULL || !data->rectflag;
usr.bin/tmux/window-copy.c
5643
struct screen *back_s = data->backing;
usr.bin/tmux/window-copy.c
5664
struct screen *back_s = data->backing;
usr.bin/tmux/window-copy.c
5686
struct screen *back_s = data->backing;
usr.bin/tmux/window-copy.c
5708
struct screen *back_s = data->backing;
usr.bin/tmux/window-copy.c
5733
struct screen *back_s = data->backing;
usr.bin/tmux/window-copy.c
5757
struct screen *back_s = data->backing;
usr.bin/tmux/window-copy.c
5786
struct screen *back_s = data->backing;
usr.bin/tmux/window-copy.c
5814
struct screen *back_s = data->backing;
usr.bin/tmux/window-copy.c
582
screen_write_start_pane(&ctx, wp, &data->screen);
usr.bin/tmux/window-copy.c
5836
struct screen *back_s = data->backing;
usr.bin/tmux/window-copy.c
5862
struct screen *s = data->backing;
usr.bin/tmux/window-copy.c
5910
struct screen *s = &data->screen;
usr.bin/tmux/window-copy.c
5944
struct screen *s = &data->screen;
usr.bin/tmux/window-copy.c
6103
} else if (y == screen_size_y(&data->screen) - 1) {
usr.bin/tmux/window-copy.c
685
if (data->screen.sel == NULL || !data->rectflag) {
usr.bin/tmux/window-copy.c
714
struct screen *s = &data->screen;
usr.bin/tmux/window-copy.c
743
if (data->screen.sel == NULL || !data->rectflag) {
usr.bin/tmux/window-copy.c
772
struct screen *s = &data->screen;
usr.bin/tmux/window-copy.c
78
struct screen *, int, int);
usr.bin/tmux/window-copy.c
801
if (data->screen.sel == NULL || !data->rectflag) {
usr.bin/tmux/window-copy.c
839
struct screen *s = &data->screen;
usr.bin/tmux/window-copy.c
870
struct grid *gd = data->screen.grid;
usr.bin/tmux/window-copy.c
880
struct grid *gd = data->screen.grid;
usr.bin/tmux/window-copy.c
882
return (format_grid_hyperlink(gd, x, gd->hsize + y, wp->screen));
usr.bin/tmux/window-copy.c
891
struct grid *gd = data->screen.grid;
usr.bin/tmux/window-copy.c
894
&data->screen));
usr.bin/tmux/window-copy.c
943
if (data->screen.sel != NULL) {
usr.bin/tmux/window-copy.c
988
static struct screen *
usr.bin/tmux/window-customize.c
27
static struct screen *window_customize_init(struct window_mode_entry *,
usr.bin/tmux/window-customize.c
594
struct screen *s = ctx->s;
usr.bin/tmux/window-customize.c
653
struct screen *s = ctx->s;
usr.bin/tmux/window-customize.c
892
static struct screen *
usr.bin/tmux/window-customize.c
898
struct screen *s;
usr.bin/tmux/window-tree.c
27
static struct screen *window_tree_init(struct window_mode_entry *,
usr.bin/tmux/window-tree.c
887
static struct screen *
usr.bin/tmux/window-tree.c
893
struct screen *s;
usr.bin/tmux/window.c
1152
wme->screen = wme->mode->init(wme, fs, args);
usr.bin/tmux/window.c
1154
wp->screen = wme->screen;
usr.bin/tmux/window.c
1184
wp->screen = &wp->base;
usr.bin/tmux/window.c
1187
wp->screen = next->screen;
usr.bin/tmux/window.c
1250
if (KEYC_IS_PASTE(key) && (~wp->screen->mode & MODE_BRACKETPASTE))
usr.bin/tmux/window.c
1309
struct screen *s = &wp->base;
usr.bin/tmux/window.c
1790
screen_set_default_cursor(wp->screen, wp->options);
usr.bin/tmux/window.c
1968
if (~wp->screen->mode & MODE_THEME_UPDATES)
usr.bin/tmux/window.c
986
wp->screen = &wp->base;