HelenOS sources
wndlist_entry_by_id 396 uspace/app/taskbar/test/wndlist.c entry = wndlist_entry_by_id(wndlist, 1);
wndlist_entry_by_id 400 uspace/app/taskbar/test/wndlist.c entry = wndlist_entry_by_id(wndlist, 2);
wndlist_entry_by_id 575 uspace/app/taskbar/wndlist.c entry = wndlist_entry_by_id(wndlist, wnd_id);
wndlist_entry_by_id 601 uspace/app/taskbar/wndlist.c entry = wndlist_entry_by_id(wndlist, wnd_id);
wndlist_entry_by_id 59 uspace/app/taskbar/wndlist.h extern wndlist_entry_t *wndlist_entry_by_id(wndlist_t *, sysarg_t);
HelenOS homepage, sources at GitHub