HomeSort by: relevance | last modified time | path
    Searched refs:INDENT (Results 1 - 21 of 21) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/util/
openssl-format-source 12 # - format source tree according to OpenSSL coding style using indent
17 # note: the indent options assume GNU indent v2.2.10 which was released
18 # Feb-2009 so if you have an older indent the options may not
22 # the reformatting has been completed as marking a block causes indent to
32 INDENT=indent
33 uname -s | grep BSD > /dev/null && type gindent > /dev/null 2>&1 && INDENT=gindent
48 # our own indent profile, which is at a well known location
49 INDENT_PROFILE="$HERE/indent.pro
    [all...]
  /src/tests/usr.bin/indent/
t_options.sh 28 # Tests for indent that focus on comparing the effects of the various command
35 # //indent input [description]
37 # //indent run [options]
38 # Runs indent on the input, using the given options.
39 # //indent end [description]
40 # Finishes an '//indent input' or '//indent run' section.
41 # //indent run-equals-input [options]
42 # Runs indent on the input, expecting unmodified output.
43 # //indent run-equals-prev-output [options
    [all...]
t_options.lua 27 -- usage: [INDENT=...] lua t_options.lua <file.c>...
29 -- Run indent on several inputs with different command line options, verifying
36 -- //indent input
38 -- //indent run [options]
39 -- Runs indent on the input, using the given options.
40 -- //indent end
41 -- Finishes an '//indent input' or '//indent run' section.
42 -- //indent run-equals-input [options]
43 -- Runs indent on the input, expecting that the output is th
    [all...]
  /src/external/historical/nawk/dist/testdir/
