Home
last modified time | relevance | path

Searched refs:doing_depend (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/bmake/
H A Dparse.c940 if (doing_depend) in ParseDoOp()
1014 if (doing_depend) in ParseDoSrc()
1047 if (doing_depend) in ParseDoSrc()
1080 if (doing_depend) in ParseDoSrc()
1376 if (doing_depend) in ParseDoDependency()
1461 if (doing_depend) in ParseDoDependency()
2282 doing_depend = depinc; /* only turn it on */ in Parse_include_file()
2498 curFile->depending = doing_depend; /* restore this on EOF */ in Parse_SetInput()
2722 doing_depend = curFile->depending; /* restore this */ in ParseEOF()
H A Dmain.c186 Boolean doing_depend; /* Set while reading .depend */ variable
1394 doing_depend = TRUE; in main()
1396 doing_depend = FALSE; in main()
1600 if (!doing_depend) in ReadMakefile()
H A Dmake.h402 extern Boolean doing_depend; /* TRUE if processing .depend */
H A Dtarg.c357 if (doing_depend) in Targ_FindNode()