HomeSort by: relevance | last modified time | path
    Searched refs:indented (Results 1 - 25 of 45) sorted by relevancy

1 2

  /src/tests/usr.bin/indent/
ps_ind_level.c 9 * Even if later code has a smaller indentation, it is nevertheless indented to
16 * The declaration in the first line is indented by 3 tabs, amounting to 24
25 #if indented
36 #if indented
42 * Labels are always indented 2 levels left of the code. The first line starts
81 * The variables are indented by 16, 21, 26, 31, 36.
101 * The variables are indented by 7, 12, 17, 22, 27.
122 * Having function definitions indented to the right is not supported. In that
t_misc.sh 257 /* $ The variable name is indented by 12 characters due to -di12. */
303 # type name is indented by whitespace, it is ignored as well.
315 ignored_t is ignored since it is indented
  /src/usr.bin/make/unit-tests/
directive.mk 8 # even if they are indented.
9 # expect+1: Unknown directive "indented"
10 .indented none
11 # expect+1: Unknown directive "indented"
12 . indented 2 spaces
13 # expect+1: Unknown directive "indented"
14 . indented tab
opt-debug-errors.exp 7 echo \ indented; false
8 indented
11 *** Failed command: echo \ indented; false
directive-info.exp 5 make: directive-info.mk:20: indented message
opt-debug-errors-jobs.exp 11 echo \ indented; false
12 indented
17 echo \ indented; false
comment.mk 15 # Comments can be indented with spaces, but that is rather unusual.
17 # Comments can be indented with a tab.
opt-debug-errors-jobs.mk 19 echo \ indented; false
var-op-assign.mk 25 # commands, which are indented with a tab.
  /src/external/public-domain/sqlite/dist/
auto.def 20 proj-indented-notice {
  /src/usr.bin/xlint/lint1/
debug.c 116 debug_push_indented(bool indented)
119 did_indentation = indented;
124 debug_pop_indented(bool indented)
126 did_indentation = indented;
  /src/external/public-domain/sqlite/dist/tea/
teaish.tcl 375 proj-indented-notice -error {
382 proj-indented-notice {
455 proj-indented-notice -error {
465 proj-indented-notice -error \
  /src/share/misc/
style 370 gets + indented + four + spaces + on + the + second +
  /src/external/public-domain/sqlite/dist/autosetup/
sqlite-config.tcl 530 proj-indented-notice {
1312 proj-indented-notice {
1420 proj-indented-notice -error {
1430 proj-indented-notice -error \
1500 proj-indented-notice -error {
1507 proj-indented-notice {
1762 proj-indented-notice [subst -nocommands -nobackslashes {
1771 proj-indented-notice [subst -nocommands -nobackslashes {
1933 proj-indented-notice {
2099 proj-indented-notice
    [all...]
proj.tcl 169 # @proj-indented-notice ?-error? ?-notice? msg
186 proc proj-indented-notice {args} {
754 proj-indented-notice [subst -nocommands -nobackslashes {
  /src/external/gpl3/gcc/dist/libcpp/
directives.cc 375 /* Output diagnostics for a directive DIR. INDENTED is nonzero if
376 the '#' was indented. */
378 directive_diagnostics (cpp_reader *pfile, const directive *dir, int indented)
413 indented, and directives present in traditional C must not.
421 else if (indented && dir->origin == KANDR)
423 "traditional C ignores #%s with the # indented",
425 else if (!indented && dir->origin != KANDR)
427 "suggest hiding #%s from traditional C with an indented #",
432 /* Check if we have a known directive. INDENTED is true if the
433 '#' of the directive was indented. This function is in this fil
    [all...]
  /src/external/gpl3/gcc.old/dist/libcpp/
directives.cc 375 /* Output diagnostics for a directive DIR. INDENTED is nonzero if
376 the '#' was indented. */
378 directive_diagnostics (cpp_reader *pfile, const directive *dir, int indented)
398 indented, and directives present in traditional C must not.
406 else if (indented && dir->origin == KANDR)
408 "traditional C ignores #%s with the # indented",
410 else if (!indented && dir->origin != KANDR)
412 "suggest hiding #%s from traditional C with an indented #",
417 /* Check if we have a known directive. INDENTED is true if the
418 '#' of the directive was indented. This function is in this fil
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
class.cc 9507 int indented = 0;
9533 indented = maybe_indent_hierarchy (stream, indent + 3, indented);
9541 indented = maybe_indent_hierarchy (stream, indent + 3, indented); local
9544 if (indented)
9549 int indented = 0;
9553 indented = maybe_indent_hierarchy (stream, indent + 3, indented);
9560 indented = maybe_indent_hierarchy (stream, indent + 3, indented)
9499 int indented = 0; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
class.cc 9116 int indented = 0;
9142 indented = maybe_indent_hierarchy (stream, indent + 3, indented);
9150 indented = maybe_indent_hierarchy (stream, indent + 3, indented); local
9153 if (indented)
9158 int indented = 0;
9162 indented = maybe_indent_hierarchy (stream, indent + 3, indented);
9169 indented = maybe_indent_hierarchy (stream, indent + 3, indented)
9108 int indented = 0; local
    [all...]
  /src/external/public-domain/sqlite/dist/autosetup/teaish/
core.tcl 893 proj-indented-notice -error {
946 proj-indented-notice [subst -nocommands -nobackslashes {
1040 proj-indented-notice -error "
  /src/external/bsd/ntp/dist/ntpq/
ntpq-opts.def 131 and continue the data display properly indented on the next line.
  /src/external/bsd/ipf/dist/
HISTORY 85 3536200 printing of bytes/packets not indented
  /src/external/gpl2/diffutils/dist/config/
texinfo.tex 2285 % The first column will be indented with the surrounding text.
3175 % entries. The paragraph is indented by \leftskip.
4367 % @lisp: indented, narrowed, typewriter font.
  /src/external/gpl2/gettext/dist/build-aux/
texinfo.tex 1843 % text will be indented by \tableindent, we make the item text be in
2224 % The first column will be indented with the surrounding text.
2675 % entries. The paragraph is indented by \leftskip.
  /src/external/gpl2/gmake/dist/config/
texinfo.tex 2862 % The first column will be indented with the surrounding text.
3717 % and table of contents entries. The paragraph is indented by \leftskip.
5054 % @lisp: indented, narrowed, typewriter font; @example: same as @lisp.

Completed in 99 milliseconds

1 2