Searched refs:strlist__next (Results 1 – 2 of 2) sorted by relevance
63 static inline struct str_node *strlist__next(struct str_node *sn) in strlist__next() function78 for (pos = strlist__first(slist); pos; pos = strlist__next(pos))88 for (pos = strlist__first(slist), n = strlist__next(pos); pos;\89 pos = n, n = strlist__next(n))
213 nd2 = strlist__next(nd); in print_sdt_events()