HomeSort by relevance Sort by last modified time
    Searched defs:indent (Results 1 - 25 of 48) sorted by null

1 2

  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
Terse.pm 30 sub indent { subroutine
47 print indent($level), $s, "\n";
52 print indent($level);
58 print indent($level);
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Perldoc/
ToText.pm 16 sub indent { shift->_perldoc_elem('indent' , @_) } subroutine
60 L<Pod::Text>: alt, indent, loose, quotes, sentence, width
64 perldoc -o text -w indent:5 Some::Modulename
  /onnv/onnv-gate/usr/src/lib/sun_fc/common/
Trace.cc 48 vector<string> Trace::indent; member in class:Trace
113 indent[tid].c_str(),
141 indent.resize(tid+1);
142 indent[tid] = "";
146 indent[tid] += " ";
153 string::size_type len = indent[tid].size();
155 indent[tid].resize(len - 1);
Trace.h 110 static std::vector<std::string> indent; member in class:Trace
  /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/type/
DoubleArrayConverter.java 112 int indent, StringBuffer buf) {
113 indent(buf, indent); method
117 indent += 2;
118 indent(buf, indent); method
124 super.convertToCodeBlock(amName, a, indent, buf);
126 indent -= 2;
127 indent(buf, indent); method
    [all...]
IntArrayConverter.java 111 int indent, StringBuffer buf) {
112 indent(buf, indent); method
116 indent += 2;
117 indent(buf, indent); method
123 super.convertToCodeBlock(amName, a, indent, buf);
125 indent -= 2;
126 indent(buf, indent); method
    [all...]
Converter.java 359 Attribute a, int indent, StringBuffer buf) {
364 indent(buf, indent); method
498 * Appends spaces to "buf" based on the current indent level.
500 protected static void indent(StringBuffer buf) { method in class:Converter
506 * Appends spaces to "buf" based on the given indent level.
508 protected static void indent(StringBuffer buf, int indentLevel) { method in class:Converter
514 * Increments the indent level.
521 * Decrements the indent level.
528 * Returns the current indent level
    [all...]
  /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/dpost/
pictures.c 93 int indent; /* indent */ local
124 * indent
131 * poffset, indent, length, and totrap are given in machine units. height, width,
148 if ( sscanf(buf, "%d:%d:%d:%d:%[^:]:%[^:]:%[^:]", &poffset, &indent,
174 frame[1] = length - indent;
176 frame[3] += poffset + indent; /* real x offset */
  /onnv/onnv-gate/usr/src/lib/libnvpair/
libnvpair.c 42 indent(FILE *fp, int depth) function
63 indent(fp, depth);
71 indent(fp, depth);
241 indent(fp, depth + 1);
250 indent(fp, depth + 1);
254 indent(fp, depth + 1);
279 (void) printf("%*s%s: " format "\n", indent, "", \
289 (void) printf("%*s%s[%d]: " format "\n", indent, "", \
298 dump_nvlist(nvlist_t *list, int indent)
314 (void) printf("%*s%s: %s\n", indent, "",
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
ParseUtils.pm 57 my $list = Pod::List->new({ -start => $., -indent => 4 });
77 $self->{-indent} ||= 4; # perlpod: "should be the default"
109 =item $list-E<gt>indent()
111 Without argument, retrieves the indent level of the list as specified
113 B<-indent> in the B<new()> method or by calling the B<indent()> method
118 # indent level
119 sub indent { subroutine
120 return (@_ > 1) ? ($_[0]->{-indent} = $_[1]) : $_[0]->{-indent};
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sgs/link_audit/common/
truss.c 46 static uint_t indent = 1; variable
118 indent = 0;
122 indent = 0;
275 if (indent && ((*sb_flags & LA_SYMB_NOPLTEXIT) == 0))
305 if (indent)
  /onnv/onnv-gate/usr/src/common/openssl/apps/
asn1pars.c 74 * -i - indent the details by depth
93 int informat,indent=0, noout = 0, dump = 0; local
140 indent=1;
205 BIO_printf(bio_err," -i indent entries\n");
366 indent,dump))
engine.c 132 static int util_flags(BIO *bio_out, unsigned int flags, const char *indent)
135 /* Indent before displaying input flags */
136 BIO_printf(bio_out, "%s%s(input flags): ", indent, indent);
199 static int util_verbose(ENGINE *e, int verbose, BIO *bio_out, const char *indent)
214 BIO_printf(bio_out, "%s<no control commands>\n", indent);
254 /* Do an indent */
255 xpos = BIO_printf(bio_out, indent);
262 if((xpos > (int)strlen(indent)) &&
266 xpos = BIO_printf(bio_out, indent);
355 const char *indent = " "; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libcmd/common/
fmt.c 62 int indent; member in struct:Fmt_s
71 #define INDENT 4
107 n = fp->indent;
112 n += INDENT;
128 fp->indent += fp->nextdent;
258 b += INDENT;
263 fp->indent = roundof(b, INDENT);
453 if (fp->endbuf > (fp->outbuf + fp->indent + 2*INDENT))
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fm/eversholt/common/
ptree.c 456 static int indent; local
458 indent++;
465 for (c = indent; c > 0; c--)
472 indent--;
  /onnv/onnv-gate/usr/src/cmd/ptools/ptree/
ptree.c 360 int n, indent; local
363 indent = level * 2;
364 if ((n = columns - PIDWIDTH - indent - 2) < 0)
367 (void) printf("%*.*s%-*d %.*s\n", indent, indent, " ",
372 indent, indent, " ", (int)p->ctid);
  /onnv/onnv-gate/usr/src/tools/lintdump/
lintdump.c 64 static void indent(void);
273 indent();
536 indent(void) function
  /onnv/onnv-gate/usr/src/cmd/rpcgen/
rpc_cout.c 175 print_ifopen(int indent, char *name)
177 tabify(fout, indent);
194 print_ifsizeof(int indent, char *prefix, char *type)
196 if (indent) {
198 tabify(fout, indent);
214 print_ifclose(int indent)
217 tabify(fout, indent);
222 print_ifstat(int indent, char *prefix, char *type, relation rel,
229 print_ifopen(indent, "pointer");
240 print_ifopen(indent, alt)
598 int indent = 3; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/profiles/
profiles.c 325 char *indent = ""; local
328 indent = " ";
332 (void) printf("%s%s", indent, profnames[i]);
  /onnv/onnv-gate/usr/src/lib/smbsrv/libmlrpc/common/
ndr_ops.c 476 int indent; local
495 for (indent = 0, p = ref; p; p = p->enclosing)
496 indent++;
500 indent--;
511 m_op_c, dir_c, indent,
513 20 - indent, ref_name, note);
  /onnv/onnv-gate/usr/src/lib/libast/amd64/include/ast/
error.h 137 int indent; /* debug trace indent level */ member in struct:Error_info_s
  /onnv/onnv-gate/usr/src/lib/libast/common/include/
error.h 128 int indent; /* debug trace indent level */ member in struct:Error_info_s
  /onnv/onnv-gate/usr/src/lib/libast/i386/include/ast/
error.h 137 int indent; /* debug trace indent level */ member in struct:Error_info_s
  /onnv/onnv-gate/usr/src/lib/libast/sparc/include/ast/
error.h 137 int indent; /* debug trace indent level */ member in struct:Error_info_s
  /onnv/onnv-gate/usr/src/lib/libast/sparcv9/include/ast/
error.h 137 int indent; /* debug trace indent level */ member in struct:Error_info_s

Completed in 900 milliseconds

1 2