Home
last modified time | relevance | path

Searched refs:indent (Results 1 – 25 of 540) sorted by relevance

12345678910>>...22

/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DDAGISelMatcher.cpp22 void Matcher::print(raw_ostream &OS, unsigned indent) const { in print()
23 printImpl(OS, indent); in print()
25 return Next->print(OS, indent); in print()
116 void ScopeMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl()
117 OS.indent(indent) << "Scope\n"; in printImpl()
120 OS.indent(indent+1) << "NULL POINTER\n"; in printImpl()
122 C->print(OS, indent+2); in printImpl()
126 void RecordMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl()
127 OS.indent(indent) << "Record\n"; in printImpl()
130 void RecordChildMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl()
[all …]
DPredicateExpander.cpp133 OS.indent(getIndentLevel() * 2); in expandCheckOpcode()
143 OS.indent(getIndentLevel() * 2); in expandCheckOpcode()
171 OS.indent(getIndentLevel() * 2); in expandPredicateSequence()
179 OS.indent(getIndentLevel() * 2); in expandPredicateSequence()
243 OS.indent(getIndentLevel() * 2); in expandOpcodeSwitchCase()
249 OS.indent(getIndentLevel() * 2); in expandOpcodeSwitchCase()
267 SS.indent(getIndentLevel() * 2); in expandOpcodeSwitchStatement()
271 SS.indent(getIndentLevel() * 2); in expandOpcodeSwitchStatement()
276 SS.indent(getIndentLevel() * 2); in expandOpcodeSwitchStatement()
398 OS.indent(getIndentLevel() * 2); in expandHeader()
[all …]
/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
DPlistDiagnostics.cpp106 void ReportMacroExpansions(raw_ostream &o, unsigned indent);
110 unsigned indent, unsigned depth, bool includeControlFlow, in ReportPiece() argument
115 ReportControlFlow(o, cast<PathDiagnosticControlFlowPiece>(P), indent); in ReportPiece()
118 ReportCall(o, cast<PathDiagnosticCallPiece>(P), indent, in ReportPiece()
122 ReportEvent(o, cast<PathDiagnosticEventPiece>(P), indent, depth, in ReportPiece()
126 ReportMacroSubPieces(o, cast<PathDiagnosticMacroPiece>(P), indent, in ReportPiece()
130 ReportNote(o, cast<PathDiagnosticNotePiece>(P), indent); in ReportPiece()
133 ReportPopUp(o, cast<PathDiagnosticPopUpPiece>(P), indent); in ReportPiece()
139 unsigned indent);
140 void EmitMessage(raw_ostream &o, StringRef Message, unsigned indent);
[all …]
/openbsd/src/usr.sbin/rad/
Dprintconf.c65 print_ra_options(const char *indent, const struct ra_options_conf *ra_options) in print_ra_options() argument
72 printf("%sdefault router %s\n", indent, yesno(ra_options->dfr)); in print_ra_options()
73 printf("%shop limit %d\n", indent, ra_options->cur_hl); in print_ra_options()
74 printf("%smanaged address configuration %s\n", indent, in print_ra_options()
76 printf("%sother configuration %s\n", indent, yesno(ra_options->o_flag)); in print_ra_options()
77 printf("%srouter preference %s\n", indent, rtpref(ra_options->rtpref)); in print_ra_options()
78 printf("%srouter lifetime %d\n", indent, ra_options->router_lifetime); in print_ra_options()
79 printf("%sreachable time %u\n", indent, ra_options->reachable_time); in print_ra_options()
80 printf("%sretrans timer %u\n", indent, ra_options->retrans_timer); in print_ra_options()
81 printf("%ssource link-layer address %s\n", indent, in print_ra_options()
[all …]
/openbsd/src/gnu/usr.bin/perl/cpan/ExtUtils-Constant/lib/ExtUtils/Constant/
DBase.pm146 my ($name, $checked_at, $indent) = @{$args}{qw(name checked_at indent)};
147 $indent = ' ' x ($indent || 4);
159 return $indent . "{\n"
179 return $indent . "if ($name_param" . "[$check] == '$char') {\n";
186 return $indent .
192 return $indent .
206 my $body = $indent . "if ($memEQ($name_param, \"$name\", $len)) {\n";
211 $body .= $indent . "/* " . (' ' x length $memEQ)
216 $body .= $indent . "/* $front_chop"
236 my ($default_type, $what, $indent, $declare_types)
[all …]
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dprint-tree.c60 print_node_brief (file, prefix, node, indent) in print_node_brief() argument
64 int indent;
75 if (indent > 0)
161 print_node (file, prefix, node, indent) in print_node() argument
165 int indent;
184 if (indent > 24)
186 print_node_brief (file, prefix, node, indent);
190 if (indent > 8 && (class == 't' || class == 'd'))
192 print_node_brief (file, prefix, node, indent);
199 print_node_brief (file, prefix, node, indent);
[all …]
/openbsd/src/gnu/gcc/gcc/
Dprint-tree.c73 print_node_brief (FILE *file, const char *prefix, tree node, int indent) in print_node_brief() argument
84 if (indent > 0) in print_node_brief()
171 print_node (FILE *file, const char *prefix, tree node, int indent) in print_node() argument
192 if (indent > 24) in print_node()
194 print_node_brief (file, prefix, node, indent); in print_node()
198 if (indent > 8 && (class == tcc_type || class == tcc_declaration)) in print_node()
200 print_node_brief (file, prefix, node, indent); in print_node()
207 print_node_brief (file, prefix, node, indent); in print_node()
217 print_node_brief (file, prefix, node, indent); in print_node()
228 indent_to (file, indent); in print_node()
[all …]
/openbsd/src/bin/ksh/
Dtree.c27 ptree(struct op *t, int indent, struct shf *shf) in ptree() argument
40 fptreef(shf, indent, "%S ", *w++); in ptree()
42 fptreef(shf, indent, "#no-vars# "); in ptree()
45 fptreef(shf, indent, "%S ", *w++); in ptree()
47 fptreef(shf, indent, "#no-args# "); in ptree()
53 fptreef(shf, indent + 2, "( %T) ", t->left); in ptree()
56 fptreef(shf, indent, "%T| ", t->left); in ptree()
60 fptreef(shf, indent, "%T%;", t->left); in ptree()
65 fptreef(shf, indent, "%T%s %T", in ptree()
69 fptreef(shf, indent, "! "); in ptree()
[all …]
/openbsd/src/regress/lib/libcrypto/bio/
Dbio_dump.c95 int indent; member
101 .indent = 0,
107 .indent = 0,
113 .indent = 6,
119 .indent = -1,
126 .indent = -1,
133 .indent = 4,
154 .indent = 11,
177 .indent = 18,
201 .indent = 25,
[all …]
/openbsd/src/lib/libcrypto/x509/
Dx509_prn.c70 int indent, int supported);
75 X509V3_EXT_val_prn(BIO *out, STACK_OF(CONF_VALUE) *val, int indent, int ml) in X509V3_EXT_val_prn() argument
83 BIO_printf(out, "%*s", indent, ""); in X509V3_EXT_val_prn()
89 BIO_printf(out, "%*s", indent, ""); in X509V3_EXT_val_prn()
107 X509V3_EXT_print(BIO *out, X509_EXTENSION *ext, unsigned long flag, int indent) in X509V3_EXT_print() argument
117 return unknown_ext_print(out, ext, flag, indent, 0); in X509V3_EXT_print()
126 return unknown_ext_print(out, ext, flag, indent, 1); in X509V3_EXT_print()
133 BIO_printf(out, "%*s%s", indent, "", value); in X509V3_EXT_print()
139 X509V3_EXT_val_prn(out, nval, indent, in X509V3_EXT_print()
142 if (!method->i2r(method, ext_str, out, indent)) in X509V3_EXT_print()
[all …]
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/
Ddebug.c50 dmp_frag (fp, indent)
52 char *indent; variable
56 printf ("%sFRAGMENT @ 0x%x\n", indent, fp);
60 printf ("%srs_align(%d)\n", indent, fp->fr_offset);
63 printf ("%srs_fill(%d)\n", indent, fp->fr_offset);
64 printf ("%s", indent);
66 printf ("%s\t repeated %d times,", indent, fp->fr_offset);
70 printf ("%srs_org(%d+sym @0x%x)\n", indent,
72 printf ("%sfill with ", indent);
77 printf ("%smachine_dep\n", indent);
[all …]
/openbsd/src/gnu/usr.bin/binutils/gas/
Ddebug.c50 dmp_frag (fp, indent)
52 char *indent; variable
56 printf ("%sFRAGMENT @ 0x%x\n", indent, fp);
60 printf ("%srs_align(%d)\n", indent, fp->fr_offset);
63 printf ("%srs_fill(%d)\n", indent, fp->fr_offset);
64 printf ("%s", indent);
66 printf ("%s\t repeated %d times,", indent, fp->fr_offset);
70 printf ("%srs_org(%d+sym @0x%x)\n", indent,
72 printf ("%sfill with ", indent);
77 printf ("%smachine_dep\n", indent);
[all …]
/openbsd/src/gnu/gcc/gcc/cp/
Dptree.c32 cxx_print_decl (FILE *file, tree node, int indent) in cxx_print_decl() argument
38 indent_to (file, indent + 3); in cxx_print_decl()
47 indent_to (file, indent + 3); in cxx_print_decl()
63 cxx_print_type (FILE *file, tree node, int indent) in cxx_print_type() argument
70 indent_to (file, indent + 3); in cxx_print_type()
80 print_node (file, "throws", TYPE_RAISES_EXCEPTIONS (node), indent + 4); in cxx_print_type()
93 indent + 4); in cxx_print_type()
98 indent_to (file, indent + 3); in cxx_print_type()
151 cxx_print_identifier (FILE *file, tree node, int indent) in cxx_print_identifier() argument
153 if (indent == 0) in cxx_print_identifier()
[all …]
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dptree.c30 cxx_print_decl (file, node, indent) in cxx_print_decl() argument
33 int indent;
39 indent_to (file, indent + 3);
47 indent_to (file, indent + 3);
69 cxx_print_type (file, node, indent) in cxx_print_type() argument
72 int indent;
79 indent_to (file, indent + 3);
91 print_node (file, "throws", TYPE_RAISES_EXCEPTIONS (node), indent + 4);
104 indent + 4);
109 indent_to (file, indent + 3);
[all …]
/openbsd/src/lib/libcrypto/asn1/
Dtasn_prn.c79 static int asn1_item_print_ctx(BIO *out, ASN1_VALUE **fld, int indent,
83 int asn1_template_print_ctx(BIO *out, ASN1_VALUE **fld, int indent,
87 const ASN1_ITEM *it, int indent, const char *fname, const char *sname,
90 static int asn1_print_fsname(BIO *out, int indent, const char *fname,
94 ASN1_item_print(BIO *out, ASN1_VALUE *ifld, int indent, const ASN1_ITEM *it, in ASN1_item_print() argument
105 return asn1_item_print_ctx(out, &ifld, indent, it, NULL, sname, in ASN1_item_print()
111 asn1_item_print_ctx(BIO *out, ASN1_VALUE **fld, int indent, const ASN1_ITEM *it, in asn1_item_print_ctx() argument
124 parg.indent = indent; in asn1_item_print_ctx()
134 !asn1_print_fsname(out, indent, fname, sname, pctx)) in asn1_item_print_ctx()
145 if (!asn1_template_print_ctx(out, fld, indent, in asn1_item_print_ctx()
[all …]
Dt_x509a.c70 X509_CERT_AUX_print(BIO *out, X509_CERT_AUX *aux, int indent) in X509_CERT_AUX_print() argument
79 indent, "", indent + 2, ""); in X509_CERT_AUX_print()
91 BIO_printf(out, "%*sNo Trusted Uses.\n", indent, ""); in X509_CERT_AUX_print()
95 indent, "", indent + 2, ""); in X509_CERT_AUX_print()
107 BIO_printf(out, "%*sNo Rejected Uses.\n", indent, ""); in X509_CERT_AUX_print()
109 BIO_printf(out, "%*sAlias: %.*s\n", indent, "", in X509_CERT_AUX_print()
112 BIO_printf(out, "%*sKey Id: ", indent, ""); in X509_CERT_AUX_print()
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/YAMLish/
DReader.pm95 my ( $next, $indent ) = $self->_peek;
98 return $self->_read_array($indent);
101 return $self->_read_hash( $next, $indent );
142 my ( $line, $indent ) = $self->_peek;
150 last if $ind < $indent;
152 my $pad = $string eq '|' ? ( ' ' x ( $ind - $indent ) ) : '';
181 my ( $line, $indent ) = $self->_peek;
184 return $self->_read_array($indent);
187 return $self->_read_hash( $line, $indent );
201 my ( $line, $indent ) = $self->_peek;
[all …]
/openbsd/src/usr.sbin/mtree/
Dcreate.c78 int indent = 0; in cwalk() local
92 indent = p->fts_level * 4; in cwalk()
100 statf(indent, p); in cwalk()
104 (void)printf("%*s# %s\n", indent, "", p->fts_path); in cwalk()
105 (void)printf("%*s..\n", indent, ""); in cwalk()
117 statf(indent, p); in cwalk()
128 statf(int indent, FTSENT *p) in statf() argument
144 offset = printf("%*s%s", indent, "", escaped_name); in statf()
146 offset = printf("%*s %s", indent, "", escaped_name); in statf()
150 if (offset > (INDENTNAMELEN + indent)) in statf()
[all …]
/openbsd/src/gnu/usr.bin/binutils/gdb/
Dgdb_indent.sh7 indent=
19 elif test ! -n "${indent}" -a -x ${path}/indent
21 indent=${path}/indent
27 indent=${gindent}
28 elif test -n "${indent}"
43 version=`${indent} --version 2>/dev/null < /dev/null`
87 ${indent} ${types} "$@"
/openbsd/src/gnu/usr.bin/perl/cpan/Pod-Simple/t/
Demptylists.t42 …'<Document><over-block indent="4"><over-block indent="4"><over-block indent="4"></over-block></ove…
48 …'<Document><over-block indent="4"><over-block indent="4"><over-block indent="4"></over-block></ove…
54 …Document><over-block indent="4"><over-block indent="4"><over-block indent="4"><over-empty indent="…
/openbsd/src/gnu/llvm/clang/include/clang/Basic/
DPlistSupport.h56 inline raw_ostream &Indent(raw_ostream &o, const unsigned indent) { in Indent() argument
57 for (unsigned i = 0; i < indent; ++i) in Indent()
108 SourceLocation L, const FIDMap &FM, unsigned indent) { in EmitLocation() argument
113 Indent(o, indent) << "<dict>\n"; in EmitLocation()
114 Indent(o, indent) << " <key>line</key>"; in EmitLocation()
116 Indent(o, indent) << " <key>col</key>"; in EmitLocation()
118 Indent(o, indent) << " <key>file</key>"; in EmitLocation()
120 Indent(o, indent) << "</dict>\n"; in EmitLocation()
124 CharSourceRange R, const FIDMap &FM, unsigned indent) { in EmitRange() argument
128 Indent(o, indent) << "<array>\n"; in EmitRange()
[all …]
/openbsd/src/gnu/usr.bin/gcc/gcc/f/
Dfini.c230 void testname (bool nested, int indent, name first, name last);
231 void testnames (bool nested, int indent, int len, name first, name last);
627 testname (bool nested, int indent, name first, name last) in testname() argument
634 assert (!nested || indent >= 2); in testname()
635 assert (((size_t) indent) + 4 < ARRAY_SIZE (xspaces)); in testname()
653 xspaces[indent - 2]); in testname()
660 xspaces[indent], nhalf->name_uc, nhalf->name_lc, nhalf->name_ic, in testname()
661 xspaces[indent + 2], prefix, nhalf->kwname, postfix); in testname()
669 xspaces[indent]); in testname()
676 xspaces[indent + 2]); in testname()
[all …]
/openbsd/src/gnu/usr.bin/perl/cpan/ExtUtils-Constant/lib/ExtUtils/
DConstant.pm126 indent=>$_[2]});
131 my $indent = shift;
132 ExtUtils::Constant::XS->return_clause({indent=>$indent}, @_);
137 my $indent = shift;
139 ExtUtils::Constant::XS->switch_clause({indent=>$indent, comment=>$comment},
144 my ($package, $subname, $default_type, $what, $indent, $breakout, @items)
148 types => $what, indent => $indent,
389 my $indent = $args{INDENT} || 2;
406 $result =~ s/^/' 'x$indent/gem;
408 indent=>$indent,},
/openbsd/src/lib/libcrypto/bn/
Dbn_print.c62 bn_print_bignum(BIO *bio, const BIGNUM *bn, int indent) in bn_print_bignum() argument
76 if (indent > 124) in bn_print_bignum()
77 indent = 124; in bn_print_bignum()
78 indent += 4; in bn_print_bignum()
79 if (indent < 0) in bn_print_bignum()
80 indent = 0; in bn_print_bignum()
98 if (BIO_printf(bio, "\n%*s", indent, "") <= 0) in bn_print_bignum()
125 bn_printf(BIO *bio, const BIGNUM *bn, int indent, const char *fmt, ...) in bn_printf() argument
133 if (!BIO_indent(bio, indent, 128)) in bn_printf()
148 return bn_print_bignum(bio, bn, indent); in bn_printf()
/openbsd/src/lib/libcrypto/bio/
Db_dump.c79 BIO_dump_indent(BIO *bio, const char *s, int len, int indent) in BIO_dump_indent() argument
92 if (indent < 0) in BIO_dump_indent()
93 indent = 0; in BIO_dump_indent()
94 if (indent > 64) in BIO_dump_indent()
95 indent = 64; in BIO_dump_indent()
103 if (indent > 6) in BIO_dump_indent()
104 bytes_per_line -= (indent - 3) / 4; in BIO_dump_indent()
135 if ((written = BIO_printf(bio, "%*s%04x - ", indent, "", in BIO_dump_indent()
190 indent, "", dumped + trailing)) < 0) in BIO_dump_indent()

12345678910>>...22