Home
last modified time | relevance | path

Searched full:newlines (Results 1 – 25 of 390) sorted by relevance

12345678910>>...16

/freebsd/lib/libdpv/
H A Ddialog_util.c338 * newlines and escaped-newlines into account.
376 * `prompt'. Takes newlines and escaped newlines into account. Also discounts
396 /* dialog(1) and dialog(3) will render literal newlines */ in dialog_prompt_longestline()
419 /* NB: dialog(3) ignores escaped newlines */ in dialog_prompt_longestline()
445 * both newlines (if using dialog(1) versus Xdialog(1)) and escaped newlines
446 * into account. If no newlines (escaped or otherwise) appear in the buffer,
463 /* dialog(1) and dialog(3) will render literal newlines */ in dialog_prompt_lastline()
471 /* dialog(3) does not expand escaped newlines */ in dialog_prompt_lastline()
510 /* dialog(1) and dialog(3) will render literal newlines */ in dialog_prompt_wrappedlines()
526 /* NB: dialog(3) ignores escaped newlines */ in dialog_prompt_wrappedlines()
[all …]
H A Ddpv.c288 /* dialog(3) only expands literal newlines */ in dpv()
397 /* Xdialog(1) requires newlines (a) escaped and (b) in triplicate */ in dpv()
408 /* libdialog requires literal newlines */ in dpv()
412 /* Xdialog(1) requires newlines (a) escaped and (b) in triplicate */ in dpv()
423 /* libdialog requires literal newlines */ in dpv()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.h52 void replaceWhitespace(FormatToken &Tok, unsigned Newlines, unsigned Spaces,
66 /// Inserts \p PreviousPostfix, \p Newlines, \p Spaces and \p CurrentPrefix
76 /// When \p InPPDirective is true, escaped newlines are inserted. \p Spaces is
82 unsigned Newlines, int Spaces);
108 /// trailing comments and escaped newlines.
254 /// Align escaped newlines over all \c Changes.
257 /// Align escaped newlines from change \p Start to change \p End at
352 void appendNewlineText(std::string &Text, unsigned Newlines);
353 void appendEscapedNewlineText(std::string &Text, unsigned Newlines,
H A DUnwrappedLineFormatter.cpp1076 *Child->First, /*Newlines=*/0, /*Spaces=*/1, in formatChildren()
1466 auto Newlines = in computeNewlines() local
1474 Newlines = std::min(Newlines, 1u); in computeNewlines()
1478 Newlines = std::min(Newlines, 1u); in computeNewlines()
1479 if (Newlines == 0 && !RootToken.IsFirst) in computeNewlines()
1480 Newlines = 1; in computeNewlines()
1483 Newlines = 0; in computeNewlines()
1493 Newlines = 1; in computeNewlines()
1500 if (Newlines > 1) in computeNewlines()
1501 Newlines = 1; in computeNewlines()
[all …]
H A DBreakableToken.cpp383 /*CurrentPrefix=*/Prefix, InPPDirective, /*NewLines=*/1, in insertBreak()
401 /*CurrentPrefix=*/LeftBraceQuote, InPPDirective, /*NewLines=*/0, in updateAfterBroken()
406 /*CurrentPrefix=*/"", InPPDirective, /*NewLines=*/0, /*Spaces=*/0); in updateAfterBroken()
443 /*InPPDirective=*/false, /*Newlines=*/0, /*Spaces=*/1); in compressWhitespace()
622 // newlines outside the comment. In this case we remove it here before in adjustWhitespace()
738 PrefixWithTrailingIndent, InPPDirective, /*Newlines=*/1, in insertBreak()
785 /*CurrentPrefix=*/ReflowPrefix, InPPDirective, /*Newlines=*/0, in reflow()
834 InPPDirective, /*Newlines=*/1, ContentColumn[LineIndex] - Prefix.size()); in adaptStartOfLine()
993 // preceded by at least two newlines. Note that we put this break here in BreakableLineCommentSection()
1037 Prefix[LineIndex], InPPDirective, /*Newlines=*/1, in insertBreak()
[all …]
H A DWhitespaceManager.cpp53 void WhitespaceManager::replaceWhitespace(FormatToken &Tok, unsigned Newlines, in replaceWhitespace() argument
59 Tok.setDecision((Newlines > 0) ? FD_Break : FD_Continue); in replaceWhitespace()
61 Spaces, StartOfTokenColumn, Newlines, "", "", in replaceWhitespace()
91 unsigned Newlines, int Spaces) { in replaceWhitespaceInToken() argument
98 std::max(0, Spaces), Newlines, PreviousPostfix, CurrentPrefix, in replaceWhitespaceInToken()
170 // newlines, the token length must be adjusted to the end of the original in calculateLineBreakInformation()
1101 for (int I = 0, MaxColumn = INT_MAX, Newlines = 0; I < Size; ++I) { in alignTrailingComments() local
1105 Newlines += C.NewlinesBefore; in alignTrailingComments()
1205 } else if (BreakBeforeNext || Newlines > NewLineThreshold || in alignTrailingComments()
1224 Newlines = 0; in alignTrailingComments()
[all …]
/freebsd/usr.bin/xargs/
H A Dxargs.173 Spaces, tabs and newlines may be embedded in arguments using single
76 Single quotes escape all non-single quote characters, excluding newlines,
78 Double quotes escape all non-double quote characters, excluding newlines,
80 Any single character, including newlines, may be escaped by a backslash.
89 characters as separators, instead of spaces and newlines.
/freebsd/usr.bin/random/
H A Drandom.688 Randomize the input via newlines (the default).
100 instead of newlines.
/freebsd/libexec/bootpd/
H A Dreport.c52 * control strings should normally end with \n since newlines aren't
54 * newlines and adds its own at the end).
/freebsd/contrib/nvi/vi/
H A Dv_at.c78 * <newlines> were appended to each line as it was pushed onto in v_at()
79 * the stack. If the buffer was cut in character mode, <newlines> in v_at()
/freebsd/share/man/man5/
H A Dgroup.567 only of spaces, tabs or newlines are also ignored.
90 The member names are separated by commas without spaces or newlines.
/freebsd/usr.bin/awk/
H A Dawk.1128 separated by newlines, or by the value of
133 and newlines are used as field separators
196 Pattern-action statements are separated by newlines or semicolons.
198 Newlines are permitted after a terminating statement or following a comma
271 semicolons, newlines or right braces.
/freebsd/contrib/bc/src/
H A Ddc_lex.c79 // I don't allow newlines because newlines are used for controlling when in dc_lex_register()
80 // execution happens, and allowing newlines would just be complex. in dc_lex_register()
/freebsd/contrib/bmake/unit-tests/
H A Ddeptgt-makeflags.mk74 # newlines into a line that is being parsed. This may confuse the parser.
76 # and '\t'), but no newlines.
/freebsd/crypto/openssl/doc/man3/
H A DBIO_f_base64.pod30 Subsequent input lines can be of any length (i.e., newlines may appear anywhere
57 For reading, it removes all expectations on newlines in the input data.
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DPrettyStackTrace.h70 /// should not contain newlines) to the stream as the stack trace when a crash
80 /// printf-style formatting but should not contain newlines) to the stream
/freebsd/secure/lib/libcrypto/man/man3/
H A DBIO_f_base64.387 Subsequent input lines can be of any length (i.e., newlines may appear anywhere
114 For reading, it removes all expectations on newlines in the input data.
/freebsd/bin/sh/tests/builtins/
H A Dbreak1.012 # with newlines in between.
H A Dreturn5.013 # with newlines in between.
/freebsd/contrib/libyaml/examples/
H A Dstrings.yaml7 time, all newlines will be replaced with a single space.
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp153 /// in the first column. To insert newlines that represent the input, use
192 /// @param RequireSameLine Never emit newlines. Useful when semantics depend
281 /// if some newlines were emitted.
297 // If this line is "close enough" to the original line, just print newlines, in MoveToLine()
311 const char *NewLines = "\n\n\n\n\n\n\n\n"; in MoveToLine() local
312 OS->write(NewLines, LineNo - CurLine); in MoveToLine()
922 // Don't print end of directive tokens, since they are typically newlines in PrintPreprocessedTokens()
999 // Tokens that can contain embedded newlines need to adjust our current in PrintPreprocessedTokens()
1016 // Tokens that can contain embedded newlines need to adjust our current in PrintPreprocessedTokens()
/freebsd/usr.bin/bmake/tests/syntax/semi/
H A DMakefile.test2 # Test handling of escaped newlines.
/freebsd/lib/libutil/
H A Dfparseln.c69 * and eliminating trailing newlines, or comments starting with
121 if (s && nl) { /* Check and eliminate newlines */ in fparseln()
/freebsd/usr.bin/bmake/tests/syntax/enl/
H A DMakefile.test2 # Test handling of escaped newlines.
/freebsd/usr.bin/indent/
H A Dindent.1386 Inserting two more newlines we get:
521 The switches should be separated by spaces, tabs or newlines.
539 utility fits as many words (separated by blanks, tabs, or newlines) on a

12345678910>>...16