/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | ContinuationIndenter.h | 80 unsigned addTokenToState(LineState &State, bool Newline, bool DryRun, 90 unsigned moveStateToNextToken(LineState &State, bool DryRun, bool Newline); 93 void moveStatePastFakeLParens(LineState &State, bool Newline); 98 void moveStatePastScopeOpener(LineState &State, bool Newline); 110 bool DryRun, bool Newline); 115 bool DryRun, bool AllowBreak, bool Newline);
|
H A D | ContinuationIndenter.cpp | 633 unsigned ContinuationIndenter::addTokenToState(LineState &State, bool Newline, in addTokenToState() argument 664 if (Newline) in addTokenToState() 669 return moveStateToNextToken(State, DryRun, Newline) + Penalty; in addTokenToState() 1496 bool DryRun, bool Newline) { in moveStateToNextToken() argument 1511 CurrentState.LastOperatorWrapped = Newline; in moveStateToNextToken() 1514 CurrentState.LastOperatorWrapped = Newline; in moveStateToNextToken() 1517 CurrentState.LastOperatorWrapped = Newline; in moveStateToNextToken() 1589 if (Current.isOneOf(TT_BinaryOperator, TT_ConditionalExpr) && Newline) in moveStateToNextToken() 1611 if (State.Stack[State.Stack.size() - 2].NestedBlockInlined && Newline) in moveStateToNextToken() 1620 !Newline && hasNestedBlockInlined(Previous, Current, Style); in moveStateToNextToken() [all …]
|
H A D | UnwrappedLineFormatter.cpp | 1114 bool Newline = in formatLine() local 1118 formatChildren(State, Newline, /*DryRun=*/false, Penalty); in formatLine() 1119 Indenter->addTokenToState(State, Newline, /*DryRun=*/false); in formatLine()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | CommentLexer.cpp | 492 const char *Newline = findNewline(BufferPtr, CommentEnd); in lexVerbatimBlockFirstLine() local 493 StringRef Line(BufferPtr, Newline - BufferPtr); in lexVerbatimBlockFirstLine() 501 TextEnd = Newline; in lexVerbatimBlockFirstLine() 502 NextLine = skipNewline(Newline, CommentEnd); in lexVerbatimBlockFirstLine() 557 const char *Newline = findNewline(BufferPtr, CommentEnd); in lexVerbatimLineText() local 558 StringRef Text(BufferPtr, Newline - BufferPtr); in lexVerbatimLineText() 559 formTokenWithChars(T, Newline, tok::verbatim_line_text); in lexVerbatimLineText()
|
H A D | CommentParser.cpp | 126 Token Newline = P.Tok; in addToken() local 129 P.putBack(Newline); in addToken()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | ErrorHandling.cpp | 172 const char *Newline = "\n"; in report_bad_alloc_error() local 175 (void)!::write(2, Newline, strlen(Newline)); in report_bad_alloc_error()
|
H A D | Regex.cpp | 32 if (Flags & Newline) in Regex()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
H A D | MILexer.h | 31 Newline, enumerator 206 bool isNewlineOrEOF() const { return Kind == Newline || Kind == Eof; } in isNewlineOrEOF()
|
H A D | MIParser.cpp | 817 while (Token.is(MIToken::Newline)) in parseBasicBlockDefinitions() 836 else if (consumeIfPresent(MIToken::Newline)) { in parseBasicBlockDefinitions() 951 } else if (consumeIfPresent(MIToken::Newline)) { in parseBasicBlock() 965 if (consumeIfPresent(MIToken::Newline)) in parseBasicBlock() 990 if (!Token.is(MIToken::Newline)) in parseBasicBlock() 1019 while (Token.is(MIToken::Newline)) in parseBasicBlocks()
|
H A D | MILexer.cpp | 691 Token.reset(MIToken::Newline, Range.upto(C)); in maybeLexNewline()
|
/freebsd/contrib/tcsh/nls/russian/ |
H A D | set4 | 44 42 Newline ignored at right margin
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Regex.h | 39 Newline = 2, enumerator
|
/freebsd/contrib/tcsh/nls/C/ |
H A D | set1 | 83 81 Newline in variable name 87 85 Newline in variable index
|
H A D | set4 | 44 42 Newline ignored at right margin
|
/freebsd/contrib/tcsh/nls/finnish/ |
H A D | set4 | 44 42 Newline ignored at right margin
|
/freebsd/contrib/tcsh/nls/ukrainian/ |
H A D | set4 | 44 42 Newline ignored at right margin
|
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
H A D | Marshallers.cpp | 116 {"Newline", llvm::Regex::RegexFlags::Newline},
|
/freebsd/contrib/tcsh/ |
H A D | NewThings | 161 * Newline in the prompt via %n.
|
H A D | Fixes | 510 27. Newline handling in command substitution controlled by csubstnonl
|
/freebsd/usr.sbin/bsdconfig/share/ |
H A D | dialog.subr | 589 # Newline character sequences (``\n'') in $prompt are expanded as-is done by 689 # Newline character sequences (``\n'') in $prompt are expanded as-is done by 750 # Newline character sequences (``\n'') in $prompt are expanded as-is done by 817 # Newline character sequences (``\n'') in $prompt are expanded as-is done by 1351 # Newline character sequences (``\n'') in $prompt are expanded as-is done by 1453 # Newline character sequences (``\n'') in $prompt are expanded as-is done by
|
/freebsd/contrib/bsnmp/tests/ |
H A D | catch.hpp | 6162 Newline = 0x02, enumerator 6195 …& writeText( std::string const& text, XmlFormatting fmt = XmlFormatting::Newline | XmlFormatting::… 6214 …tartElement( std::string const& name, XmlFormatting fmt = XmlFormatting::Newline | XmlFormatting::… 6216 …opedElement( std::string const& name, XmlFormatting fmt = XmlFormatting::Newline | XmlFormatting::… 6218 XmlWriter& endElement(XmlFormatting fmt = XmlFormatting::Newline | XmlFormatting::Indent); 6231 …XmlWriter& writeText( std::string const& text, XmlFormatting fmt = XmlFormatting::Newline | XmlFor… 6233 …XmlWriter& writeComment(std::string const& text, XmlFormatting fmt = XmlFormatting::Newline | XmlF… 15144 … return !!(static_cast<std::underlying_type<XmlFormatting>::type>(fmt & XmlFormatting::Newline)); in shouldNewline() 16590 … xml.scopedElement( "system-out" ).writeText( trim( stdOutForSuite ), XmlFormatting::Newline ); in writeGroup() 16591 … xml.scopedElement( "system-err" ).writeText( trim( stdErrForSuite ), XmlFormatting::Newline ); in writeGroup() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | AssignmentTrackingAnalysis.cpp | 451 std::string toString(FragsInMemMap::const_iterator It, bool Newline = true) { in toString() argument 460 if (Newline) in toString()
|
/freebsd/contrib/llvm-project/llvm/lib/FileCheck/ |
H A D | FileCheck.cpp | 1145 unsigned int Flags = Regex::Newline; in match()
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | console | 776 # copyright string like: empty "1991 Titus" "2001 Imagineer/KT.Kodansha/P&B" "2000 Newline, Ubisoft…
|
/freebsd/contrib/ncurses/misc/ |
H A D | terminfo.src | 17242 # Newline 0=Off 1=On 18238 #ctrl-_ Newline
|