Lines Matching refs:Boolean
387 extern Boolean compatMake; /* True if we are make compatible */
388 extern Boolean ignoreErrors; /* True if should ignore all errors */
389 extern Boolean beSilent; /* True if should print no commands */
390 extern Boolean noExecute; /* True if should execute nothing */
391 extern Boolean noRecursiveExecute; /* True if should execute nothing */
392 extern Boolean allPrecious; /* True if every target is precious */
393 extern Boolean deleteOnError; /* True if failed targets should be deleted */
394 extern Boolean keepgoing; /* True if should continue on unaffected
397 extern Boolean touchFlag; /* TRUE if targets should just be 'touched'
399 extern Boolean queryFlag; /* TRUE if we aren't supposed to really make
402 extern Boolean doing_depend; /* TRUE if processing .depend */
404 extern Boolean checkEnvFirst; /* TRUE if environment should be searched for
406 extern Boolean jobServer; /* a jobServer already exists */
408 extern Boolean parseWarnFatal; /* TRUE if makefile parsing warnings are
411 extern Boolean varNoExportEnv; /* TRUE if we should not export variables
432 extern Boolean oldVars; /* Do old-style variable substitution */
497 Boolean Make_OODate(GNode *);
503 Boolean Make_Run(Lst);
507 void Main_ExportMAKEFLAGS(Boolean);
508 Boolean Main_SetObjdir(const char *, ...) MAKE_ATTR_PRINTFLIKE(1, 2);