Symbol: screen
distrib/special/more/more.c
513
screen(FILE *f, int num_lines)
games/battlestar/fly.c
182
screen(void)
lib/libcurses/curses.priv.h
966
typedef struct screen {
usr.bin/tmux/tmux.h
1040
struct screen {
usr.bin/tmux/tmux.h
2026
struct screen screen;
usr.bin/tmux/tmux.h
2674
struct screen *);
usr.bin/tmux/tmux.h
2869
void tty_draw_line(struct tty *, struct screen *, u_int, u_int, u_int,
usr.bin/tmux/tmux.h
2913
void tty_update_mode(struct tty *, int, struct screen *);
usr.bin/tmux/tmux.h
3384
void input_parse_screen(struct input_ctx *, struct screen *,
usr.bin/tmux/tmux.h
3395
int input_key(struct screen *, struct bufferevent *, key_code);
usr.bin/tmux/tmux.h
3396
int input_key_get_mouse(struct screen *, struct mouse_event *, u_int,
usr.bin/tmux/tmux.h
3462
struct grid_cell **, int, struct screen *);
usr.bin/tmux/tmux.h
3515
void screen_write_make_list(struct screen *);
usr.bin/tmux/tmux.h
3516
void screen_write_free_list(struct screen *);
usr.bin/tmux/tmux.h
3518
struct window_pane *, struct screen *);
usr.bin/tmux/tmux.h
3519
void screen_write_start(struct screen_write_ctx *, struct screen *);
usr.bin/tmux/tmux.h
3520
void screen_write_start_callback(struct screen_write_ctx *, struct screen *,
usr.bin/tmux/tmux.h
3535
void screen_write_fast_copy(struct screen_write_ctx *, struct screen *,
usr.bin/tmux/tmux.h
3546
void screen_write_preview(struct screen_write_ctx *, struct screen *, u_int,
usr.bin/tmux/tmux.h
3602
void screen_init(struct screen *, u_int, u_int, u_int);
usr.bin/tmux/tmux.h
3603
void screen_reinit(struct screen *);
usr.bin/tmux/tmux.h
3604
void screen_free(struct screen *);
usr.bin/tmux/tmux.h
3605
void screen_reset_tabs(struct screen *);
usr.bin/tmux/tmux.h
3606
void screen_reset_hyperlinks(struct screen *);
usr.bin/tmux/tmux.h
3607
void screen_set_default_cursor(struct screen *, struct options *);
usr.bin/tmux/tmux.h
3609
void screen_set_cursor_colour(struct screen *, int);
usr.bin/tmux/tmux.h
3610
int screen_set_title(struct screen *, const char *, int);
usr.bin/tmux/tmux.h
3611
int screen_set_path(struct screen *, const char *, int);
usr.bin/tmux/tmux.h
3612
void screen_push_title(struct screen *);
usr.bin/tmux/tmux.h
3613
void screen_pop_title(struct screen *);
usr.bin/tmux/tmux.h
3614
void screen_set_progress_bar(struct screen *, enum progress_bar_state, int);
usr.bin/tmux/tmux.h
3615
void screen_resize(struct screen *, u_int, u_int, int);
usr.bin/tmux/tmux.h
3616
void screen_resize_cursor(struct screen *, u_int, u_int, int, int, int);
usr.bin/tmux/tmux.h
3617
void screen_set_selection(struct screen *, u_int, u_int, u_int, u_int,
usr.bin/tmux/tmux.h
3619
void screen_clear_selection(struct screen *);
usr.bin/tmux/tmux.h
3620
void screen_hide_selection(struct screen *);
usr.bin/tmux/tmux.h
3621
int screen_check_selection(struct screen *, u_int, u_int);
usr.bin/tmux/tmux.h
3622
int screen_select_cell(struct screen *, struct grid_cell *,
usr.bin/tmux/tmux.h
3624
int screen_alternate_on(struct screen *, struct grid_cell *, int);
usr.bin/tmux/tmux.h
3625
int screen_alternate_off(struct screen *, struct grid_cell *, int);
usr.bin/tmux/tmux.h
3627
const char *screen_print(struct screen *, int);
usr.bin/tmux/tmux.h
3892
const struct menu_item *, struct screen **);