HelenOS sources

ds_window_find_next  228 uspace/srv/hid/display/seat.c 		nwnd = ds_window_find_next(seat->focus, ~wndf_system);
ds_window_find_next 1219 uspace/srv/hid/display/test/window.c 	wnd = ds_window_find_next(w0, wndf_minimized);
ds_window_find_next 1222 uspace/srv/hid/display/test/window.c 	wnd = ds_window_find_next(w0, wndf_system);
ds_window_find_next 1225 uspace/srv/hid/display/test/window.c 	wnd = ds_window_find_next(w0, wndf_maximized);
ds_window_find_next   80 uspace/srv/hid/display/window.h extern ds_window_t *ds_window_find_next(ds_window_t *, display_wnd_flags_t);
HelenOS homepage, sources at GitHub