outflist
struct outflist *ofl_next;
static struct outflist *outflist;
struct outflist *ofl, **pofl;
ofl = outflist;
pofl = &outflist;
struct outflist *ofl;
for (ofl = outflist, i = 1; ofl != NULL; ofl = ofl->ofl_next, i++) {