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