Searched refs:FD_Continue (Results 1 – 3 of 3) sorted by relevance
106 enum FormatDecision { FD_Unformatted, FD_Continue, FD_Break }; enumerator
56 Tok.Decision = (Newlines > 0) ? FD_Break : FD_Continue; in replaceWhitespace()
720 if (LastFormat == FD_Unformatted || LastFormat == FD_Continue) in analyzeSolutionSpace()