HomeSort by: relevance | last modified time | path
    Searched defs:outflist (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/xlint/lint2/
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++) {
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++) {

Completed in 26 milliseconds