Lines Matching refs:rettv

8 void f_gettabinfo(typval_T *argvars, typval_T *rettv);
9 void f_getwininfo(typval_T *argvars, typval_T *rettv);
10 void f_getwinpos(typval_T *argvars, typval_T *rettv);
11 void f_getwinposx(typval_T *argvars, typval_T *rettv);
12 void f_getwinposy(typval_T *argvars, typval_T *rettv);
13 void f_tabpagenr(typval_T *argvars, typval_T *rettv);
14 void f_tabpagewinnr(typval_T *argvars, typval_T *rettv);
15 void f_win_execute(typval_T *argvars, typval_T *rettv);
16 void f_win_findbuf(typval_T *argvars, typval_T *rettv);
17 void f_win_getid(typval_T *argvars, typval_T *rettv);
18 void f_win_gotoid(typval_T *argvars, typval_T *rettv);
19 void f_win_id2tabwin(typval_T *argvars, typval_T *rettv);
20 void f_win_id2win(typval_T *argvars, typval_T *rettv);
21 void f_win_screenpos(typval_T *argvars, typval_T *rettv);
22 void f_win_splitmove(typval_T *argvars, typval_T *rettv);
23 void f_win_gettype(typval_T *argvars, typval_T *rettv);
24 void f_getcmdwintype(typval_T *argvars, typval_T *rettv);
25 void f_winbufnr(typval_T *argvars, typval_T *rettv);
26 void f_wincol(typval_T *argvars, typval_T *rettv);
27 void f_winheight(typval_T *argvars, typval_T *rettv);
28 void f_winlayout(typval_T *argvars, typval_T *rettv);
29 void f_winline(typval_T *argvars, typval_T *rettv);
30 void f_winnr(typval_T *argvars, typval_T *rettv);
31 void f_winrestcmd(typval_T *argvars, typval_T *rettv);
32 void f_winrestview(typval_T *argvars, typval_T *rettv);
33 void f_winsaveview(typval_T *argvars, typval_T *rettv);
34 void f_winwidth(typval_T *argvars, typval_T *rettv);