Lines Matching +defs:term +defs:screen

31 static void update_title(ui_screen_t *screen) {  in update_title()
97 static void reset_layout(struct terminal *term, int x, int y, u_int width, u_int height) { in reset_layout()
239 static struct terminal *search_term(struct terminal *term, ui_screen_t *screen) { in search_term()
254 static struct terminal *search_parent_term(struct terminal *term, struct terminal *child) { in search_parent_term()
269 static ui_screen_t *search_next_screen(struct terminal *term, ui_screen_t *screen, int *found) { in search_next_screen()
299 static ui_screen_t *search_prev_screen(struct terminal *term, ui_screen_t *screen, in search_prev_screen()
327 static struct terminal *get_current_term(struct terminal *term) { in get_current_term()
343 struct terminal *term; in get_current_window() local
352 static u_int get_separator_x(ui_screen_t *screen, u_int sb_width, u_int percent /* < 100 */ in get_separator_x()
376 static u_int get_separator_y(ui_screen_t *screen, u_int percent /* < 100 */ in get_separator_y()
406 static void reload_color_cache(struct terminal *term, int do_unload) { in reload_color_cache()
551 static void window_destroyed_intern(struct terminal *term) { in window_destroyed_intern()
575 static void check_scrollbar_visible(struct terminal *term) { in check_scrollbar_visible()
626 struct terminal *term; in line_scrolled_out() local
647 struct terminal *term; in screen_scroll_to() local
655 struct terminal *term; in screen_scroll_upward() local
663 struct terminal *term; in screen_scroll_downward() local
671 struct terminal *term; in screen_is_static() local
687 struct terminal *term; in bs_mode_exited() local
695 struct terminal *term; in scrolled_upward() local
703 struct terminal *term; in scrolled_downward() local
711 struct terminal *term; in scrolled_to() local
719 struct terminal *term; in log_size_changed() local
727 struct terminal *term; in line_height_changed() local
735 struct terminal *term; in change_fg_color() local
743 struct terminal *term; in get_fg_color() local
751 struct terminal *term; in change_bg_color() local
759 struct terminal *term; in get_bg_color() local
767 struct terminal *term; in change_view() local
775 struct terminal *term; in get_view_name() local
783 struct terminal *term; in transparent_state_changed() local
795 struct terminal *term; in sb_mode() local
817 static u_int total_width(struct terminal *term) { in total_width()
833 static u_int total_height(struct terminal *term) { in total_height()
845 static void clear_hint_size(struct terminal *term) { in clear_hint_size()
858 static void total_hint_width(struct terminal *term, u_int *width) { in total_hint_width()
876 static void total_hint_height(struct terminal *term, u_int *height) { in total_hint_height()
890 static void total_hint_size(struct terminal *term, u_int *width, u_int *height) { in total_hint_size()
918 static int need_idling_event(struct terminal *term) { in need_idling_event()
928 static void change_sb_mode_intern(struct terminal *term, ui_sb_mode_t new_mode, in change_sb_mode_intern()
1033 struct terminal *term; in term_changed() local
1042 struct terminal *term; in screen_pointer_motion() local
1071 static void destroy_term(struct terminal *term) { in destroy_term()
1085 static void destroy_screen_bg_pic(ui_screen_t *screen) { in destroy_screen_bg_pic()
1120 ui_layout_t *ui_layout_new(ui_screen_t *screen, char *view_name, char *fg_color, char *bg_color, in ui_layout_new()
1280 int ui_layout_add_child(ui_layout_t *layout, ui_screen_t *screen, int horizontal, in ui_layout_add_child()
1284 struct terminal *term; in ui_layout_add_child() local
1437 int ui_layout_remove_child(ui_layout_t *layout, ui_screen_t *screen) { in ui_layout_remove_child()
1438 struct terminal *term; in ui_layout_remove_child() local
1624 ui_screen_t *screen; in ui_layout_switch_screen() local
1648 int ui_layout_resize(ui_layout_t *layout, ui_screen_t *screen, int horizontal, in ui_layout_resize()
1650 struct terminal *term; in ui_layout_resize() local