Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dscreen.c1279 col = ru_col - (Columns - wp->w_width); in win_redr_custom()
4676 ru_col = 0; in comp_col()
4680 ru_col = (ru_wid ? ru_wid : COL_RULER) + 1; in comp_col()
4682 ru_col = COL_RULER + 1; in comp_col()
4686 sc_col = ru_col; in comp_col()
4695 ru_col = Columns - ru_col; in comp_col()
4698 if (ru_col <= 0) in comp_col()
4699 ru_col = 1; in comp_col()
4702 ru_col = Columns; in comp_col()
H A Ddrawscreen.c492 this_ru_col = ru_col - (Columns - wp->w_width); in win_redr_status()
752 this_ru_col = ru_col - (Columns - width); in win_redr_ruler()
H A Dglobals.h800 EXTERN int ru_col; // column for ruler variable