/openbsd/usr.bin/tmux/ |
H A D | tmux.h | 760 struct grid_cell { struct 883 struct grid_cell gc; 1009 struct grid_cell no_pane_gc; 1153 struct grid_cell cached_gc; 1173 struct grid_cell border_gc; 1512 struct grid_cell cell; 1513 struct grid_cell last_cell; 1597 struct grid_cell defaults; 1774 struct grid_cell style; 2922 int grid_cells_equal(const struct grid_cell *, const struct grid_cell *); [all …]
|
H A D | grid.c | 81 const struct grid_cell *gc) in grid_need_extended_cell() 117 const struct grid_cell *gc) in grid_extended_cell() 236 grid_cells_look_equal(const struct grid_cell *gc1, const struct grid_cell *gc2) in grid_cells_look_equal() 253 grid_cells_equal(const struct grid_cell *gc1, const struct grid_cell *gc2) in grid_cells_equal() 337 struct grid_cell gca, gcb; in grid_compare() 1065 struct grid_cell gc; in grid_string_cells() 1234 struct grid_cell gc; in grid_reflow_join() 1342 struct grid_cell gc; in grid_reflow_split() 1410 struct grid_cell gc; in grid_reflow() 1548 struct grid_cell gc; in grid_line_length() [all …]
|
H A D | grid-reader.c | 51 struct grid_cell gc; in grid_reader_cursor_right() 76 struct grid_cell gc; in grid_reader_cursor_left() 97 struct grid_cell gc; in grid_reader_cursor_down() 113 struct grid_cell gc; in grid_reader_cursor_up() 338 grid_reader_cell_equals_data(const struct grid_cell *gc, in grid_reader_cell_equals_data() 354 struct grid_cell gc; in grid_reader_cursor_jump() 384 struct grid_cell gc; in grid_reader_cursor_jump_back() 411 struct grid_cell gc; in grid_reader_cursor_back_to_indentation()
|
H A D | screen-write.c | 46 struct grid_cell gc; 342 struct grid_cell gc; in screen_write_putc() 400 struct grid_cell gc; in screen_write_text() 508 struct grid_cell gc; in screen_write_vnputs() 573 struct grid_cell gc; in screen_write_fast_copy() 610 struct grid_cell *gc) in screen_write_box_border_set() 649 struct grid_cell gc; in screen_write_hline() 685 struct grid_cell gc; in screen_write_vline() 709 const struct grid_cell *border_gc, const struct grid_cell *choice_gc) in screen_write_menu() 824 struct grid_cell gc; in screen_write_preview() [all …]
|
H A D | tty.c | 47 struct grid_cell *); 49 struct grid_cell *); 51 struct grid_cell *); 1358 static struct grid_cell new; in tty_check_codeset() 1434 struct grid_cell gc, last; in tty_draw_line() 1435 const struct grid_cell *gcp; in tty_draw_line() 2214 const struct grid_cell *gcp; in tty_cell() 2716 struct grid_cell *gc) in tty_check_fg() 2777 struct grid_cell *gc) in tty_check_bg() 2829 struct grid_cell *gc) in tty_check_us() [all …]
|
H A D | style.c | 60 style_parse(struct style *sy, const struct grid_cell *base, const char *in) in style_parse() 251 struct grid_cell *gc = &sy->gc; in style_tostring() 358 style_add(struct grid_cell *gc, struct options *oo, const char *name, in style_add() 384 style_apply(struct grid_cell *gc, struct options *oo, const char *name, in style_apply() 393 style_set(struct style *sy, const struct grid_cell *gc) in style_set()
|
H A D | screen.c | 40 struct grid_cell cell; 428 u_int ex, u_int ey, u_int rectangle, int modekeys, struct grid_cell *gc) in screen_set_selection() 568 screen_select_cell(struct screen *s, struct grid_cell *dst, in screen_select_cell() 569 const struct grid_cell *src) in screen_select_cell() 611 screen_alternate_on(struct screen *s, struct grid_cell *gc, int cursor) in screen_alternate_on() 636 screen_alternate_off(struct screen *s, struct grid_cell *gc, int cursor) in screen_alternate_off()
|
H A D | grid-view.c | 35 grid_view_get_cell(struct grid *gd, u_int px, u_int py, struct grid_cell *gc) in grid_view_get_cell() 43 const struct grid_cell *gc) in grid_view_set_cell() 58 const struct grid_cell *gc, const char *s, size_t slen) in grid_view_set_cells()
|
H A D | menu.c | 30 struct grid_cell style; 31 struct grid_cell border_style; 32 struct grid_cell selected_style; 441 menu_set_style(struct client *c, struct grid_cell *gc, const char *style, in menu_set_style()
|
H A D | screen-redraw.c | 56 enum pane_lines pane_lines, int cell_type, struct grid_cell *gc) in screen_redraw_border_set() 432 struct grid_cell gc; in screen_redraw_make_pane_status() 688 static const struct grid_cell * 724 struct grid_cell gc; in screen_redraw_draw_borders_cell() 725 const struct grid_cell *tmp; in screen_redraw_draw_borders_cell() 876 struct grid_cell defaults; in screen_redraw_draw_pane() 998 struct grid_cell gc, slgc, *gcp; in screen_redraw_draw_scrollbar()
|
H A D | input.c | 56 struct grid_cell cell; 1218 struct grid_cell gc, first_gc; in input_c0_dispatch() 1727 struct grid_cell *gc = &ictx->cell.cell; in input_csi_dispatch_rm_private() 1816 struct grid_cell *gc = &ictx->cell.cell; in input_csi_dispatch_sm_private() 1992 struct grid_cell *gc = &ictx->cell.cell; in input_csi_dispatch_sgr_256_do() 2026 struct grid_cell *gc = &ictx->cell.cell; in input_csi_dispatch_sgr_rgb_do() 2061 struct grid_cell *gc = &ictx->cell.cell; in input_csi_dispatch_sgr_colon() 2149 struct grid_cell *gc = &ictx->cell.cell; in input_csi_dispatch_sgr() 2627 struct grid_cell *gc = &ictx->cell.cell; in input_osc_8() 2747 struct grid_cell defaults; in input_osc_10() [all …]
|
H A D | window-copy.c | 555 struct grid_cell gc; in window_copy_vadd() 1674 struct grid_cell gc; in window_copy_cmd_previous_matching_bracket() 1760 struct grid_cell gc; in window_copy_cmd_next_matching_bracket() 3216 struct grid_cell gc; in window_copy_search_lr() 3260 struct grid_cell gc; in window_copy_search_rl() 4007 struct grid_cell gc; in window_copy_search_mark_match() 4041 struct grid_cell gc; in window_copy_search_marks() 4223 struct grid_cell gc; in window_copy_match_at_cursor() 4268 struct grid_cell *gc, const struct grid_cell *mgc, in window_copy_update_style() 4269 const struct grid_cell *cgc, const struct grid_cell *mkgc) in window_copy_update_style() [all …]
|
H A D | window-clock.c | 213 struct grid_cell gc; in window_clock_draw_screen()
|
H A D | cmd-capture-pane.c | 112 struct grid_cell *gc = NULL; in cmd_capture_pane_history()
|
H A D | popup.c | 36 struct grid_cell border_cell; 40 struct grid_cell defaults; 221 struct grid_cell defaults; in popup_draw_cb()
|
H A D | status.c | 375 struct grid_cell gc; in status_redraw() 557 struct grid_cell gc; in status_message_redraw() 734 u_int pwidth, u_int *width, struct grid_cell *gc, in status_prompt_redraw_character() 768 struct grid_cell *gc) in status_prompt_redraw_quote() 790 struct grid_cell gc; in status_prompt_redraw()
|
H A D | cmd-display-panes.c | 67 struct grid_cell fgc, bgc; in cmd_display_panes_draw_pane()
|
H A D | window-tree.c | 513 u_int sx, u_int sy, const struct grid_cell *gc, const char *label) in window_tree_draw_label() 543 struct grid_cell gc; in window_tree_draw_session() 676 struct grid_cell gc; in window_tree_draw_window()
|
H A D | server-fn.c | 313 struct grid_cell gc; in server_destroy_pane()
|
H A D | format.c | 947 struct grid_cell gc; in format_cb_pane_fg() 961 struct grid_cell gc; in format_cb_pane_bg() 1110 struct grid_cell gc; in format_cb_cursor_character() 5221 format_is_word_separator(const char *ws, const struct grid_cell *gc) in format_is_word_separator() 5235 struct grid_cell gc; in format_grid_word() 5304 struct grid_cell gc; in format_grid_line() 5334 struct grid_cell gc; in format_grid_hyperlink()
|
H A D | format-draw.c | 689 format_draw(struct screen_write_ctx *octx, const struct grid_cell *base, in format_draw() 722 struct grid_cell gc, current_default; in format_draw()
|
H A D | mode-tree.c | 656 struct grid_cell gc0, gc; in mode_tree_draw()
|
H A D | window-customize.c | 659 struct grid_cell gc; in window_customize_draw_option()
|
H A D | window.c | 550 struct grid_cell *gc1, *gc2; in window_redraw_active_switch()
|