strlist__next
next_sdt_name = strlist__next(sdt_name);
for (pos = strlist__first(slist); pos; pos = strlist__next(pos))
for (pos = strlist__first(slist), n = strlist__next(pos); pos;\
pos = n, n = strlist__next(n))