Searched refs:rowoff (Results 1 – 1 of 1) sorted by relevance
1234 int rowoff = 0; in textpos2screenpos() local1258 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()