Home
last modified time | relevance | path

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

123

/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/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()
H A DBreakpointOptions.cpp563 unsigned indentation) const { in GetDescription()
572 indentation += 2; in GetDescription()
573 s.indent(indentation); in GetDescription()
581 indentation += 2; in GetDescription()
584 s.indent(indentation); in GetDescription()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DBaton.h44 unsigned indentation) const = 0;
57 unsigned indentation) const override;
71 unsigned indentation) const override {} in GetDescription() argument
/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/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/sys/contrib/device-tree/Bindings/
H A D.yamllint29 comments-indentation: disable
40 indentation:
H A Dwriting-schema.rst136 Use YAML coding style (two-space indentation). For DTS examples in the schema,
137 preferred is four-space indentation.
H A Ddts-coding-style.rst168 1. Use indentation according to Documentation/process/coding-style.rst.
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DBaton.cpp13 unsigned indentation) const {} in GetDescription()
/freebsd/contrib/bmake/unit-tests/
H A Djob-flags.mk25 -false without indentation
H A Djob-flags.exp7 false without indentation
/freebsd/usr.sbin/bsdinstall/partedit/
H A Ddiskmenu.h40 int indentation; member
H A Ddiskmenu.c51 bsditems[i].depth = 2 * items[i].indentation; in diskmenu_show()
H A Dpartedit.c555 (*items)[*nitems].indentation = recurse; in add_geom_children()
/freebsd/contrib/ntp/
H A DREADME.hackers8 The file "dot.emacs" has the emacs C-mode indentation style that Dave likes.
H A Ddot.emacs11 "David L. Mills; NTP code indentation style")
H A DREADME87 dot.emacs C-mode indentation rules for code "Just the way Dave likes it".
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpointOptions.h179 unsigned indentation) const override;
H A DBreakpointOptions.h90 unsigned indentation) const override;
/freebsd/sys/conf/
H A Dkern.mk28 NO_WMISLEADING_INDENTATION= -Wno-misleading-indentation
61 -Wno-error=misleading-indentation \
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp808 int indentation = 0; in NextLineCommand() local
812 indentation = m_fix_indentation_callback(this, lines, 0); in NextLineCommand()
816 EditLineStringType(indentation, EditLineCharType(' '))); in NextLineCommand()
/freebsd/contrib/mandoc/
H A DNEWS466 * -Thtml: Produce human readable HTML code by using indentation
654 * man(7): Give section and subsection headers hanging indentation.
793 * man(7): Fix restoring indentation after .RS with large negative arguments.
952 excessive indentation and another by excessively long .Nm arguments.
954 fixed that sometimes caused an off-by-one error in indentation.
965 and the indentation of .IP and .TP blocks was improved.
980 * In the mdoc(7) SYNOPSIS, line breaks and hanging indentation
994 * In the man(7) formatter, reset indentation when leaving a block,
1017 (example end). Plus several bugfixes regarding indentation, line
1024 enclosures, delimiter handling, list indentation and horizontal and
[all …]
/freebsd/contrib/libxo/doc/
H A Doptions.rst45 indent=xx Set the indentation level
H A Dxo.rst74 depth for indentation. The `--leading-xpath` may be used to

123