Home
last modified time | relevance | path

Searched refs:INDENT (Results 1 – 10 of 10) sorted by relevance

/titanic_50/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); in errlog()
94 (void) fprintf(stderr, "%s", INDENT); in errlog()
96 (void) fprintf(stderr, "%s", INDENT); in errlog()
/titanic_50/usr/src/cmd/news/
H A Dnews.c52 #define INDENT 3 macro
297 ip = INDENT; in print_item()
305 ip = INDENT; in print_item()
313 if (ip > INDENT) in print_item()
318 ip = ((ip - INDENT + 8) & -8) + INDENT; in print_item()
/titanic_50/usr/src/lib/libcmd/common/
H A Dfmt.c71 #define INDENT 4 macro
112 n += INDENT; in outline()
258 b += INDENT; in dofmt()
263 fp->indent = roundof(b, INDENT); in dofmt()
453 if (fp->endbuf > (fp->outbuf + fp->indent + 2*INDENT)) in dofmt()
454 fp->nextdent = 2*INDENT; in dofmt()
466 fp->indent -= 2*INDENT; in dofmt()
467 fp->endbuf += 2*INDENT; in dofmt()
/titanic_50/usr/src/cmd/prtfru/
H A Dprtfru.c50 #define INDENT 3 macro
588 parent_path, 2*INDENT); in print_field()
708 indent = (xml) ? (indent + INDENT) : (2*INDENT); in print_element()
767 indent = Fault_Install_DataR_flag + INDENT; in print_element()
859 indent = Power_On_DataR_flag + INDENT; in print_element()
1017 parent_path, 2*INDENT); in print_element()
1080 print_element(payload, def, "", INDENT); in print_packet()
1105 output("%*s<Segment name=\"%s\">\n", INDENT, "", name); in print_packets_in_segment()
1107 output("%*sSEGMENT: %s\n", INDENT, "", name); in print_packets_in_segment()
1110 if (xml) output("%*s</Segment>\n", INDENT, ""); in print_packets_in_segment()
[all …]
/titanic_50/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/helptools/
H A DparseMain.java35 static final String INDENT = new String(" "); field in ResourceWriter
36 static final String INDENT_2 = new String(INDENT + INDENT);
75 writenl(INDENT + in classheader()
80 writenl(INDENT + "};"); in footer()
81 writenl(INDENT + "public Object[][] getContents() {"); in footer()
83 writenl(INDENT + "}"); in footer()
/titanic_50/usr/src/cmd/man/
H A Dman.h26 #define INDENT 24 macro
H A Dmakewhatis.c725 while (sbuf_length(whatis_final) < INDENT) in process_page()
/titanic_50/usr/src/cmd/sgs/elfdump/common/
H A Dcorenote.c57 #define INDENT state->ns_indent, MSG_ORIG(MSG_STR_EMPTY) macro
214 dbg_print(0, MSG_ORIG(MSG_CNOTE_FMT_TITLE), INDENT, title); in indent_enter()
245 dbg_print(0, MSG_ORIG(MSG_CNOTE_FMT_LINE), INDENT, in print_num()
272 dbg_print(0, MSG_ORIG(MSG_CNOTE_FMT_LINE_2UP), INDENT, in print_num_2up()
312 dbg_print(0, MSG_ORIG(MSG_CNOTE_FMT_LINE), INDENT, in print_strbuf()
326 dbg_print(0, MSG_ORIG(MSG_CNOTE_FMT_LINE), INDENT, in print_str()
570 dbg_print(0, MSG_ORIG(MSG_CNOTE_FMT_AUXVLINE), INDENT, index, in dump_auxv()
871 INDENT, state->ns_vcol - state->ns_indent, in dump_prgregset()
885 dbg_print(0, MSG_ORIG(MSG_CNOTE_FMT_LINE_2UP), INDENT, in dump_prgregset()
1252 dbg_print(0, MSG_ORIG(MSG_CNOTE_FMT_LINE_2UP), INDENT, in prtpct_2up()
[all …]
/titanic_50/usr/src/cmd/mandoc/
H A Dman_html.c37 #define INDENT 5 macro
547 SCALE_HS_INIT(&su, INDENT); in man_HP_pre()
645 SCALE_HS_INIT(&su, INDENT); in man_RS_pre()
H A Dmdoc_html.c35 #define INDENT 5 macro
1155 SCALE_HS_INIT(&su, INDENT); in mdoc_bd_pre()
1157 SCALE_HS_INIT(&su, INDENT * 2); in mdoc_bd_pre()