Searched refs:strlist__next (Results 1 – 1 of 1) sorted by relevance
56 static inline struct str_node *strlist__next(struct str_node *sn) in strlist__next() function71 for (pos = strlist__first(self); pos; pos = strlist__next(pos))81 for (pos = strlist__first(self), n = strlist__next(pos); pos;\82 pos = n, n = strlist__next(n))