/illumos-gate/usr/src/cmd/mandoc/ |
H A D | manconf.h | 33 size_t indent; member in struct:manoutput
|
H A D | tree.c | 55 print_mdoc(const struct roff_node *n, int indent) argument 144 print_span(n->span, indent); 146 for (i = 0; i < indent; i++) 175 print_box(n->eqn->root->first, indent + 4); 177 print_mdoc(n->child, indent + 180 print_mdoc(n->next, indent); 184 print_man(const struct roff_node *n, int indent) argument 246 print_span(n->span, indent); 248 for (i = 0; i < indent; i++) 260 print_box(n->eqn->root->first, indent 269 print_box(const struct eqn_box *ep, int indent) argument 335 print_span(const struct tbl_span *sp, int indent) argument [all...] |
/illumos-gate/usr/src/lib/sun_fc/common/ |
H A D | Trace.cc | 49 vector<string> Trace::indent; member in class:Trace 114 indent[tid].c_str(), 142 indent.resize(tid+1); 143 indent[tid] = ""; 147 indent[tid] += " "; 154 string::size_type len = indent[tid].size(); 156 indent[tid].resize(len - 1);
|
H A D | Trace.h | 110 static std::vector<std::string> indent; member in class:Trace
|
/illumos-gate/usr/src/cmd/mdb/sun4v/modules/mdesc/ |
H A D | mdesc.c | 219 mdformat(uintptr_t addr, int size, int indent) argument 221 mdb_inc_indent(indent); 226 mdb_dec_indent(indent); 229 mdb_dec_indent(indent);
|
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
H A D | ScalarRecord.java | 284 * @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);
|
/illumos-gate/usr/src/cmd/profiles/ |
H A D | profiles.c | 108 char *indent = ""; local 115 indent = " "; 118 (void) printf("%s%s", indent, prof);
|
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/ |
H A D | 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 */
|
/illumos-gate/usr/src/lib/libexacct/demo/ |
H A D | exdump.c | 163 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...] |
/illumos-gate/usr/src/lib/libcmd/common/ |
H A D | fmt.c | 62 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;
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_set.c | 223 print_path(const char **path, int indent) argument 227 mdb_printf("%*s%s\n", indent, " ", *path);
|
/illumos-gate/usr/src/cmd/fm/eversholt/common/ |
H A D | ptree.c | 456 static int indent; local 458 indent++; 465 for (c = indent; c > 0; c--) 472 indent--;
|
/illumos-gate/usr/src/cmd/sgs/link_audit/common/ |
H A D | truss.c | 43 static uint_t indent = 1; variable 114 indent = 0; 118 indent = 0; 268 if (indent && ((*sb_flags & LA_SYMB_NOPLTEXIT) == 0)) 297 if (indent)
|
/illumos-gate/usr/src/tools/lintdump/ |
H A D | lintdump.c | 64 static void indent(void); 273 indent(); 536 indent(void) function
|
/illumos-gate/usr/src/lib/libast/amd64/include/ast/ |
H A D | error.h | 137 int indent; /* debug trace indent level */ member in struct:Error_info_s
|
/illumos-gate/usr/src/lib/libast/common/include/ |
H A D | error.h | 128 int indent; /* debug trace indent level */ member in struct:Error_info_s
|
/illumos-gate/usr/src/lib/libast/i386/include/ast/ |
H A D | error.h | 137 int indent; /* debug trace indent level */ member in struct:Error_info_s
|
/illumos-gate/usr/src/lib/libast/sparc/include/ast/ |
H A D | error.h | 137 int indent; /* debug trace indent level */ member in struct:Error_info_s
|
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | error.h | 137 int indent; /* debug trace indent level */ member in struct:Error_info_s
|
/illumos-gate/usr/src/lib/smbsrv/libmlrpc/common/ |
H A D | ndr_ops.c | 443 int indent; local 462 for (indent = 0, p = ref; p; p = p->enclosing) 463 indent++; 467 indent--; 478 m_op_c, dir_c, indent, 480 20 - indent, ref_name, note);
|
/illumos-gate/usr/src/lib/libzpool/common/ |
H A D | util.c | 69 show_vdev_stats(const char *desc, const char *ctype, nvlist_t *nv, int indent) argument 81 if (indent == 0 && desc != NULL) { 111 indent, "", 113 indent + strlen(prefix) - 25 - (vs->vs_space ? 0 : 12), 134 show_vdev_stats(tname, ctype, cnv, indent + 2);
|
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | ex_vops2.c | 185 vappend(int ch, int cnt, int indent) argument 224 * If vrep() passed indent = 0, this is the 'r' command, 227 vaifirst = indent == 0; 242 * it and place the cursor after the indent. 244 * so the indent is generated there. 246 if (value(vi_AUTOINDENT) && indent != 0) { 248 gcursor = genindent(indent); 477 i = fixindent(indent); 479 indent = i; 581 indent [all...] |
/illumos-gate/usr/src/cmd/ptools/ptree/ |
H A D | 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);
|
/illumos-gate/usr/src/cmd/rpcgen/ |
H A D | rpc_cout.c | 175 print_ifopen(int indent, char *name) argument 177 tabify(fout, indent); 194 print_ifsizeof(int indent, char *prefix, char *type) argument 196 if (indent) { 198 tabify(fout, indent); 214 print_ifclose(int indent) argument 217 tabify(fout, indent); 222 print_ifstat(int indent, char *prefix, char *type, relation rel, argument 229 print_ifopen(indent, "pointer"); 240 print_ifopen(indent, al 376 expand_inline(int indent, const char *sizestr, int size, int flag, decl_list *dl, decl_list *cur) argument 506 inline_struct(decl_list *dl, decl_list *last, int flag, int indent) argument 598 int indent = 3; local 730 print_stat(int indent, declaration *dec) argument 747 emit_inline(int indent, declaration *decl, int flag) argument 772 emit_inline64(int indent, declaration *decl, int flag) argument 797 emit_single_in_line(int indent, declaration *decl, int flag, relation rel) argument 844 emit_single_in_line64(int indent, declaration *decl, int flag, relation rel) argument [all...] |
/illumos-gate/usr/src/cmd/sgs/elfdump/common/ |
H A D | dwarf.c | 193 * indent - # of indentation characters issued for each line of output. 207 dump_cfi_state_t *state, const char *msg, int indent) 213 #define PREFIX indent, MSG_ORIG(MSG_STR_EMPTY), opname 674 indent, 8, 1); 206 dump_cfi(uchar_t *data, uint64_t off, uint64_t *ndx, uint_t len, dump_cfi_state_t *state, const char *msg, int indent) argument
|