Lines Matching refs:next
63 * @brief Pointer to the next event in the event chain
68 Event *next;
83 static Event const *next(Event const *action) {
84 return action->next;
92 * @brief If possible, combine this event with the next to reduce memory use
116 : next(n), serial(_next_serial++), repr(r) {}
131 EventAdd(Node *repr, Node *c, Node *rr, Event *next)
132 : Event(repr, next), child(c), ref(rr) {}
150 EventDel(Node *repr, Node *c, Node *rr, Event *next)
151 : Event(repr, next), child(c), ref(rr) {}
172 Event *next)
173 : Event(repr, next), key(k),
197 Event *next)
198 : Event(repr, next), oldval(ov), newval(nv) {}
216 EventChgOrder(Node *repr, Node *c, Node *orr, Node *nrr, Event *next)
217 : Event(repr, next), child(c),