Lines Matching refs:Boolean
364 extern Boolean compatMake; /* True if we are make compatible */
365 extern Boolean ignoreErrors; /* True if should ignore all errors */
366 extern Boolean beSilent; /* True if should print no commands */
367 extern Boolean noExecute; /* True if should execute nothing */
368 extern Boolean noRecursiveExecute; /* True if should execute nothing */
369 extern Boolean allPrecious; /* True if every target is precious */
370 extern Boolean keepgoing; /* True if should continue on unaffected
373 extern Boolean touchFlag; /* TRUE if targets should just be 'touched'
375 extern Boolean queryFlag; /* TRUE if we aren't supposed to really make
378 extern Boolean doing_depend; /* TRUE if processing .depend */
380 extern Boolean checkEnvFirst; /* TRUE if environment should be searched for
382 extern Boolean jobServer; /* a jobServer already exists */
384 extern Boolean parseWarnFatal; /* TRUE if makefile parsing warnings are
387 extern Boolean varNoExportEnv; /* TRUE if we should not export variables
408 extern Boolean oldVars; /* Do old-style variable substitution */
473 Boolean Make_OODate(GNode *);
479 Boolean Make_Run(Lst);
483 void Main_ExportMAKEFLAGS(Boolean);
484 Boolean Main_SetObjdir(const char *);