Searched refs:indent (Results 1 - 25 of 644) sorted by relevance

1234567891011>>

/macosx-10.10.1/llvmCore-3425.0.34/utils/TableGen/
H A DDAGISelMatcher.cpp24 void Matcher::print(raw_ostream &OS, unsigned indent) const {
25 printImpl(OS, indent);
27 return Next->print(OS, indent);
99 void ScopeMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
100 OS.indent(indent) << "Scope\n";
103 OS.indent(indent+1) << "NULL POINTER\n";
105 getChild(i)->print(OS, indent+2);
109 void RecordMatcher::printImpl(raw_ostream &OS, unsigned indent) cons
[all...]
/macosx-10.10.1/ruby-106/ruby/lib/rdoc/markup/
H A Dindented_paragraph.rb7 # The indent in number of spaces
9 attr_reader :indent
12 # Creates a new IndentedParagraph containing +parts+ indented with +indent+
15 def initialize indent, *parts
16 @indent = indent
22 super and indent == other.indent
34 # +hard_break+ text followed by the indent.
39 '%1$s%3$*2$s' % [hard_break, @indent, ' '] i
[all...]
H A Dto_markdown.rb68 @indent -= width
85 @prefix = ' ' * @indent
86 @indent += 4
87 @prefix << bullets + (' ' * (@indent - 1))
90 @prefix = (' ' * @indent) + bullet.ljust(4)
92 @indent += 4
117 use_prefix or @res << ' ' * @indent
126 indent = ' ' * (@indent + 4)
129 @res << indent unles
[all...]
H A Dto_rdoc.rb7 # Current indent amount for output in characters
9 attr_accessor :indent
84 @indent += 2
92 @indent -= 2
99 use_prefix or @res << ' ' * @indent
136 @indent -= width
153 @prefix = ' ' * @indent
154 @indent += 2
155 @prefix << bullets + (' ' * @indent)
158 @prefix = (' ' * @indent)
[all...]
/macosx-10.10.1/bash-94.1.2/bash-3.2/examples/scripts/
H A Dvtree353 echo "${indent}|___${object##*/}/"
54 indent="${indent}! " # Add to indentation
59 indent=${indent%????} # Remove from indentation
63 echo "${indent}|___${object##*/}"
H A Dvtree3a53 echo "${indent}|___${object##*/}/"
54 indent="${indent}! " # Add to indentation
59 indent=${indent%????} # Remove from indentation
63 echo "${indent}|___${object##*/}"
/macosx-10.10.1/ruby-106/ruby/sample/
H A Deval.rb2 indent = 0
16 indent += 1
19 indent -= 1
22 indent += 1
25 indent -= 1
27 if indent > 0
/macosx-10.10.1/OpenSSL098-52/src/crypto/asn1/
H A Dtasn_prn.c70 static int asn1_item_print_nm(BIO *out, void *fld, int indent, const ASN1_ITEM *it, const char *name);
72 int ASN1_item_print(BIO *out, void *fld, int indent, const ASN1_ITEM *it) argument
74 return asn1_item_print_nm(out, fld, indent, it, it->sname);
77 static int asn1_item_print_nm(BIO *out, void *fld, int indent, const ASN1_ITEM *it, const char *name) argument
84 BIO_printf(out, "%*s%s ABSENT\n", indent, "", name);
91 return ASN1_template_print(out, fld, indent, it->templates);
92 return asn1_primitive_print(out, fld, it->utype, indent, name);
97 return asn1_primitive_print(out, fld, str->type, indent, name);
100 BIO_printf(out, "%*s%s:EXTERNAL TYPE %s %s\n", indent, "", name, it->sname, fld ? "" : "ABSENT");
103 BIO_printf(out, "%*s%s:COMPATIBLE TYPE %s %s\n", indent, "", nam
134 ASN1_template_print(BIO *out, void *fld, int indent, const ASN1_TEMPLATE *tt) argument
161 asn1_primitive_print(BIO *out, void *fld, long utype, int indent, const char *name) argument
[all...]
H A Dt_x509a.c68 int X509_CERT_AUX_print(BIO *out, X509_CERT_AUX *aux, int indent) argument
76 indent, "", indent + 2, "");
85 } else BIO_printf(out, "%*sNo Trusted Uses.\n", indent, "");
89 indent, "", indent + 2, "");
98 } else BIO_printf(out, "%*sNo Rejected Uses.\n", indent, "");
99 if(aux->alias) BIO_printf(out, "%*sAlias: %s\n", indent, "",
102 BIO_printf(out, "%*sKey Id: ", indent, "");
/macosx-10.10.1/tcl-105/tcl_ext/tclsoap/tclsoap/samples/
H A Dtest-WSDL.pl107 my ($name, $struct, $indent) = @_;
108 $indent = 0 unless defined($indent);
109 print ' ' x $indent . "$name: {\n";
112 PrintStruct($membr, $struct->{$membr}, $indent + 2);
114 PrintArray($membr, $struct->{$membr}, $indent + 2);
117 print ' ' x $indent . " $membr => $struct->{$membr}\n";
120 print ' ' x $indent . "};\n";
124 my ($name, $array, $indent) = @_;
125 $indent
[all...]
/macosx-10.10.1/dcerpc-61/dcerpc/idl_compiler/
H A Dastp_dmp.c198 static void indent
218 indent(indentation);
258 indent(scope);
284 indent(1);
287 indent(1);
289 indent(1);
291 indent(1);
293 indent(1);
339 indent(1);
343 indent(
197 static void indent function
[all...]
/macosx-10.10.1/bless-103/test/
H A DUtilitiesCFPrettyPrint.h87 * @param indent A string to be used for each level of indentation
90 * with stdout as the file argument and indent as the indenter
92 void TAOCFPrettyPrintWithIndenter(CFTypeRef inRef, char *indent);
110 * @param indent A string to be used for each level of indentation
114 void TAOCFPrettyPrintToFileWithIndenter(CFTypeRef inRef, FILE *out, char *indent);
/macosx-10.10.1/vim-55/runtime/indent/
H A Dhaml.vim1 " Vim indent file
9 runtime! indent/ruby.vim
38 let indent = indent(lnum)
39 let cindent = indent(v:lnum)
41 let indent = cindent < indent ? cindent : indent - &sw
43 let increase = indent + &sw
44 if indent
[all...]
H A Dsass.vim1 " Vim indent file
28 let indent = indent(lnum)
29 let cindent = indent(v:lnum)
31 return indent + &sw
33 "return indent - &sw
H A Dchangelog.vim1 " Vim indent file
6 " Only load this indent file when no other was loaded.
H A Dmma.vim1 " Vim indent file
6 " http://members.wolfram.com/layland/vim/indent/mma.vim
15 " o steve hacked this out of a random indent file in the Vim 6.1
18 " Only load this indent file when no other was loaded.
26 setlocal nosi "turn off smart indent so we don't over analyze } blocks
34 " Hit the start of the file, use zero indent.
43 let ind = indent(v:lnum)
46 " if previous line has an unmatched bracket, or ( indent.
49 " also, indent only if this line if this line isn't starting a new
56 " indent t
[all...]
/macosx-10.10.1/sudo-73/src/
H A Dlogwrap.c45 char *indent = ""; local
63 fprintf(fp, "%s%.*s\n", indent, (int)(end - beg), beg);
68 if (indent[0] == '\0') {
69 indent = LOG_INDENT;
75 fprintf(fp, "%s%s\n", indent, beg);
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/page/
H A Dgen_tree_text.tcl22 set indent ""
29 text::WriteNode $indent $chan $t $n
30 append indent $bystr
32 set indent [string range $indent 0 $byoff]
41 proc ::page::gen::tree::text::WriteNode {indent chan t n} {
45 puts $chan "$indent$n <>"
47 puts -nonewline $chan "$indent$n < "
63 set space $indent[string repeat " " [string length "$n < "]]
/macosx-10.10.1/ruby-106/ruby/lib/rexml/
H A Dcdata.rb49 # indent::
50 # The amount to indent this node by
59 def write( output=$stdout, indent=-1, transitive=false, ie_hack=false )
61 indent( output, indent )
/macosx-10.10.1/OpenSSL098-52/src/crypto/x509v3/
H A Dv3_prn.c67 static int unknown_ext_print(BIO *out, X509_EXTENSION *ext, unsigned long flag, int indent, int supported);
71 void X509V3_EXT_val_prn(BIO *out, STACK_OF(CONF_VALUE) *val, int indent, int ml) argument
77 BIO_printf(out, "%*s", indent, "");
81 if(ml) BIO_printf(out, "%*s", indent, "");
108 int X509V3_EXT_print(BIO *out, X509_EXTENSION *ext, unsigned long flag, int indent) argument
118 return unknown_ext_print(out, ext, flag, indent, 0);
123 if(!ext_str) return unknown_ext_print(out, ext, flag, indent, 1);
131 BIO_printf(out, "%*s%s", indent, "", value);
141 BIO_printf(out, "%*s%s", indent, "", tmp);
151 X509V3_EXT_val_prn(out, nval, indent,
165 X509V3_extensions_print(BIO *bp, char *title, STACK_OF(X509_EXTENSION) *exts, unsigned long flag, int indent) argument
198 unknown_ext_print(BIO *out, X509_EXTENSION *ext, unsigned long flag, int indent, int supported) argument
225 X509V3_EXT_print_fp(FILE *fp, X509_EXTENSION *ext, int flag, int indent) argument
[all...]
/macosx-10.10.1/tidy-15.15/tidy/src/
H A Dpprint.h39 ** indent state (indent level) at the _beginning_ of _each_
62 TidyIndent indent[2]; /* Two lines worth of indent state */ member in struct:_TidyPrintImpl
75 void TY_(PFlushLine)( TidyDocImpl* doc, uint indent );
88 void TY_(PPrintTree)( TidyDocImpl* doc, uint mode, uint indent, Node *node );
90 void TY_(PPrintXMLTree)( TidyDocImpl* doc, uint mode, uint indent, Node *node );
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/libtommath/
H A Ddep.pl94 $indent = 0;
110 if ($indent == 0) { }
111 elsif ($indent >= 1) { print OUT "| " x ($indent - 1) . "+--->"; }
116 ++$indent;
118 --$indent;
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dline_wrap.c9 /* void line_wrap(string, len, indent, output_fn, context)
12 /* int indent;
13 /* void (*output_fn)(const char *str, int len, int indent, char *context);
27 /* .IP indent
29 /* with respect to the first output line. A negative indent causes
30 /* only the first line to be indented; a positive indent causes all
39 void print(const char *str, int len, int indent, char *context)
43 vstream_fprintf(fp, "%*s%.*s", indent, "", len, str);
76 void line_wrap(const char *str, int len, int indent, LINE_WRAP_FN output_fn, argument
87 if (indent <
[all...]
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/ocspTool/
H A DocspTool.cpp51 void doIndent(int indent) argument
53 for(int dex=0; dex<indent; dex++) {
111 int indent)
123 doIndent(indent);
454 int indent)
456 doIndent(indent);
460 doIndent(indent);
464 doIndent(indent);
468 doIndent(indent);
474 int indent,
109 printName( const NSS_Name &name, int indent) argument
452 dumpCertID( SecAsn1OCSPCertID *certID, int indent) argument
473 printCritical( int indent, OCSPExtension *ocspExt) argument
481 printOcspExt( SecAsn1CoderRef coder, NSS_CertExtension *nssExt, int indent) argument
560 int indent; local
722 parseResponseData( SecAsn1CoderRef coder, int indent, const CSSM_DATA &tbsResponseData) argument
886 int indent = 0; local
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/bio/
H A Db_dump.c78 void *u, const char *s, int len, int indent)
93 if (indent < 0)
94 indent = 0;
95 if (indent)
97 if (indent > 128) indent=128;
98 memset(str,' ',indent);
100 str[indent]='\0';
102 dump_width=DUMP_WIDTH_LESS_INDENT(indent);
169 int BIO_dump_indent_fp(FILE *fp, const char *s, int len, int indent) argument
77 BIO_dump_indent_cb(int (*cb)(const void *data, size_t len, void *u), void *u, const char *s, int len, int indent) argument
183 BIO_dump_indent(BIO *bp, const char *s, int len, int indent) argument
[all...]

Completed in 367 milliseconds

1234567891011>>