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

/freebsd-11.0-release/usr.sbin/bsdinstall/partedit/
H A Ddiskeditor.h35 int indentation; member in struct:partedit_item
H A Ddiskeditor.c46 wmove(partitions, y, MARGIN + items[item].indentation*2);
H A Dpartedit.c490 (*items)[*nitems].indentation = recurse;
/freebsd-11.0-release/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.0-release/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.0-release/contrib/llvm/tools/lldb/source/Host/common/
H A DEditline.cpp696 // Apply smart indentation
840 // Determine indentation for the new line
841 int indentation = 0; local
846 indentation = m_fix_indentation_callback (this, lines, 0, m_fix_indentation_callback_baton);
848 m_input_lines.insert (m_input_lines.end(), EditLineStringType (indentation, EditLineCharType(' ')));
875 // Save the edits and determine the correct indentation level
884 // Change the indentation level of the line
1106 el_set (m_editline, EL_ADDFN, "lldb-fix-indentation", "Fix line indentation",
1145 el_set (m_editline, EL_BIND, bind_key, "lldb-fix-indentation", NUL
[all...]
/freebsd-11.0-release/contrib/subversion/subversion/svnlook/
H A Dsvnlook.c1180 int indentation,
1192 /* Print the indentation. */
1196 for (i = 0; i < indentation; i++)
1233 if (recurse || (indentation == 0))
1254 indentation + 1, show_ids, full_paths,
1980 every line of output has the indentation whether the value
1171 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.0-release/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.0-release/contrib/amd/doc/
H A Dtexinfo.tex970 % If WORD is `none', then suppress indentation of the first paragraph
974 % The paragraph indentation is suppressed or not by calling
977 % By default, we suppress indentation.
994 % Here is how we actually suppress indentation. Redefine \everypar to
2236 % default indentation of table text
2238 % default indentation of @itemize and @enumerate text
3487 \everypar = {}% don't want the \kern\-parindent from indentation suppression.
3585 % indentation looks wrong when the entry text itself is broken across
3586 % lines. So we use a small indentation and put up with long leaders.
4578 % This parameter controls the indentation o
[all...]
/freebsd-11.0-release/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.0-release/crypto/openssl/ssl/
H A Dssltest.c2576 static const char indentation[] = local
2583 indent, indent, indentation, format);
/freebsd-11.0-release/contrib/llvm/lib/Support/
H A DYAMLParser.cpp432 /// @brief Unroll indentation in \a Indents back to \a Col. Creates BlockEnd
494 /// Scan an indentation indicator in a block scalar header.
503 /// Look for the indentation level of a block scalar.
509 /// Scan the indentation of a text line in a block scalar.
533 /// @brief Current YAML indentation level in spaces.
1111 // Reset the indentation level.
1375 setError("Found invalid tab character in indentation", Tmp);
1516 // This line isn't empty, so try and find the indentation.
1521 // We found the block's indentation.
1556 // Skip the indentation
[all...]

Completed in 281 milliseconds