Lines Matching defs:env
138 static struct env { struct
139 char **filenames;
140 int filename_cnt;
141 bool verbose;
142 bool debug;
143 bool quiet;
144 bool force_checkpoints;
145 enum resfmt out_fmt;
146 bool show_version;
147 bool comparison_mode;
148 bool replay_mode;
150 int log_level;
151 int log_size;
152 bool log_fixed;
176 } env; argument