Searched refs:width2 (Results 1 – 4 of 4) sorted by relevance
2550 if (width2 == 0) in nv_screengo()2570 - curwin->w_curswant - 1) / width2 + 1) * width2; in nv_screengo()2576 n = ((linelen - width1 - 1) / width2 + 1) * width2 + width1; in nv_screengo()2595 curwin->w_curswant -= width2; in nv_screengo()2616 + 1) * width2; in nv_screengo()2622 n = ((linelen - width1 - 1) / width2 + 1) * width2 + width1; in nv_screengo()2631 curwin->w_curswant += width2; in nv_screengo()2646 curwin->w_curswant %= width2; in nv_screengo()2652 curwin->w_curswant -= width2; in nv_screengo()6073 i = (curwin->w_virtcol - width1) / width2 * width2 + width1; in nv_g_cmd()[all …]
1194 int width2; // width of further lines in in_win_border() local1203 width2 = width1 + win_col_off2(wp); in in_win_border()1204 if (width2 <= 0) in in_win_border()1206 return ((vcol - width1) % width2 == width2 - 1); in in_win_border()
48 int width2; in margin_columns_win() local59 width2 = width1 + win_col_off2(wp); in margin_columns_win()65 *right_col = width1 + ((wp->w_virtcol - width1) / width2 + 1) * width2; in margin_columns_win()66 if (wp->w_virtcol >= (colnr_T)width1 && width2 > 0) in margin_columns_win()67 *left_col = (wp->w_virtcol - width1) / width2 * width2 + width1; in margin_columns_win()
5363 int width2; in term_load_dump() local5405 width2 = read_dump_file(fd2, &cursor_pos2); in term_load_dump()5406 if (width2 > width) in term_load_dump()5409 textline = alloc(width2 + 1); in term_load_dump()5412 width = width2; in term_load_dump()