Searched refs:FoundPlus (Results 1 – 1 of 1) sorted by relevance
514 bool FoundPlus = PH.Next("+"); in ParseDirective() local515 if (FoundPlus || PH.Next("-")) { in ParseDirective()520 if (!Invalid && PH.Next(Line) && (FoundPlus || Line < ExpectedLine)) { in ParseDirective()521 if (FoundPlus) ExpectedLine += Line; in ParseDirective()