Searched refs:w_old_cursor_fcol (Results 1 – 3 of 3) sorted by relevance
1311 if (wp->w_old_cursor_fcol + txtcol < (colnr_T)wp->w_width) in fold_line()1319 RL_MEMSET(wp->w_old_cursor_fcol + txtcol, HL_ATTR(HLF_V), in fold_line()1320 len - (int)wp->w_old_cursor_fcol); in fold_line()2051 if (fromc != wp->w_old_cursor_fcol in win_update()2059 wp->w_old_cursor_fcol = fromc; in win_update()
3444 colnr_T w_old_cursor_fcol; // first column for block visual part member
560 fromcol = wp->w_old_cursor_fcol; in win_line()