Lines Matching refs:options
66 Options options; in test() local
67 int result = parse_options(argc, answer.argv, &options); in test()
82 if (!match_arrays(answer.systemSearchPath, options.systemSearchPath)) { in test()
84 print_array(" ", options.systemSearchPath); in test()
91 if (!match_arrays(answer.localSearchPath, options.localSearchPath)) { in test()
93 print_array(" ", options.localSearchPath); in test()
100 if (answer.inputFileName != options.inputFileName) { in test()
101 cout << "mismatch: inputFileName: got " << options.inputFileName in test()
107 if (answer.nativeLanguage != options.nativeLanguage) { in test()
108 cout << "mismatch: nativeLanguage: got " << options.nativeLanguage in test()
114 if (answer.outputH != options.outputH) { in test()
115 cout << "mismatch: outputH: got " << options.outputH in test()
121 if (answer.outputCPP != options.outputCPP) { in test()
122 cout << "mismatch: outputCPP: got " << options.outputCPP in test()
128 if (answer.outputJava != options.outputJava) { in test()
129 cout << "mismatch: outputJava: got " << options.outputJava in test()