funstack.awk 32 ### [-v HTML=nnn] [-v INDENT=nnn] \
40 ### [-v HTML=nnn] [-v INDENT=nnn] \
48 ### The INDENT=nnn command-line option specifies
49 ### the number of blanks to indent each logical
50 ### level of HTML. The default is INDENT=4.
51 ### INDENT=0 suppresses indentation. The INDENT
715 if (INDENT == "")
716 INDENT = 4
719 INDENT = 0 # indentation suppressed in ASCII mod
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/
message.c 448 m->indent.string = "\t";
449 m->indent.count = 0;
3413 #define INDENT(sp) \
3420 for (__i = 0; __i < msg->indent.count; __i++) { \
3421 ADD_STRING(target, msg->indent.string); \
3440 saved_count = msg->indent.count;
3448 INDENT(style);
3472 msg->indent.count++;
3495 INDENT(style);
3505 name, rdataset, style, &msg->indent,
3652 unsigned int indent; local
    [all...]
  /src/bin/ksh/
tree.c 15 #define INDENT 4
18 static void ptree ARGS((struct op *t, int indent, struct shf *f));
19 static void pioact ARGS((struct shf *f, int indent, struct ioword *iop));
22 static void vfptreef ARGS((struct shf *shf, int indent, const char *fmt, va_list va));
31 ptree(t, indent, shf)
33 int indent;
47 fptreef(shf, indent, "%S ", *w++);
49 fptreef(shf, indent, "#no-vars# ");
52 fptreef(shf, indent, "%S ", *w++);
54 fptreef(shf, indent, "#no-args# ")
444 ptree(va_arg(va, struct op *), indent, shf); local
    [all...]
  /src/external/mpl/bind/dist/lib/dns/
message.c 470 m->indent.string = "\t";
471 m->indent.count = 0;
3360 #define INDENT(sp) \
3369 for (__i = 0; __i < msg->indent.count; __i++) { \
3370 ADD_STRING(target, msg->indent.string); \
3388 saved_count = msg->indent.count;
3396 INDENT(style);
3420 msg->indent.count++;
3443 INDENT(style);
3451 name, rds, style, &msg->indent, target)
3707 unsigned int indent; local
    [all...]
  /src/external/ibm-public/postfix/dist/src/smtp/
smtp_chat.c 437 static void print_line(const char *str, int len, int indent, void *context)
441 post_mail_fprintf(notice, " %*s%.*s", indent, "", len, str);
470 #define INDENT 4
500 line_wrap(printable(*cpp, '?'), LENGTH, INDENT, print_line,
  /src/external/ibm-public/postfix/dist/src/smtpd/
smtpd_chat.c 286 static void print_line(const char *str, int len, int indent, void *context)
290 post_mail_fprintf(notice, " %*s%.*s", indent, "", len, str);
319 #define INDENT 4
346 line_wrap(printable(*cpp, '?'), LENGTH, INDENT, print_line,
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-ada-spec.cc 42 #define INDENT(SPACE) \
856 /* Dump a newline and indent BUFFER by SPC chars. */
862 INDENT (spc);
1903 INDENT (spc);
2880 INDENT (spc);
2888 INDENT (spc);
2928 INDENT (spc);
3022 INDENT (spc);
3108 INDENT (spc);
3114 INDENT (spc)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-ada-spec.cc 42 #define INDENT(SPACE) \
856 /* Dump a newline and indent BUFFER by SPC chars. */
862 INDENT (spc);
1900 INDENT (spc);
2833 INDENT (spc);
2841 INDENT (spc);
2881 INDENT (spc);
2975 INDENT (spc);
3061 INDENT (spc);
3067 INDENT (spc)
    [all...]
  /src/external/apache2/mDNSResponder/dist/mDNSShared/
DebugServices.h 1532 #define dloghex( LEVEL, INDENT, LABEL, LABEL_SIZE, LABEL_MIN_SIZE, TYPE, TYPE_SIZE, DATA_START, DATA, DATA_SIZE, FLAGS, BUFFER, BUFFER_SIZE ) \
1533 DebugHexDump( ( LEVEL ), (INDENT), ( LABEL ), ( LABEL_SIZE ), ( LABEL_MIN_SIZE ), ( TYPE ), ( TYPE_SIZE ), \
1536 #define dloghex( LEVEL, INDENT, LABEL, LABEL_SIZE, LABEL_MIN_SIZE, TYPE, TYPE_SIZE, DATA_START, DATA, DATA_SIZE, FLAGS, BUFFER, BUFFER_SIZE )
  /src/external/ibm-public/postfix/dist/src/bounce/
bounce_notify_util.c 608 static void bounce_print(const char *str, int len, int indent, void *context)
612 post_mail_fprintf(bounce, "%*s%.*s", indent, "", len, str);
623 #define INDENT 4
628 line_wrap(STR(bounce_info->buf), LENGTH, INDENT,
  /src/external/gpl3/gcc/dist/gcc/
gengtype.cc 91 static void dump_pair (int indent, pair_p p);
92 static void dump_type (int indent, type_p p);
93 static void dump_type_list (int indent, type_p p);
2453 int indent;
2635 oprintf (d->of, "%*scase %s:\n", d->indent, "", type_tag);
2636 d->indent += 2;
2637 oprintf (d->of, "%*s{\n", d->indent, "");
2638 d->indent += 2;
2640 d->indent, "", sub->u.s.tag, sub->u.s.tag);
2645 d->indent -= 2
2445 int indent; member in struct:walk_type_data
    [all...]
gimple-pretty-print.cc 55 #define INDENT(SPACE) \
77 INDENT (spc);
209 INDENT (spc);
243 'S' - outputs a gimple_seq with indent of spc + 2,
249 '+' - increases indent by 2 then outputs a newline,
250 '-' - decreases indent by 2 then outputs a newline. */
1146 spaces of indent. FLAGS specifies details to show in the dump (see
1170 spaces of indent. FLAGS specifies details to show in the dump (see
1186 spaces of indent. FLAGS specifies details to show in the dump (see
1220 indent. FLAGS specifies details to show in the dump (see TDF_* i
    [all...]
tree-pretty-print.cc 59 #define INDENT(SPACE) do { \
152 INDENT spaces. */
155 print_generic_stmt_indented (FILE *file, tree t, dump_flags_t flags, int indent)
161 for (i = 0; i < indent; i++)
163 dump_generic_node (tree_pp, t, indent, flags, true);
1960 indent. FLAGS specifies details to show in the dump (see TDF_* in
4169 INDENT (spc);
4277 INDENT (spc);
4289 INDENT (spc);
4314 INDENT (spc)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gengtype.cc 91 static void dump_pair (int indent, pair_p p);
92 static void dump_type (int indent, type_p p);
93 static void dump_type_list (int indent, type_p p);
2483 int indent;
2666 oprintf (d->of, "%*scase %s:\n", d->indent, "", type_tag);
2667 d->indent += 2;
2668 oprintf (d->of, "%*s{\n", d->indent, "");
2669 d->indent += 2;
2671 d->indent, "", sub->u.s.tag, sub->u.s.tag);
2676 d->indent -= 2
2475 int indent; member in struct:walk_type_data
    [all...]
gimple-pretty-print.cc 54 #define INDENT(SPACE) \
76 INDENT (spc);
208 INDENT (spc);
242 'S' - outputs a gimple_seq with indent of spc + 2,
248 '+' - increases indent by 2 then outputs a newline,
249 '-' - decreases indent by 2 then outputs a newline. */
1150 spaces of indent. FLAGS specifies details to show in the dump (see
1174 spaces of indent. FLAGS specifies details to show in the dump (see
1190 spaces of indent. FLAGS specifies details to show in the dump (see
1224 indent. FLAGS specifies details to show in the dump (see TDF_* i
    [all...]
tree-pretty-print.cc 58 #define INDENT(SPACE) do { \
151 INDENT spaces. */
154 print_generic_stmt_indented (FILE *file, tree t, dump_flags_t flags, int indent)
160 for (i = 0; i < indent; i++)
162 dump_generic_node (tree_pp, t, indent, flags, true);
1756 indent. FLAGS specifies details to show in the dump (see TDF_* in
3902 INDENT (spc);
4010 INDENT (spc);
4022 INDENT (spc);
4047 INDENT (spc)
    [all...]
  /src/dist/pf/sbin/pfctl/
pfctl.c 125 #define INDENT(d, o) do { \
873 INDENT(depth, !(opts & PF_OPT_VERBOSE));
896 INDENT(depth, !(opts & PF_OPT_VERBOSE));
1255 INDENT(depth - 1, (pf->opts & PF_OPT_VERBOSE));
1309 INDENT(depth, !(pf->opts & PF_OPT_VERBOSE2));
  /src/external/bsd/flex/dist/
configure 643 INDENT
19801 # Extract the first word of "indent", so it can be a program name with args.
19802 set dummy indent; ac_word=$2
19808 case $INDENT in
19810 ac_cv_path_INDENT="$INDENT" # Let the user override the test with a path.
19828 test -z "$ac_cv_path_INDENT" && ac_cv_path_INDENT="\${top_srcdir}/build-aux/missing indent"
19832 INDENT=$ac_cv_path_INDENT
19833 if test -n "$INDENT"; then
19834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INDENT" >&5
19835 $as_echo "$INDENT" >&6;
    [all...]

Completed in 80 milliseconds