Searched refs:DashDashFound (Results 1 – 1 of 1) sorted by relevance
1588 bool DashDashFound = false; // Have we read '--'? in ParseCommandLineOptions() local1600 if (argv[i][0] != '-' || argv[i][1] == 0 || DashDashFound) { in ParseCommandLineOptions()1623 !DashDashFound) { in ParseCommandLineOptions()1624 DashDashFound = true; // This is the mythical "--"? in ParseCommandLineOptions()