Home
last modified time | relevance | path

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

1234

/NextBSD/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
/NextBSD/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.
/NextBSD/usr.sbin/bsdinstall/partedit/
HDdiskeditor.h35 int indentation; member
HDdiskeditor.c46 wmove(partitions, y, MARGIN + items[item].indentation*2); in print_partedit_item()
HDpartedit.c489 (*items)[*nitems].indentation = recurse; in add_geom_children()
/NextBSD/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".
/NextBSD/contrib/jansson/doc/
HDupgrading.rst62 **Maximum encoder indentation depth**
66 :func:`json_dump_file()`. If your code uses a bigger indentation
/NextBSD/contrib/groff/src/devices/grohtml/
HDhtml-text.h72 int indentation, int pageoffset, int linelength,
/NextBSD/contrib/ofed/management/opensm/doc/
HDopensm-coding-style.txt20 Some things from there in short: tab character for indentation and space
/NextBSD/contrib/mdocml/
HDNEWS81 * man(7): Fix restoring indentation after .RS with large negative arguments.
240 excessive indentation and another by excessively long .Nm arguments.
242 fixed that sometimes caused an off-by-one error in indentation.
253 and the indentation of .IP and .TP blocks was improved.
268 * In the mdoc(7) SYNOPSIS, line breaks and hanging indentation
282 * In the man(7) formatter, reset indentation when leaving a block,
305 (example end). Plus several bugfixes regarding indentation, line
312 enclosures, delimiter handling, list indentation and horizontal and
362 bugs were fixed regarding indentation and alignment.
/NextBSD/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.
/NextBSD/contrib/ofed/libsdp/
HDChangeLog17 * 46d845d libsdp: fixed indentation
/NextBSD/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 …]
HDgroff-3568 * default indentation [man]: Miscellaneous man macros.
570 * default indentation, resetting [man]: Man usage. (line 127)
944 * hanging indentation [man]: Man usage. (line 98)
1032 * indentation (in): Line Layout. (line 26)
1177 * line indentation (in): Line Layout. (line 26)
1269 * man macros, default indentation: Miscellaneous man macros.
1273 * man macros, hanging indentation: Man usage. (line 98)
1279 * man macros, resetting default indentation: Man usage. (line 127)
/NextBSD/contrib/llvm/tools/lldb/source/Host/common/
HDEditline.cpp841 int indentation = 0; in NextLineCommand() local
846indentation = m_fix_indentation_callback (this, lines, 0, m_fix_indentation_callback_baton); in NextLineCommand()
848 …m_input_lines.insert (m_input_lines.end(), EditLineStringType (indentation, EditLineCharType(' '))… in NextLineCommand()
/NextBSD/cddl/contrib/dtracetoolkit/Examples/
HDdapptrace_example.txt13 -F # print flow indentation
/NextBSD/contrib/subversion/subversion/svnlook/
HDsvnlook.c1188 int indentation, in print_tree() argument
1204 for (i = 0; i < indentation; i++) in print_tree()
1241 if (recurse || (indentation == 0)) in print_tree()
1262 indentation + 1, show_ids, full_paths, in print_tree()
/NextBSD/contrib/jansson/
HDCHANGES29 - Define the maximum indentation as JSON_MAX_INDENT (#191).
432 - Change the maximum indentation depth to 31 spaces in encoder. This
/NextBSD/contrib/groff/
HDChangeLog.117661 Fix indentation in SYNOPSIS.
924 Introduced simple html tables to implement indentation.
929 (html_printer): Improve indentation handling.
931 indentation if set.
934 (html_printer::do_linelength): Handle line length and indentation
936 (html_printer::do_pageoffset): Handle indentation conditionally.
939 (html_printer::do_fill): Take care of indentation.
953 (html_printer::begin_page): Use `put_string()'. Handle indentation.
1264 indentation.
/NextBSD/contrib/gcclibs/include/
HDChangeLog153 * libiberty.h: Fix indentation.
/NextBSD/usr.bin/sed/
HDPOSIX39 difficult to write readable sed scripts unless indentation is allowed
/NextBSD/crypto/openssl/ssl/
HDssltest.c2423 static const char indentation[] = in process_proxy_debug() local
2430 indent, indent, indentation, format); in process_proxy_debug()

1234