Lines Matching refs:ITERATIONS
34 "\t-i or --iterations Number of iterations to be performed. Requires Numeric argument\n"
36 "\t Cannot be used with --iterations\n"
52 ITERATIONS,
70 UOPTION_DEF( "iterations", 'i', UOPT_REQUIRES_ARG),
85 passes(1), iterations(0), time(0),
101 passes(1), iterations(0), time(0),
157 if(options[ITERATIONS].doesOccur) {
158 iterations = atoi(options[ITERATIONS].value);
166 iterations = 1000; // some default
366 if(iterations == 0) {
397 loops = iterations;
406 if(iterations > 0) {