HomeSort by: relevance | last modified time | path
    Searched refs:goals (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl2/gmake/dist/
dep.h 84 extern int update_goal_chain PARAMS ((struct dep *goals));
remake.c 73 /* Remake all the goals in the `struct dep' chain GOALS. Return -1 if nothing
74 was done, 0 if all goals were updated successfully, or 1 if a goal failed.
76 If rebuilding_makefiles is nonzero, these goals are makefiles, so -t, -q,
82 update_goal_chain (struct dep *goals)
93 goals = copy_dep_chain (goals);
102 for (g = goals; g != 0; g = g->next)
109 /* Update all the goals until they are all finished. */
111 while (goals != 0
    [all...]
main.c 441 static struct dep *goals, *lastgoal;
2153 /* If there were no command-line goals, use the default. */
2154 if (goals == 0)
2186 goals = alloc_dep ();
2187 goals->file = default_goal_file;
2194 if (!goals)
2202 /* Update the goals. */
2206 switch (update_goal_chain (goals))
2337 goals. */
2341 if (goals == 0
439 static struct dep *goals, *lastgoal; variable in typeref:struct:dep
    [all...]
  /src/external/gpl2/xcvs/dist/contrib/
cvs_acls.in 220 differs substantially in goals and methods from the original and there
  /src/external/gpl2/dtc/dist/Documentation/
dtc-paper.tex 576 and one of his current goals is to make the integration of embedded

Completed in 33 milliseconds