Lines Matching defs:CmdOpts
696 typedef struct CmdOpts { struct
698 bool compatMake;
704 DebugFlags debug;
707 FILE *debug_file;
715 bool strict;
718 bool debugVflag;
721 bool checkEnvFirst;
724 StringList makefiles;
727 bool ignoreErrors;
733 int maxJobs;
739 bool keepgoing;
742 bool noRecursiveExecute;
745 bool noExecute;
751 bool query;
754 bool noBuiltins;
757 bool silent;
763 bool touch;
766 PrintVarsMode printVars;
768 StringList variables;
793 } CmdOpts; argument