Home
last modified time | relevance | path

Searched refs:W_NEXT (Results 1 – 6 of 6) sorted by relevance

/vim-8.2.3635/src/
H A Dsession.c810 for (wp = tab_firstwin; wp != NULL; wp = W_NEXT(wp)) in makeopens()
H A Dglobals.h711 #define W_NEXT(wp) ((wp)->w_next) macro
H A Dif_py_both.h4200 w = W_NEXT(w); in WinListLength()
4214 for (; w != NULL; w = W_NEXT(w), --n) in WinListItem()
H A Dscreen.c3447 win_rest_invalid(W_NEXT(wp)); in win_ins_lines()
H A Dgui.c4450 for (wp = firstwin, i = 0; i < current_scrollbar; wp = W_NEXT(wp), i++) in gui_do_scroll()
H A Dwindow.c6874 for (w = first_win; w != NULL && w != wp; w = W_NEXT(w)) in get_win_number()