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