Home
last modified time | relevance | path

Searched refs:win_id2wp_tp (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/proto/
H A Devalwindow.pro3 win_T *win_id2wp_tp(int id, tabpage_T **tpp);
/vim-8.2.3635/src/
H A Devalwindow.c87 return win_id2wp_tp(id, NULL); in win_id2wp()
94 win_id2wp_tp(int id, tabpage_T **tpp) in win_id2wp_tp() function
706 wp = win_id2wp_tp(id, &tp); in f_win_execute()
H A Devalfunc.c6775 wp = win_id2wp_tp(id, &tp); in f_line()