Searched refs:grid_line_length (Results 1 – 5 of 5) sorted by relevance
/openbsd/usr.bin/tmux/ |
H A D | grid-reader.c | 43 return (grid_line_length(gr->gd, gr->cy)); in grid_reader_line_length() 361 xx = grid_line_length(gr->gd, py); in grid_reader_cursor_jump() 402 xx = grid_line_length(gr->gd, py - 2); in grid_reader_cursor_jump_back() 420 xx = grid_line_length(gr->gd, py); in grid_reader_cursor_back_to_indentation()
|
H A D | format.c | 5261 x = grid_line_length(gd, y); in format_grid_word() 5269 end = grid_line_length(gd, y); in format_grid_word() 5310 for (x = 0; x < grid_line_length(gd, y); x++) { in format_grid_line()
|
H A D | grid.c | 1546 grid_line_length(struct grid *gd, u_int py) in grid_line_length() function
|
H A D | tmux.h | 2952 u_int grid_line_length(struct grid *, u_int);
|
H A D | window-copy.c | 5050 return (grid_line_length(data->backing->grid, py)); in window_copy_find_length()
|