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

  /src/external/gpl2/gmake/dist/
remake.c 113 register struct dep *g, *lastgoal;
123 lastgoal = 0;
235 if (lastgoal == 0)
238 lastgoal->next = g->next;
243 g = lastgoal == 0 ? goals : lastgoal->next;
250 lastgoal = g;
112 register struct dep *g, *lastgoal; local
main.c 441 static struct dep *goals, *lastgoal;
2191 lastgoal->next = 0;
2344 lastgoal = goals;
2348 lastgoal->next = alloc_dep ();
2349 lastgoal = lastgoal->next;
2352 lastgoal->file = f;
439 static struct dep *goals, *lastgoal; variable in typeref:struct:

Completed in 59 milliseconds