Home
last modified time | relevance | path

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

/dports/games/d2x/d2x-0.2.5/unused/ui/
H A Dwindow.c43 #define W_NEXT (wnd->next) macro
156 W_NEXT = FirstWindow; in add_window_to_beg()
190 if (W_NEXT) in remove_window()
191 W_NEXT->prev = W_PREV; in remove_window()
193 W_PREV->next = W_NEXT; in remove_window()
195 FirstWindow = W_NEXT; in remove_window()
198 W_NEXT = W_PREV = NULL; in remove_window()
211 W_NEXT = NULL; in ui_open_window()
/dports/editors/vim/vim-8.2.3745/src/
H A Dsession.c810 for (wp = tab_firstwin; wp != NULL; wp = W_NEXT(wp)) in makeopens()
H A Dglobals.h710 #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.c4481 for (wp = firstwin, i = 0; i < current_scrollbar; wp = W_NEXT(wp), i++) in gui_do_scroll()
H A Dwindow.c6878 for (w = first_win; w != NULL && w != wp; w = W_NEXT(w)) in get_win_number()