Searched refs:W_NEXT (Results 1 – 6 of 6) sorted by relevance
810 for (wp = tab_firstwin; wp != NULL; wp = W_NEXT(wp)) in makeopens()
711 #define W_NEXT(wp) ((wp)->w_next) macro
4200 w = W_NEXT(w); in WinListLength()4214 for (; w != NULL; w = W_NEXT(w), --n) in WinListItem()
3447 win_rest_invalid(W_NEXT(wp)); in win_ins_lines()
4450 for (wp = firstwin, i = 0; i < current_scrollbar; wp = W_NEXT(wp), i++) in gui_do_scroll()
6874 for (w = first_win; w != NULL && w != wp; w = W_NEXT(w)) in get_win_number()