Home
last modified time | relevance | path

Searched refs:win_setheight (Results 1 – 15 of 15) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dwindow.pro58 void win_setheight(int height);
/vim-8.2.3635/src/
H A Dwindow.c443 win_setheight(curwin->w_height + (int)Prenum1); in do_window()
451 win_setheight(curwin->w_height - (int)Prenum1); in do_window()
460 win_setheight(Prenum ? (int)Prenum : 9999); in do_window()
1812 win_setheight(height); in win_totop()
4839 win_setheight((int)p_wh); in win_enter_ext()
4841 win_setheight(1); in win_enter_ext()
5519 win_setheight(int height) in win_setheight() function
H A Dhelp.c158 win_setheight((int)p_hh); in ex_help()
H A Dpopupmenu.c898 win_setheight((int)lnum); in pum_set_selected()
H A Dif_ruby.c1695 win_setheight(NUM2INT(height)); in window_set_height()
H A Dif_perl.xs1753 win_setheight(height);
H A Dif_tcl.c995 win_setheight(val1); in winselfcmd()
H A Dquickfix.c2880 win_setheight((int)p_hh); in jump_to_help_window()
4130 win_setheight(sz); in qf_goto_cwindow()
4225 win_setheight(height); in qf_open_new_cwindow()
H A Dif_lua.c1675 win_setheight(v); in luaV_window_newindex()
H A Doption.c3384 win_setheight((int)p_wh); in set_num_option()
3386 win_setheight((int)p_hh); in set_num_option()
H A Dif_mzsch.c2017 win_setheight(height); in set_window_height()
H A Dif_py_both.h4091 win_setheight((int) height); in WindowSetattr()
H A Dnormal.c2818 win_setheight((int)n); in nv_zet()
H A Dterminal.c553 win_setheight(opt->jo_term_rows); in term_start()
/vim-8.2.3635/runtime/doc/
H A Dversion5.txt6324 win_setheight().
6782 Solution: Check for negative window height in win_setheight().