Home
last modified time | relevance | path

Searched refs:p_sj (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/
H A Dmove.c428 if (p_sj >= 0) in scrolljump_value()
429 return (int)p_sj; in scrolljump_value()
430 return (curwin->w_height * -p_sj) / 100; in scrolljump_value()
H A Doption.h845 EXTERN long p_sj; // 'scrolljump' variable
H A Doption.c3795 if ((p_sj < -100 || p_sj >= Rows) && full_screen) in set_num_option()
3798 p_sj = Rows / 2; in set_num_option()
3802 p_sj = 1; in set_num_option()
H A Doptiondefs.h2190 (char_u *)&p_sj, PV_NONE,