HomeSort by: relevance | last modified time | path
    Searched refs:NewLines (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/tools/acpisrc/
asconvrt.c 1792 UINT32 NewLines = 0;
1814 NewLines++;
1837 (*TotalLines) += NewLines;
  /src/sys/external/bsd/acpica/dist/compiler/
dtcompilerparser.l 78 NewLines [\n]+
154 <INITIAL,DATA_STATE>{NewLines} {
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
PrintPreprocessedOutput.cpp 216 /// if some newlines were emitted.
218 // If this line is "close enough" to the original line, just print newlines,
226 const char *NewLines = "\n\n\n\n\n\n\n\n";
227 OS.write(NewLines, LineNo-CurLine);
728 // If this token is at the start of a line, emit newlines if needed.
747 // Don't print end of directive tokens, since they are typically newlines
797 // Tokens that can contain embedded newlines need to adjust our current
805 // Tokens that can contain embedded newlines need to adjust our current

Completed in 18 milliseconds