Searched refs:strlist__first (Results 1 – 1 of 1) sorted by relevance
58 static inline struct str_node *strlist__first(struct strlist *slist) in strlist__first() function78 for (pos = strlist__first(slist); pos; pos = strlist__next(pos))88 for (pos = strlist__first(slist), n = strlist__next(pos); pos;\