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

  /src/external/gpl2/gmake/dist/
filedef.h 95 unsigned int considered:1; /* equal to 'considered' if file has been member in struct:file
96 considered on current scan of goal chain */
194 targets, which need to be considered newer than anything that depends on
remake.c 61 static unsigned int considered; variable
106 /* All files start with the considered bit 0, so the global value is 1. */
107 considered = 1;
255 /* If we reached the end of the dependency graph toggle the considered
258 considered = !considered;
283 each is considered in turn. */
297 if (f->considered == considered)
307 f->considered = considered
    [all...]

Completed in 22 milliseconds