Searched refs:indentation (Results 1 - 20 of 20) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DBaton.cpp13 unsigned indentation) const {}
/freebsd-11-stable/usr.sbin/bsdinstall/partedit/
H A Ddiskeditor.h37 int indentation; member in struct:partedit_item
H A Ddiskeditor.c48 wmove(partitions, y, MARGIN + items[item].indentation*2);
H A Dpartedit.c492 (*items)[*nitems].indentation = recurse;
/freebsd-11-stable/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 {}
/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpointOptions.cpp161 unsigned indentation) const {
170 indentation += 2;
171 s.indent(indentation);
174 indentation += 2;
177 s.indent(indentation);
H A DBreakpointOptions.cpp583 unsigned indentation) const {
592 indentation += 2;
593 s.indent(indentation);
601 indentation += 2;
604 s.indent(indentation);
/freebsd-11-stable/tools/tools/editing/
H A Dfreebsd.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/include/lldb/Breakpoint/
H A DWatchpointOptions.h184 unsigned indentation) const override;
H A DBreakpointOptions.h92 unsigned indentation) const override;
/freebsd-11-stable/contrib/groff/src/devices/grohtml/
H A Dhtml-text.h70 void do_para (const char *arg, int space); // used for no indentation
72 int indentation, int pageoffset, int linelength,
/freebsd-11-stable/sys/conf/
H A Dkern.mk41 NO_WMISLEADING_INDENTATION= -Wno-misleading-indentation
67 CWARNEXTRA+= -Wno-error=misleading-indentation \
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp627 // Apply smart indentation
801 // Determine indentation for the new line
802 int indentation = 0; local
806 indentation = m_fix_indentation_callback(
811 EditLineStringType(indentation, EditLineCharType(' ')));
849 // Save the edits and determine the correct indentation level
859 // Change the indentation level of the line
1126 el_wset(m_editline, EL_ADDFN, EditLineConstString("lldb-fix-indentation"),
1127 EditLineConstString("Fix line indentation"),
1182 el_set(m_editline, EL_BIND, bind_key, "lldb-fix-indentation", NUL
[all...]
/freebsd-11-stable/contrib/subversion/subversion/svnlook/
H A Dsvnlook.c1203 int indentation,
1215 /* Print the indentation. */
1219 for (i = 0; i < indentation; i++)
1256 if (recurse || (indentation == 0))
1277 indentation + 1, show_ids, full_paths,
2004 every line of output has the indentation whether the value
1194 print_tree(svn_fs_root_t *root, const char *path , const svn_fs_id_t *id, svn_boolean_t is_dir, int indentation, svn_boolean_t show_ids, svn_boolean_t full_paths, svn_boolean_t recurse, apr_pool_t *pool) argument
/freebsd-11-stable/share/mk/
H A Dbsd.sys.mk110 CWARNFLAGS+= -Wno-misleading-indentation
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex994 % If WORD is `none', then suppress indentation of the first paragraph
998 % The paragraph indentation is suppressed or not by calling
1001 % By default, we suppress indentation.
1018 % Here is how we actually suppress indentation. Redefine \everypar to
2399 % default indentation of table text
2401 % default indentation of @itemize and @enumerate text
3661 \everypar = {}% don't want the \kern\-parindent from indentation suppression.
3759 % indentation looks wrong when the entry text itself is broken across
3760 % lines. So we use a small indentation and put up with long leaders.
4773 % This parameter controls the indentation o
[all...]
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex971 % If WORD is `none', then suppress indentation of the first paragraph
975 % The paragraph indentation is suppressed or not by calling
978 % By default, we suppress indentation.
995 % Here is how we actually suppress indentation. Redefine \everypar to
2298 % default indentation of table text
2300 % default indentation of @itemize and @enumerate text
3559 \everypar = {}% don't want the \kern\-parindent from indentation suppression.
3657 % indentation looks wrong when the entry text itself is broken across
3658 % lines. So we use a small indentation and put up with long leaders.
4650 % This parameter controls the indentation o
[all...]
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex979 % If WORD is `none', then suppress indentation of the first paragraph
983 % The paragraph indentation is suppressed or not by calling
986 % By default, we suppress indentation.
1003 % Here is how we actually suppress indentation. Redefine \everypar to
3273 % Settings used for typesetting titles: no hyphenation, no indentation,
3492 % default indentation of table text
3494 % default indentation of @itemize and @enumerate text
4893 \everypar = {}% don't want the \kern\-parindent from indentation suppression.
4990 % indentation looks wrong when the entry text itself is broken across
4991 % lines. So we use a small indentation an
[all...]
/freebsd-11-stable/crypto/openssl/ssl/
H A Dssltest.c2752 static const char indentation[] = local
2759 indent, indent, indentation, format);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DYAMLParser.cpp422 /// Unroll indentation in \a Indents back to \a Col. Creates BlockEnd
484 /// Scan an indentation indicator in a block scalar header.
493 /// Look for the indentation level of a block scalar.
499 /// Scan the indentation of a text line in a block scalar.
523 /// Current YAML indentation level in spaces.
1109 // Reset the indentation level.
1376 setError("Found invalid tab character in indentation", Tmp);
1517 // This line isn't empty, so try and find the indentation.
1522 // We found the block's indentation.
1557 // Skip the indentation
[all...]

Completed in 320 milliseconds