Home
last modified time | relevance | path

Searched refs:indentation (Results 1 – 25 of 103) sorted by relevance

12345

/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
HDWatchpointOptions.cpp161 unsigned indentation) const { in GetDescription()
170 indentation += 2; in GetDescription()
171 s.indent(indentation); in GetDescription()
174 indentation += 2; in GetDescription()
177 s.indent(indentation); in GetDescription()
HDBreakpointOptions.cpp583 unsigned indentation) const { in GetDescription()
592 indentation += 2; in GetDescription()
593 s.indent(indentation); in GetDescription()
601 indentation += 2; in GetDescription()
604 s.indent(indentation); in GetDescription()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
HDBaton.h44 unsigned indentation) const = 0;
57 unsigned indentation) const override;
71 unsigned indentation) const override {} in GetDescription() argument
/freebsd-11-stable/etc/mtree/
HDREADME9 a) The files use 4 space indentation, and other than in the header
10 comments, should not contain any tabs. An indentation of 4 is
11 preferable to the standard indentation of 8 because the indentation
/freebsd-11-stable/tools/tools/editing/
HDfreebsd.vim28 " indentation. It registers a macro (see below) for changing a buffer's
29 " indentation rules but does not change the indentation of existing code.
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
HDBaton.cpp13 unsigned indentation) const {} in GetDescription()
/freebsd-11-stable/usr.sbin/bsdinstall/partedit/
HDdiskeditor.h37 int indentation; member
HDdiskeditor.c48 wmove(partitions, y, MARGIN + items[item].indentation*2); in print_partedit_item()
HDpartedit.c492 (*items)[*nitems].indentation = recurse; in add_geom_children()
/freebsd-11-stable/contrib/ntp/
HDREADME.hackers8 The file "dot.emacs" has the emacs C-mode indentation style that Dave likes.
HDdot.emacs11 "David L. Mills; NTP code indentation style")
HDREADME87 dot.emacs C-mode indentation rules for code "Just the way Dave likes it".
/freebsd-11-stable/sys/conf/
HDkern.mk41 NO_WMISLEADING_INDENTATION= -Wno-misleading-indentation
67 CWARNEXTRA+= -Wno-error=misleading-indentation \
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
HDWatchpointOptions.h184 unsigned indentation) const override;
HDBreakpointOptions.h92 unsigned indentation) const override;
/freebsd-11-stable/contrib/groff/src/devices/grohtml/
HDhtml-text.h72 int indentation, int pageoffset, int linelength,
/freebsd-11-stable/contrib/groff/contrib/mm/
HDChangeLog261 * changed the indentation for displays, it will now
264 * Equation marks should now work better, indentation also.
398 * Error with .FG, .TB, .EC and .EX indentation fixed.
581 * .S do not reset indentation anymore.
642 * indentation in .TC corrected.
643 * indentation of DS/DE in lists fixed.
/freebsd-11-stable/contrib/mdocml/
HDNEWS116 * -Thtml: Produce human readable HTML code by using indentation
304 * man(7): Give section and subsection headers hanging indentation.
443 * man(7): Fix restoring indentation after .RS with large negative arguments.
602 excessive indentation and another by excessively long .Nm arguments.
604 fixed that sometimes caused an off-by-one error in indentation.
615 and the indentation of .IP and .TP blocks was improved.
630 * In the mdoc(7) SYNOPSIS, line breaks and hanging indentation
644 * In the man(7) formatter, reset indentation when leaving a block,
667 (example end). Plus several bugfixes regarding indentation, line
674 enclosures, delimiter handling, list indentation and horizontal and
[all …]
/freebsd-11-stable/contrib/groff/doc/
HDgroff-11145 paragraphs, which omit the indentation:
1441 Set the body text indentation to LENGTH. If not specified, the
1442 indentation defaults to 7n (7 characters) in nroff mode and 7.2n
1444 multiple of unit `n' to get consistent indentation.
1466 Set the indentation for sub-subheadings to LENGTH. If not
1467 specified, the indentation defaults to 3n.
1526 and the indentation for the following text is reset to its default
1534 document size. Additionally, the left margin and the indentation
1538 Set up an indented paragraph with label. The indentation is set to
1540 omitted), otherwise it is set to the previous indentation value
[all …]
HDgroff.texinfo81 @c next line to decide whether it should start indentation or not. If
1868 paragraphs, which omit the indentation:
2186 Set the body text indentation to @var{length}.
2187 If not specified, the indentation defaults to 7@dmn{n}
2190 to get consistent indentation.
2224 Set the indentation for sub-subheadings to @var{length}.
2225 If not specified, the indentation defaults to 3@dmn{n}.
2274 the base document size. Additionally, the left margin and the indentation
2283 size. Additionally, the left margin and the indentation for the
2288 Set up an indented paragraph with label. The indentation is set to
[all …]
/freebsd-11-stable/contrib/libxo/doc/
HDxo.rst72 depth for indentation. The `--leading-xpath` may be used to
HDoptions.rst45 indent=xx Set the indentation level
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
HDEditline.cpp802 int indentation = 0; in NextLineCommand() local
806 indentation = m_fix_indentation_callback( in NextLineCommand()
811 EditLineStringType(indentation, EditLineCharType(' '))); in NextLineCommand()
/freebsd-11-stable/share/mk/
HDbsd.sys.mk110 CWARNFLAGS+= -Wno-misleading-indentation
/freebsd-11-stable/contrib/subversion/subversion/svnlook/
HDsvnlook.c1198 int indentation, in print_tree() argument
1214 for (i = 0; i < indentation; i++) in print_tree()
1251 if (recurse || (indentation == 0)) in print_tree()
1272 indentation + 1, show_ids, full_paths, in print_tree()

12345