emit2.c | 199 struct outflist { struct 201 struct outflist *ofl_next; 203 static struct outflist *outflist; variable in typeref:struct:outflist * 208 struct outflist *ofl, **pofl; 211 ofl = outflist; 212 pofl = &outflist; 235 struct outflist *ofl; 238 for (ofl = outflist, i = 1; ofl != NULL; ofl = ofl->ofl_next, i++) {
|