Searched refs:switch_win (Results 1 – 6 of 6) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | evalwindow.pro | 35 int switch_win(win_T **save_curwin, tabpage_T **save_curtab, win_T *win, tabpage_T *tp, int no_disp…
|
| /vim-8.2.3635/src/ |
| H A D | evalbuffer.c | 944 else if (switch_win(save_curwinp, save_curtabp, wp, tp, TRUE) == FAIL) in switch_to_win_for_buf()
|
| H A D | evalvars.c | 3687 || switch_win(&oldcurwin, &oldtabpage, win, tp, TRUE) == OK) in getwinvar() 3787 || switch_win(&save_curwin, &save_curtab, win, tp, TRUE) == OK) in setwinvar() 4081 if (switch_win(&oldcurwin, &oldtabpage, in f_gettabvar()
|
| H A D | evalwindow.c | 1223 switch_win( in switch_win() function
|
| H A D | if_py_both.h | 3543 if (switch_win(&save_curwin, &save_curtab, (win_T *)from, in set_option_value_for()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version8.txt | 3141 Solution: Check the return value of switch_win() and call restore_win() 5761 Solution: Do not use switch_win() when not needed. (Hirohito Higashi)
|