Lines Matching refs:VCOL_HLC
431 # define VCOL_HLC (vcol - vcol_off) in win_line() macro
442 # define VCOL_HLC (vcol) in win_line() macro
488 draw_color_col = advance_color_col(VCOL_HLC, &color_cols); in win_line()
2735 draw_color_col = advance_color_col(VCOL_HLC, &color_cols); in win_line()
2738 && (int)wp->w_virtcol >= VCOL_HLC - eol_hl_off in win_line()
2767 draw_color_col = advance_color_col(VCOL_HLC, in win_line()
2770 if (wp->w_p_cuc && VCOL_HLC == (long)wp->w_virtcol) in win_line()
2772 else if (draw_color_col && VCOL_HLC == *color_cols) in win_line()
2777 if (VCOL_HLC >= rightmost_vcol && win_attr == 0) in win_line()
2838 draw_color_col = advance_color_col(VCOL_HLC, &color_cols); in win_line()
2856 if (wp->w_p_cuc && VCOL_HLC == (long)wp->w_virtcol in win_line()
2862 else if (draw_color_col && VCOL_HLC == *color_cols) in win_line()