Home
last modified time | relevance | path

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

/external/libvterm/src/
Dvterm.c308 int init_row, test_row, init_col, test_col; in vterm_copy_cells() local
324 test_col = dest.start_col - 1; in vterm_copy_cells()
329 test_col = dest.end_col; in vterm_copy_cells()
335 for(pos.col = init_col; pos.col != test_col; pos.col += inc_col) { in vterm_copy_cells()