Home
last modified time | relevance | path

Searched refs:depthIndex (Results 1 – 1 of 1) sorted by relevance

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