Searched refs:DashDashFound (Results 1 – 4 of 4) sorted by relevance
1104 bool DashDashFound = false; // Have we read '--'? in ParseCommandLineOptions() local1116 if (argv[i][0] != '-' || argv[i][1] == 0 || DashDashFound) { in ParseCommandLineOptions()1139 !DashDashFound) { in ParseCommandLineOptions()1140 DashDashFound = true; // This is the mythical "--"? in ParseCommandLineOptions()
1131 bool DashDashFound = false; // Have we read '--'? in ParseCommandLineOptions() local1143 if (argv[i][0] != '-' || argv[i][1] == 0 || DashDashFound) { in ParseCommandLineOptions()1166 !DashDashFound) { in ParseCommandLineOptions()1167 DashDashFound = true; // This is the mythical "--"? in ParseCommandLineOptions()
1432 bool DashDashFound = false; // Have we read '--'? in ParseCommandLineOptions() local1445 if (argv[i][0] != '-' || argv[i][1] == 0 || DashDashFound) { in ParseCommandLineOptions()1468 !DashDashFound) { in ParseCommandLineOptions()1469 DashDashFound = true; // This is the mythical "--"? in ParseCommandLineOptions()
1415 bool DashDashFound = false; // Have we read '--'? in ParseCommandLineOptions() local1428 if (argv[i][0] != '-' || argv[i][1] == 0 || DashDashFound) { in ParseCommandLineOptions()1451 !DashDashFound) { in ParseCommandLineOptions()1452 DashDashFound = true; // This is the mythical "--"? in ParseCommandLineOptions()