Searched refs:depthIndex (Results 1 – 1 of 1) sorted by relevance
170 int depthIndex = -1; in main() local178 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()