Searched refs:intlist__next (Results 1 – 1 of 1) sorted by relevance
48 static inline struct int_node *intlist__next(struct int_node *in) in intlist__next() function63 for (pos = intlist__first(ilist); pos; pos = intlist__next(pos))73 for (pos = intlist__first(ilist), n = intlist__next(pos); pos;\74 pos = n, n = intlist__next(n))