Lines Matching defs:env
157 static struct env { struct
158 char **filenames;
159 int filename_cnt;
160 bool verbose;
161 bool debug;
162 bool quiet;
163 bool force_checkpoints;
164 bool force_reg_invariants;
165 enum resfmt out_fmt;
166 bool show_version;
167 bool comparison_mode;
168 bool replay_mode;
169 int top_n;
171 int log_level;
172 int log_size;
173 bool log_fixed;
198 } env; argument