Searched refs:p_hh (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/vim-55/src/
H A Doption.h523 EXTERN long p_hh; /* 'helpheight' */ variable
H A Dquickfix.c1585 if (curwin->w_height < p_hh)
1586 win_setheight((int)p_hh);
H A Dex_cmds.c5658 if (curwin->w_height < p_hh)
5659 win_setheight((int)p_hh);
H A Doption.c1358 (char_u *)&p_hh, PV_NONE,
8049 if (pp == &p_wh || pp == &p_hh)
8061 if (p_hh < 0)
8064 p_hh = 0;
8072 if (pp == &p_hh && curbuf->b_help && curwin->w_height < p_hh)
8073 win_setheight((int)p_hh);

Completed in 144 milliseconds