Searched refs:wip (Results 1 – 5 of 5) sorted by relevance
1024 vim_free(wip); in free_wininfo()1033 wininfo_T *wip; in clear_wininfo() local1039 free_wininfo(wip); in clear_wininfo()2952 if (wip == NULL) in buflist_setfpos()2962 wip->wi_prev->wi_next = wip->wi_next; in buflist_setfpos()2966 wip->wi_next->wi_prev = wip->wi_prev; in buflist_setfpos()2996 wip->wi_next->wi_prev = wip; in buflist_setfpos()3068 return wip; in find_wininfo()3088 if (wip != NULL && wip->wi_win != NULL in get_winopts()3089 && wip->wi_win != curwin && wip->wi_win->w_buffer == buf) in get_winopts()[all …]
120 wininfo_T *wip; in find_win_for_curbuf() local122 FOR_ALL_BUF_WININFO(curbuf, wip) in find_win_for_curbuf()124 if (wip->wi_win != NULL) in find_win_for_curbuf()126 curwin = wip->wi_win; in find_win_for_curbuf()
780 #define FOR_ALL_BUF_WININFO(buf, wip) \ argument781 for ((wip) = (buf)->b_wininfo; (wip) != NULL; (wip) = (wip)->wi_next)
5047 wininfo_T *wip; in win_free() local5121 FOR_ALL_BUF_WININFO(buf, wip) in win_free()5122 if (wip->wi_win == wp) in win_free()5130 if (wip2 != wip && wip2->wi_win == NULL) in win_free()5142 wip->wi_win = NULL; in win_free()
11 void free_wininfo(wininfo_T *wip);