intlist__next
for (pos = intlist__first(ilist); pos; pos = intlist__next(pos))
for (pos = intlist__first(ilist), n = intlist__next(pos); pos;\
pos = n, n = intlist__next(n))