| /NextBSD/etc/mtree/ |
| HD | README | 9 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/ |
| HD | freebsd.vim | 28 " 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/ |
| HD | diskeditor.h | 35 int indentation; member
|
| HD | diskeditor.c | 46 wmove(partitions, y, MARGIN + items[item].indentation*2); in print_partedit_item()
|
| HD | partedit.c | 489 (*items)[*nitems].indentation = recurse; in add_geom_children()
|
| /NextBSD/contrib/ntp/ |
| HD | README.hackers | 8 The file "dot.emacs" has the emacs C-mode indentation style that Dave likes.
|
| HD | dot.emacs | 11 "David L. Mills; NTP code indentation style")
|
| HD | README | 87 dot.emacs C-mode indentation rules for code "Just the way Dave likes it".
|
| /NextBSD/contrib/jansson/doc/ |
| HD | upgrading.rst | 62 **Maximum encoder indentation depth** 66 :func:`json_dump_file()`. If your code uses a bigger indentation
|
| /NextBSD/contrib/groff/src/devices/grohtml/ |
| HD | html-text.h | 72 int indentation, int pageoffset, int linelength,
|
| /NextBSD/contrib/ofed/management/opensm/doc/ |
| HD | opensm-coding-style.txt | 20 Some things from there in short: tab character for indentation and space
|
| /NextBSD/contrib/mdocml/ |
| HD | NEWS | 81 * 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/ |
| HD | ChangeLog | 261 * 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/ |
| HD | ChangeLog | 17 * 46d845d libsdp: fixed indentation
|
| /NextBSD/contrib/groff/doc/ |
| HD | groff-1 | 1145 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 …]
|
| HD | groff.texinfo | 81 @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 …]
|
| HD | groff-3 | 568 * 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/ |
| HD | Editline.cpp | 841 int indentation = 0; in NextLineCommand() local 846 … indentation = 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/ |
| HD | dapptrace_example.txt | 13 -F # print flow indentation
|
| /NextBSD/contrib/subversion/subversion/svnlook/ |
| HD | svnlook.c | 1188 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/ |
| HD | CHANGES | 29 - Define the maximum indentation as JSON_MAX_INDENT (#191). 432 - Change the maximum indentation depth to 31 spaces in encoder. This
|
| /NextBSD/contrib/groff/ |
| HD | ChangeLog.117 | 661 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/ |
| HD | ChangeLog | 153 * libiberty.h: Fix indentation.
|
| /NextBSD/usr.bin/sed/ |
| HD | POSIX | 39 difficult to write readable sed scripts unless indentation is allowed
|
| /NextBSD/crypto/openssl/ssl/ |
| HD | ssltest.c | 2423 static const char indentation[] = in process_proxy_debug() local 2430 indent, indent, indentation, format); in process_proxy_debug()
|