Searched refs:p_hh (Results 1 – 5 of 5) sorted by relevance
157 if (curwin->w_height < p_hh) in ex_help()158 win_setheight((int)p_hh); in ex_help()
3361 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()
645 EXTERN long p_hh; // 'helpheight' variable
2879 if (curwin->w_height < p_hh) in jump_to_help_window()2880 win_setheight((int)p_hh); in jump_to_help_window()
1277 (char_u *)&p_hh, PV_NONE,