Searched defs:indent (Results 1 - 25 of 31) sorted by relevance

12

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DTerse.pm30 sub indent { subroutine
47 print indent($level), $s, "\n";
52 print indent($level);
58 print indent($level);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Perldoc/
H A DToText.pm16 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
/osnet-11/usr/src/lib/sun_fc/common/
H A DTrace.cc48 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);
H A DTrace.h110 static std::vector<std::string> indent; member in class:Trace
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DScalarRecord.java284 * @see ScalarRecord#rawBytesString(byte[] bytes, int indent)
301 * @param indent number of spaces to indent each line of the
307 rawBytesString(byte[] bytes, int indent) argument
313 String leftMargin = spaces(indent);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DParseUtils.pm57 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...]
/osnet-11/usr/src/lib/libzpool/common/
H A Dutil.c67 show_vdev_stats(const char *desc, const char *ctype, nvlist_t *nv, int indent) argument
79 if (indent == 0 && desc != NULL) {
109 indent, "",
111 indent + strlen(prefix) - 25 - (vs->vs_space ? 0 : 12),
132 show_vdev_stats(tname, ctype, cnv, indent + 2);
/osnet-11/usr/src/lib/libndr/common/
H A Dndr_ops.c488 int indent; local
507 for (indent = 0, p = ref; p; p = p->enclosing)
508 indent++;
512 indent--;
523 m_op_c, dir_c, indent,
525 20 - indent, ref_name, note);
/osnet-11/usr/src/lib/libcmd/common/
H A Dfmt.c62 int indent; member in struct:Fmt_s
107 n = fp->indent;
128 fp->indent += fp->nextdent;
263 fp->indent = roundof(b, INDENT);
453 if (fp->endbuf > (fp->outbuf + fp->indent + 2*INDENT))
462 if (fp->indent && (b || *(cp - 2) != 'f'))
466 fp->indent -= 2*INDENT;
577 fmt.indent = 0;
/osnet-11/usr/src/lib/libexacct/demo/
H A Dexdump.c163 static void disp_obj(ea_object_t *o, int indent);
233 disp_embedded_group(ea_object_t *eo, int indent) argument
236 disp_obj(eo, indent + 1);
238 disp_embedded_group(eo->eo_group.eg_objs, indent + 1);
247 disp_obj(ea_object_t *o, int indent) argument
252 if (indent > MAX_DEPTH) {
254 indent = 1;
258 (void) snprintf(objname + indent, 30 - indent, "%-s",
457 disp_embedded_group(eo, indent);
479 disp_group(ea_file_t *ef, uint_t nobjs, int indent) argument
[all...]
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Derror.h137 int indent; /* debug trace indent level */ member in struct:Error_info_s
/osnet-11/usr/src/lib/libast/common/include/
H A Derror.h128 int indent; /* debug trace indent level */ member in struct:Error_info_s
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Derror.h137 int indent; /* debug trace indent level */ member in struct:Error_info_s
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Derror.h137 int indent; /* debug trace indent level */ member in struct:Error_info_s
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Derror.h137 int indent; /* debug trace indent level */ member in struct:Error_info_s
/osnet-11/usr/src/lib/libnvpair/
H A Dlibnvpair.c93 int nvprt_indent; /* absolute indent, or tab depth */
94 int nvprt_indentinc; /* indent or tab increment */
154 indent(nvlist_prtctl_t pctl, int onemore) function
196 indent(pctl, 1); \
232 indent(pctl, 1); \
263 indent(pctl, 1);
270 indent(pctl, 1);
284 indent(pctl, 1);
288 indent(pctl, 1);
295 indent(pct
792 dump_nvlist(nvlist_t *list, int indent) argument
[all...]
/osnet-11/usr/src/lib/fm/libasr/common/
H A Dasr_nvl.c707 indent(FILE *fp, int depth) function
742 indent(fp, depth);
1027 indent(fp, depth - 1);
/osnet-11/usr/src/cmd/parted/
H A Dstrlist.c434 int indent)
445 PED_ASSERT (line_length - indent > 10, return);
489 line_left = line_length - indent;
492 printf ("\n%*s", indent, "");
433 str_list_print_wrap(const StrList* list, int line_length, int offset, int indent) argument
/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dshiocmd_solaris.c260 static void genvalue(Sfio_t *out, Shclass_t *sp, int indent, Namval_t *npar) argument
268 indent++;
288 sfnputc(out,'\t',indent);
295 sfnputc(out,'\t',++indent);
310 sfnputc(out,'\t',indent);
314 sfnputc(out,'\t',--indent);
321 if(indent>1)
322 sfnputc(out,'\t',indent-1);
H A Dtypeset.c60 int indent; member in struct:tdata
452 if(tp->indent)
453 sfnputc(iop,'\t',tp->indent);
455 if(tp->indent)
456 sfnputc(iop,'\t',tp->indent);
458 tp->indent++;
460 tp->indent--;
461 if(tp->indent)
462 sfnputc(iop,'\t',tp->indent);
1200 int indent local
[all...]
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dnvtree.c570 int indent; member in struct:Walk
576 void nv_outnode(Namval_t *np, Sfio_t* out, int indent, int special) argument
583 Indent = indent;
589 if(indent>=0)
611 sfnputc(out,'\t',Indent = ++indent);
622 nv_outnode(mp, out, indent+(indent>=0),0);
623 if(indent>0)
624 sfnputc(out,'\t',indent);
626 sfputc(out,indent>
[all...]
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsinfo.c451 static void ntfs_dump_flags(const char *indent, ATTR_TYPES type, le32 flags) argument
453 printf("%sFile attributes:\t", indent);
531 static void ntfs_dump_namespace(const char *indent, u8 file_name_type) argument
552 printf("%sNamespace:\t\t %s\n", indent, mbs_file_type);
713 static void ntfs_dump_filename(const char *indent, argument
716 printf("%sParent directory:\t %lld (0x%llx)\n", indent,
725 printf("%sFile Creation Time:\t %s", indent, ntfs_time_str);
729 printf("%sFile Altered Time:\t %s", indent, ntfs_time_str);
733 printf("%sMFT Changed Time:\t %s", indent, ntfs_time_str);
737 printf("%sLast Accessed Time:\t %s", indent, ntfs_time_st
912 ntfs_dump_security_descriptor(SECURITY_DESCRIPTOR_ATTR *sec_desc, const char *indent) argument
1680 ntfs_dump_index_header(const char *indent, INDEX_HEADER *idx) argument
1738 ntfs_dump_usa_lsn(const char *indent, MFT_RECORD *mrec) argument
[all...]
/osnet-11/usr/src/lib/libsqlite/src/
H A Dbtree_rb.c282 static char *append_node(char * orig, BtRbNode *pNode, int indent) argument
287 for( i=0; i<indent; i++ ){
295 indent += 3;
301 orig = append_node( orig, pNode->pLeft, indent );
302 orig = append_node( orig, pNode->pRight, indent );
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_statconcise.c201 print_concise_entry(int indent, char *name, diskaddr_t size, char mtype) argument
209 for (i = 0; i < indent; i++)
213 width -= indent;
498 int indent,
512 print_concise_entry(indent, mdrec->n_name,
542 indent += META_INDENT;
543 tmpmdrec->dfunc(mdimpp, indent, phys_nm, tmpmdrec);
565 int indent,
608 int indent,
623 print_concise_entry(indent, mdre
496 process_trans( md_im_rec_t **mdimpp, int indent, pnm_rec_t *phys_nm, md_im_rec_t *mdrec ) argument
563 process_hotspare( md_im_rec_t **mdimpp, int indent, pnm_rec_t *phys_nm, md_im_rec_t *mdrec ) argument
606 process_hotspare_pool( md_im_rec_t **mdimpp, int indent, pnm_rec_t *phys_nm, md_im_rec_t *mdrec ) argument
656 process_raid( md_im_rec_t **mdimpp, int indent, pnm_rec_t *phys_nm, md_im_rec_t *mdrec ) argument
789 process_mirror( md_im_rec_t **mdimpp, int indent, pnm_rec_t *phys_nm, md_im_rec_t *mdrec ) argument
866 process_stripe( md_im_rec_t **mdimpp, int indent, pnm_rec_t *phys_nm, md_im_rec_t *mdrec ) argument
987 process_softpart( md_im_rec_t **mdimpp, int indent, pnm_rec_t *phys_nm, md_im_rec_t *mdrec ) argument
1049 process_toplevel_softparts( md_im_rec_t **mdimpp, int indent, pnm_rec_t *phys_nm ) argument
1166 int indent = 0; local
[all...]
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_consume.c416 * If we're going to indent this, we need to check the ID of our last
418 * we _don't_ want to indent. (Yes, there are some minor holes in
828 int i, indent; local
839 indent = (int)dtp->dt_options[DTRACEOPT_STACKINDENT];
841 indent = _dtrace_stkindent;
864 if (dt_printf(dtp, fp, "%*s", indent, "") < 0)
915 int i, indent; local
930 indent = (int)dtp->dt_options[DTRACEOPT_STACKINDENT];
932 indent = _dtrace_stkindent;
950 if ((err = dt_printf(dtp, fp, "%*s", indent, "")) <
[all...]

Completed in 99 milliseconds

12