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