Searched refs:DashDashFound (Results 1 – 3 of 3) sorted by relevance
618 bool DashDashFound = false; // Have we read '--'? in ParseCommandLineOptions() local641 if (argv[i][0] != '-' || argv[i][1] == 0 || DashDashFound) { in ParseCommandLineOptions()665 !DashDashFound) { in ParseCommandLineOptions()666 DashDashFound = true; // This is the mythical "--"? in ParseCommandLineOptions()
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()
1126 bool DashDashFound = false; // Have we read '--'? in ParseCommandLineOptions() local1138 if (argv[i][0] != '-' || argv[i][1] == 0 || DashDashFound) { in ParseCommandLineOptions()1161 !DashDashFound) { in ParseCommandLineOptions()1162 DashDashFound = true; // This is the mythical "--"? in ParseCommandLineOptions()