Home
last modified time | relevance | path

Searched refs:p_hh (Results 1 – 5 of 5) sorted by relevance

/vim-8.2.3635/src/
H A Dhelp.c157 if (curwin->w_height < p_hh) in ex_help()
158 win_setheight((int)p_hh); in ex_help()
H A Doption.c3361 if (pp == &p_wh || pp == &p_hh) in set_num_option()
3374 if (p_hh < 0) in set_num_option()
3377 p_hh = 0; in set_num_option()
3385 if (pp == &p_hh && curbuf->b_help && curwin->w_height < p_hh) in set_num_option()
3386 win_setheight((int)p_hh); in set_num_option()
H A Doption.h645 EXTERN long p_hh; // 'helpheight' variable
H A Dquickfix.c2879 if (curwin->w_height < p_hh) in jump_to_help_window()
2880 win_setheight((int)p_hh); in jump_to_help_window()
H A Doptiondefs.h1277 (char_u *)&p_hh, PV_NONE,