Lines Matching defs:env
141 static struct env { struct
142 char **filenames;
143 int filename_cnt;
144 bool verbose;
145 bool debug;
146 bool quiet;
147 bool force_checkpoints;
148 bool force_reg_invariants;
149 enum resfmt out_fmt;
150 bool show_version;
151 bool comparison_mode;
152 bool replay_mode;
153 int top_n;
155 int log_level;
156 int log_size;
157 bool log_fixed;
181 } env; argument