Home
last modified time | relevance | path

Searched refs:ga_cell (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dterminal.c4984 garray_T ga_cell; in read_dump_file() local
5020 if (max_cells < ga_cell.ga_len) in read_dump_file()
5021 max_cells = ga_cell.ga_len; in read_dump_file()
5022 line->sb_cols = ga_cell.ga_len; in read_dump_file()
5023 line->sb_cells = ga_cell.ga_data; in read_dump_file()
5026 ga_init(&ga_cell); in read_dump_file()
5033 ga_clear(&ga_cell); in read_dump_file()
5047 cursor_pos->col = ga_cell.ga_len; in read_dump_file()
5171 append_cell(&ga_cell, &cell); in read_dump_file()
5195 append_cell(&ga_cell, &cell); in read_dump_file()
[all …]