Searched defs:iterations (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Box.c386 int iterations; local
402 iterations = 0;
413 if (iterations > 0)
453 iterations++;
454 } while (iterations < 10);
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DBox.c415 int iterations; local
431 iterations = 0;
442 if (iterations > 0)
482 iterations++;
483 } while (iterations < 10);

Completed in 48 milliseconds