Home
last modified time | relevance | path

Searched full:indentation (Results 1 – 25 of 274) sorted by relevance

1234567891011

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp33 unsigned Indentation; member in __anond0616ced0111::DeclPrinter
36 raw_ostream& Indent() { return Indent(Indentation); } in Indent()
37 raw_ostream& Indent(unsigned Indentation);
55 const ASTContext &Context, unsigned Indentation = 0, in DeclPrinter() argument
57 : Out(Out), Policy(Policy), Context(Context), Indentation(Indentation), in DeclPrinter()
130 void Decl::print(raw_ostream &Out, unsigned Indentation, in print() argument
132 print(Out, getASTContext().getPrintingPolicy(), Indentation, PrintInstantiation); in print()
136 unsigned Indentation, bool PrintInstantiation) const { in print() argument
137 DeclPrinter Printer(Out, Policy, getASTContext(), Indentation, in print()
194 unsigned Indentation) { in printGroup() argument
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DBIO_f_prefix.pod23 The prefix and the indentation are combined. For each line of output
25 of additional spaces indicated by the indentation, and then the line
28 By default, there is no prefix, and indentation is set to 0.
35 BIO_set_indent() sets the indentation to be used for future lines of
38 BIO_get_indent() gets the current indentation.
55 BIO_get_indent() returns the current indentation, or a negative value for failure.
/freebsd/usr.bin/indent/
H A Dindent.1242 Parenthesized expressions have extra indentation added to
271 means that such comments are placed one indentation level to the
277 indentation below.
279 Specifies the indentation, in character positions,
299 will have the same indentation as the preceding
305 Enables (disables) extra indentation on continuation lines of
342 The number of columns for one indentation level.
345 Enables (disables) the indentation of parameter declarations from the left
357 Specifies the indentation, in character positions,
402 the left of the prevailing indentation level.
[all …]
H A Dindent_globs.h165 int continuation_indent; /* set to the indentation between the
176 * indentation levels to the left of
193 int ind_size; /* the size of one indentation level */
230 extern float case_ind; /* indentation level to be used for a "case
244 int il[STACKSIZE]; /* this stack stores indentation levels */
245 float cstk[STACKSIZE];/* used to store case stmt indentation levels */
249 int comment_delta; /* used to set up indentation for all lines
285 int ind_level; /* the current indentation level */
287 * indentation level because we are in the
H A Dparse.c86 ++ps.ind_level; /* indentation is number of in parse()
162 ps.ind_level = ps.il[ps.tos]; /* indentation for else should in parse()
243 * On each reduction, ps.i_l_follow (the indentation for the following line)
244 * is set to the indentation level associated with the old TOS.
301 * this if, and set the indentation level accordingly. If an in reduce()
/freebsd/contrib/tcsh/
H A Dcsh-mode.el14 ;; This major mode assists shell script writers with indentation
36 ;; 10 Dec 96 DH Added indentation and fontification for labels. Added
82 ;; ------------------------------------> Variables controlling indentation style
85 "*Indentation of csh statements with respect to containing block. A value
89 "*Additional indentation for case items within a case statement.")
91 "*Additional indentation for statements under case items.")
101 point is at the left margin or in the line's indentation; otherwise
301 (current-indentation))))
349 (setq level (cons (current-indentation)
355 (cons (current-indentation) (csh-current-line))
[all …]
/freebsd/secure/lib/libcrypto/man/man3/
H A DBIO_f_prefix.3158 The prefix and the indentation are combined. For each line of output
160 of additional spaces indicated by the indentation, and then the line
163 By default, there is no prefix, and indentation is set to 0.
170 \&\fBBIO_set_indent()\fR sets the indentation to be used for future lines of
173 \&\fBBIO_get_indent()\fR gets the current indentation.
188 \&\fBBIO_get_indent()\fR returns the current indentation, or a negative value for failure.
/freebsd/etc/mtree/
H A DREADME7 a) The files use 4 space indentation, and other than in the header
8 comments, should not contain any tabs. An indentation of 4 is
9 preferable to the standard indentation of 8 because the indentation
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DTraversalChecker.cpp83 unsigned Indentation = 0; in checkPreCall() local
86 ++Indentation; in checkPreCall()
91 llvm::outs().indent(Indentation); in checkPreCall()
100 unsigned Indentation = 0; in checkPostCall() local
103 ++Indentation; in checkPostCall()
108 llvm::outs().indent(Indentation); in checkPostCall()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp167 unsigned Indentation, unsigned BitWidth, StringRef Namespace,
173 unsigned Indentation) const;
175 unsigned Indentation) const;
527 bool emitPredicateMatch(raw_ostream &o, unsigned &Indentation,
546 void emitBinaryParser(raw_ostream &o, unsigned &Indentation,
550 void emitDecoder(raw_ostream &OS, unsigned Indentation, unsigned Opc,
796 unsigned Indentation, unsigned BitWidth, in emitTable() argument
807 OS.indent(Indentation) << "static const uint8_t DecoderTable" << Namespace in emitTable()
810 Indentation += 2; in emitTable()
840 // appropriate indentation levels. in emitTable()
[all …]
/freebsd/crypto/openssl/util/
H A Dcheck-format.pl34 # -c | --sloppy-comment do not report indentation of comments
35 # Otherwise for each multi-line comment the indentation of
38 # indentation must be as for normal code, while in case it
41 # -m | --sloppy-macro allow missing extra indentation of macro bodies
42 # -h | --sloppy-hang when checking hanging indentation, do not report
43 # * same indentation as on line before
44 # * same indentation as non-hanging indent level
45 # * indentation moved left (not beyond non-hanging indent)
55 # but in some situations the indentation checks for subsequent lines go wrong.
83 # considered bad programming style, indentation false positives occur, e.g.:
[all …]
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpointOptions.cpp159 unsigned indentation) const { in GetDescription()
168 indentation += 2; in GetDescription()
169 s.indent(indentation); in GetDescription()
172 indentation += 2; in GetDescription()
175 s.indent(indentation); in GetDescription()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStream.h306 /// Get the current indentation level.
309 /// The current indentation level. in Format()
314 /// Indent the current line using the current indentation level and print an
315 /// optional string following the indentation spaces.
318 /// A string to print following the indentation.
321 /// Decrement the current indentation level.
324 /// Increment the current indentation level.
376 /// Set the current indentation level.
379 /// The new indentation level.
H A DBaton.h44 unsigned indentation) const = 0;
57 unsigned indentation) const override;
71 unsigned indentation) const override {} in GetDescription() argument
/freebsd/crypto/openssl/util/perl/OpenSSL/
H A DUtil.pm236 The indentation of the caller, i.e. an initial value. If not given, there
237 will be no indentation at all, and the string will only be one line.
246 # indent => callers indentation ( undef for no indentation,
252 # Indentation of the whole structure, where applicable
254 # Indentation of individual items, where applicable
/freebsd/tools/tools/editing/
H A Dfreebsd.vim26 " indentation. It registers a macro (see below) for changing a buffer's
27 " indentation rules but does not change the indentation of existing code.
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DStructuredData.cpp211 // Reset original indentation level. in GetDescription()
218 // Return to new line and increase indentation if value is record type. in GetDescription()
233 // Reset indentation level if it was incremented previously. in GetDescription()
257 // Reset original indentation level. in GetDescription()
264 // Return to new line and increase indentation if value is record type. in GetDescription()
279 // Reset indentation level if it was incremented previously.
/freebsd/crypto/openssl/crypto/bio/
H A Dbf_prefix.c47 unsigned int indent; /* Indentation amount, given by user */
90 * If no prefix is set or if it's empty, and no indentation amount is set, in prefix_write()
97 * prepared to handle prefix and indentation the next time around. in prefix_write()
112 * indentation. in prefix_write()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.h10 /// This file implements an indenter that manages the indentation of
64 // FIXME: canBreak and mustBreak aren't strictly indentation-related. Find a
73 /// necessary for indentation.
76 /// line break and necessary indentation otherwise.
152 /// necessary for indentation.
162 /// necessary for indentation.
164 /// Adds a line break and necessary indentation.
266 /// Whether this block's indentation is used for alignment.
/freebsd/sys/contrib/dev/acpica/components/disassembler/
H A Ddmresrcs.c168 * Level - Current source code indentation level
215 * Level - Current source code indentation level
254 * Level - Current source code indentation level
300 * Level - Current source code indentation level
347 * Level - Current source code indentation level
387 * Level - Current source code indentation level
428 * Level - Current source code indentation level
458 * Level - Current source code indentation level
H A Ddmresrcl.c237 * Level - Current source code indentation level
286 * Level - Current source code indentation level
389 * Level - Current source code indentation level
691 * Level - Current source code indentation level
738 * Level - Current source code indentation level
785 * Level - Current source code indentation level
832 * Level - Current source code indentation level
882 * Level - Current source code indentation level
923 * Level - Current source code indentation level
964 * Level - Current source code indentation level
[all …]
H A Ddmresrcl2.c221 * Level - Current source code indentation level
291 * Level - Current source code indentation level
383 * Level - Current source code indentation level
435 * Level - Current source code indentation level
489 * Level - Current source code indentation level
575 * Level - Current source code indentation level
754 * Level - Current source code indentation level
825 * Level - Current source code indentation level
901 * Level - Current source code indentation level
986 * Level - Current source code indentation level
[all …]
/freebsd/sys/contrib/device-tree/Bindings/
H A D.yamllint29 comments-indentation: disable
40 indentation:
/freebsd/contrib/llvm-project/clang/include/clang/Rewrite/Core/
H A DRewriter.h114 /// using the indentation of the source line in position \p Loc.
180 /// Increase indentation for the lines between the given source range.
181 /// To determine what the indentation should be, 'parentIndent' is used
182 /// that should be at a source location with an indentation one degree
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVRange.cpp146 size_t Indentation = 0; in print() local
150 Indentation = options().indentationSize(); in print()
151 if (Indentation) in print()

1234567891011