/freebsd/crypto/openssl/doc/man3/ |
H A D | BIO_f_prefix.pod | 23 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 D | WatchpointOptions.cpp | 159 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 D | BreakpointOptions.cpp | 563 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 D | Baton.h | 44 unsigned indentation) const = 0; 57 unsigned indentation) const override; 71 unsigned indentation) const override {} in GetDescription() argument
|
/freebsd/etc/mtree/ |
H A D | README | 7 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 D | freebsd.vim | 26 " 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 | .yamllint | 29 comments-indentation: disable 40 indentation:
|
H A D | writing-schema.rst | 136 Use YAML coding style (two-space indentation). For DTS examples in the schema, 137 preferred is four-space indentation.
|
H A D | dts-coding-style.rst | 168 1. Use indentation according to Documentation/process/coding-style.rst.
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | Baton.cpp | 13 unsigned indentation) const {} in GetDescription()
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | job-flags.mk | 25 -false without indentation
|
H A D | job-flags.exp | 7 false without indentation
|
/freebsd/usr.sbin/bsdinstall/partedit/ |
H A D | diskmenu.h | 40 int indentation; member
|
H A D | diskmenu.c | 51 bsditems[i].depth = 2 * items[i].indentation; in diskmenu_show()
|
H A D | partedit.c | 555 (*items)[*nitems].indentation = recurse; in add_geom_children()
|
/freebsd/contrib/ntp/ |
H A D | README.hackers | 8 The file "dot.emacs" has the emacs C-mode indentation style that Dave likes.
|
H A D | dot.emacs | 11 "David L. Mills; NTP code indentation style")
|
H A D | README | 87 dot.emacs C-mode indentation rules for code "Just the way Dave likes it".
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
H A D | WatchpointOptions.h | 179 unsigned indentation) const override;
|
H A D | BreakpointOptions.h | 90 unsigned indentation) const override;
|
/freebsd/sys/conf/ |
H A D | kern.mk | 28 NO_WMISLEADING_INDENTATION= -Wno-misleading-indentation 61 -Wno-error=misleading-indentation \
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | Editline.cpp | 808 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 D | NEWS | 466 * -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 D | options.rst | 45 indent=xx Set the indentation level
|
H A D | xo.rst | 74 depth for indentation. The `--leading-xpath` may be used to
|