Searched refs:depthIndex (Results 1 - 1 of 1) sorted by path

/haiku/src/bin/screenmode/
H A Dscreenmode.cpp170 int depthIndex = -1; local
178 depthIndex = optind + 1;
182 depthIndex = optind + 2;
188 if (depthIndex > 0 && depthIndex < argc)
189 depth = strtol(argv[depthIndex], NULL, 0);
190 if (depthIndex + 1 < argc)
191 refresh = strtod(argv[depthIndex + 1], NULL);

Completed in 50 milliseconds