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

  /src/usr.bin/make/
parse.c 130 bool depending; /* state of doing_depend on EOF */
749 if (doing_depend)
800 if (doing_depend)
860 if (doing_depend)
885 if (doing_depend)
1015 if (doing_depend)
1116 if (doing_depend)
1336 doing_depend = depinc; /* only turn it on */
2226 curFile->depending = doing_depend; /* restore this on EOF */
2355 doing_depend = curFile->depending
    [all...]
targ.c 298 if (doing_depend)
main.c 132 bool doing_depend; /* Set while reading .depend */ variable in typeref:typename:bool
1498 doing_depend = true;
1500 doing_depend = false;
1691 if (!doing_depend)
make.h 585 extern bool doing_depend;

Completed in 17 milliseconds