Searched refs:prev (Results 1 – 8 of 8) sorted by relevance
19 TabObject* end = window->dummyTab.prev; in Add()22 this->prev = end; in Add()25 window->dummyTab.prev = this; in Add()36 this->next->prev = this->prev; in Remove()37 this->prev->next = this->next; in Remove()40 this->prev = this; in Remove()178 tabIndex = tabIndex->prev; in ForceValidTabBack()193 tabIndex = window->dummyTab.prev; in ForceValidTabBack()215 tabIndex = window->dummyTab.prev; in ForceValidTabBack()
109 tabIndex = tabIndex->prev; in UpdateInput()
63 OSAlarm* prev; member
75 OSThread* prev; member89 OSMutex* prev; member107 OSFastMutex * prev; member
224 : active(false), next(this), prev(this) {} in TabObject()226 TabObject(Window* window) : active(false), next(this), prev(this) in TabObject()238 TabObject* prev; member
444 void *prev; // prev sound in list member
594 void *prev; // used in priority stacks member