Lines Matching refs:ITERATIONS
38 "\t-i or --iterations Number of iterations to be performed. Requires Numeric argument\n"
40 "\t Cannot be used with --iterations\n"
56 ITERATIONS,
74 UOPTION_DEF( "iterations", 'i', UOPT_REQUIRES_ARG),
89 passes(1), iterations(0), time(0),
105 passes(1), iterations(0), time(0),
161 if(options[ITERATIONS].doesOccur) {
162 iterations = atoi(options[ITERATIONS].value);
170 iterations = 1000; // some default
375 if(iterations == 0) {
406 loops = iterations;
415 if(iterations > 0) {