Searched refs:init_col (Results 1 - 1 of 1) sorted by relevance

/haiku/src/apps/serialconnect/libvterm/src/
H A Dvterm.c310 int init_row, test_row, init_col, test_col; local
327 init_col = dest.end_col - 1;
332 init_col = dest.start_col;
338 for(pos.col = init_col; pos.col != test_col; pos.col += inc_col) {

Completed in 33 milliseconds