Searched refs:strlist__next (Results 1 – 1 of 1) sorted by relevance
49 static inline struct str_node *strlist__next(struct str_node *sn) in strlist__next() function64 for (pos = strlist__first(self); pos; pos = strlist__next(pos))74 for (pos = strlist__first(self), n = strlist__next(pos); pos;\75 pos = n, n = strlist__next(n))