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

  /src/external/gpl2/gmake/dist/
misc.c 523 struct dep *firstnew = 0;
537 if (firstnew == 0)
538 firstnew = lastnew = c;
545 return firstnew;
515 struct dep *firstnew = 0; local
misc.c 523 struct dep *firstnew = 0;
537 if (firstnew == 0)
538 firstnew = lastnew = c;
545 return firstnew;
515 struct dep *firstnew = 0; local
misc.c 523 struct dep *firstnew = 0;
537 if (firstnew == 0)
538 firstnew = lastnew = c;
545 return firstnew;
515 struct dep *firstnew = 0; local

Completed in 276 milliseconds