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