Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmove.c1234 int rowoff = 0; in textpos2screenpos() local
1258 rowoff = ((col - wp->w_width) / width + 1); in textpos2screenpos()
1259 col -= rowoff * width; in textpos2screenpos()
1264 if (col >= 0 && row + rowoff <= wp->w_height) in textpos2screenpos()
1268 row = rowoff = scol = ccol = ecol = 0; in textpos2screenpos()
1270 *rowp = W_WINROW(wp) + row + rowoff; in textpos2screenpos()