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
2672
struct screen *);
usr.bin/tmux/tmux.h
2867
void tty_draw_line(struct tty *, struct screen *, u_int, u_int, u_int,
usr.bin/tmux/tmux.h
2911
void tty_update_mode(struct tty *, int, struct screen *);
usr.bin/tmux/tmux.h
3382
void input_parse_screen(struct input_ctx *, struct screen *,
usr.bin/tmux/tmux.h
3393
int input_key(struct screen *, struct bufferevent *, key_code);
usr.bin/tmux/tmux.h
3394
int input_key_get_mouse(struct screen *, struct mouse_event *, u_int,
usr.bin/tmux/tmux.h
3460
struct grid_cell **, int, struct screen *);
usr.bin/tmux/tmux.h
3513
void screen_write_make_list(struct screen *);
usr.bin/tmux/tmux.h
3514
void screen_write_free_list(struct screen *);
usr.bin/tmux/tmux.h
3516
struct window_pane *, struct screen *);
usr.bin/tmux/tmux.h
3517
void screen_write_start(struct screen_write_ctx *, struct screen *);
usr.bin/tmux/tmux.h
3518
void screen_write_start_callback(struct screen_write_ctx *, struct screen *,
usr.bin/tmux/tmux.h
3533
void screen_write_fast_copy(struct screen_write_ctx *, struct screen *,
usr.bin/tmux/tmux.h
3544
void screen_write_preview(struct screen_write_ctx *, struct screen *, u_int,
usr.bin/tmux/tmux.h
3600
void screen_init(struct screen *, u_int, u_int, u_int);
usr.bin/tmux/tmux.h
3601
void screen_reinit(struct screen *);
usr.bin/tmux/tmux.h
3602
void screen_free(struct screen *);
usr.bin/tmux/tmux.h
3603
void screen_reset_tabs(struct screen *);
usr.bin/tmux/tmux.h
3604
void screen_reset_hyperlinks(struct screen *);
usr.bin/tmux/tmux.h
3605
void screen_set_default_cursor(struct screen *, struct options *);
usr.bin/tmux/tmux.h
3607
void screen_set_cursor_colour(struct screen *, int);
usr.bin/tmux/tmux.h
3608
int screen_set_title(struct screen *, const char *, int);
usr.bin/tmux/tmux.h
3609
int screen_set_path(struct screen *, const char *, int);
usr.bin/tmux/tmux.h
3610
void screen_push_title(struct screen *);
usr.bin/tmux/tmux.h
3611
void screen_pop_title(struct screen *);
usr.bin/tmux/tmux.h
3612
void screen_set_progress_bar(struct screen *, enum progress_bar_state, int);
usr.bin/tmux/tmux.h
3613
void screen_resize(struct screen *, u_int, u_int, int);
usr.bin/tmux/tmux.h
3614
void screen_resize_cursor(struct screen *, u_int, u_int, int, int, int);
usr.bin/tmux/tmux.h
3615
void screen_set_selection(struct screen *, u_int, u_int, u_int, u_int,
usr.bin/tmux/tmux.h
3617
void screen_clear_selection(struct screen *);
usr.bin/tmux/tmux.h
3618
void screen_hide_selection(struct screen *);
usr.bin/tmux/tmux.h
3619
int screen_check_selection(struct screen *, u_int, u_int);
usr.bin/tmux/tmux.h
3620
int screen_select_cell(struct screen *, struct grid_cell *,
usr.bin/tmux/tmux.h
3622
int screen_alternate_on(struct screen *, struct grid_cell *, int);
usr.bin/tmux/tmux.h
3623
int screen_alternate_off(struct screen *, struct grid_cell *, int);
usr.bin/tmux/tmux.h
3625
const char *screen_print(struct screen *, int);
usr.bin/tmux/tmux.h
3890
const struct menu_item *, struct screen **);