Searched defs:INDENT (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/man/
H A Dman.h26 #define INDENT 24 macro
/illumos-gate/usr/src/cmd/abi/spectrans/parser/
H A Derrlog.c54 #define INDENT &Trace_padding[80-(Trace_indent*4)] macro
90 (void) fprintf(stderr, "%s", INDENT);
94 (void) fprintf(stderr, "%s", INDENT);
96 (void) fprintf(stderr, "%s", INDENT);
/illumos-gate/usr/src/lib/libcmd/common/
H A Dfmt.c71 #define INDENT 4 macro
112 n += INDENT;
258 b += INDENT;
263 fp->indent = roundof(b, INDENT);
453 if (fp->endbuf > (fp->outbuf + fp->indent + 2*INDENT))
454 fp->nextdent = 2*INDENT;
466 fp->indent -= 2*INDENT;
467 fp->endbuf += 2*INDENT;
/illumos-gate/usr/src/cmd/news/
H A Dnews.c52 #define INDENT 3 macro
297 ip = INDENT;
305 ip = INDENT;
313 if (ip > INDENT)
318 ip = ((ip - INDENT + 8) & -8) + INDENT;
/illumos-gate/usr/src/cmd/mandoc/
H A Dman_html.c38 #define INDENT 5 macro
541 SCALE_HS_INIT(&su, INDENT);
639 SCALE_HS_INIT(&su, INDENT);
H A Dmdoc_html.c36 #define INDENT 5 macro
1114 SCALE_HS_INIT(&su, INDENT);
1116 SCALE_HS_INIT(&su, INDENT * 2);
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/helptools/
H A DparseMain.java35 static final String INDENT = new String(" "); field in class:ResourceWriter
36 static final String INDENT_2 = new String(INDENT + INDENT);
75 writenl(INDENT +
80 writenl(INDENT + "};");
81 writenl(INDENT + "public Object[][] getContents() {");
83 writenl(INDENT + "}");
/illumos-gate/usr/src/cmd/prtfru/
H A Dprtfru.c50 #define INDENT 3 macro
588 parent_path, 2*INDENT);
708 indent = (xml) ? (indent + INDENT) : (2*INDENT);
767 indent = Fault_Install_DataR_flag + INDENT;
859 indent = Power_On_DataR_flag + INDENT;
1017 parent_path, 2*INDENT);
1080 print_element(payload, def, "", INDENT);
1105 output("%*s<Segment name=\"%s\">\n", INDENT, "", name);
1107 output("%*sSEGMENT: %s\n", INDENT, "", nam
[all...]
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dcorenote.c58 #define INDENT state->ns_indent, MSG_ORIG(MSG_STR_EMPTY) macro
215 dbg_print(0, MSG_ORIG(MSG_CNOTE_FMT_TITLE), INDENT, title);
246 dbg_print(0, MSG_ORIG(MSG_CNOTE_FMT_LINE), INDENT,
273 dbg_print(0, MSG_ORIG(MSG_CNOTE_FMT_LINE_2UP), INDENT,
313 dbg_print(0, MSG_ORIG(MSG_CNOTE_FMT_LINE), INDENT,
327 dbg_print(0, MSG_ORIG(MSG_CNOTE_FMT_LINE), INDENT,
572 dbg_print(0, MSG_ORIG(MSG_CNOTE_FMT_AUXVLINE), INDENT, index,
913 INDENT, state->ns_vcol - state->ns_indent,
927 dbg_print(0, MSG_ORIG(MSG_CNOTE_FMT_LINE_2UP), INDENT,
1295 dbg_print(0, MSG_ORIG(MSG_CNOTE_FMT_LINE_2UP), INDENT,
[all...]

Completed in 82 milliseconds