| /onnv/onnv-gate/usr/src/cmd/abi/spectrans/parser/ |
| errlog.c | 54 #define INDENT &Trace_padding[80-(Trace_indent*4)] 88 /* Indent/outdent. */ 90 (void) fprintf(stderr, "%s", INDENT); 94 (void) fprintf(stderr, "%s", INDENT); 96 (void) fprintf(stderr, "%s", INDENT);
|
| /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/fs.d/cachefs/mdbug/ |
| priv.h | 67 #define INDENT 4 /* Indentation per trace level */
|
| /onnv/onnv-gate/usr/src/cmd/news/ |
| news.c | 52 #define INDENT 3 297 ip = INDENT; 305 ip = INDENT; 313 if (ip > INDENT) 318 ip = ((ip - INDENT + 8) & -8) + INDENT;
|
| /onnv/onnv-gate/usr/src/cmd/prtfru/ |
| prtfru.c | 50 #define INDENT 3 147 const char *parent_path, int indent); 588 parent_path, 2*INDENT); 700 const char *parent_path, int indent) 708 indent = (xml) ? (indent + INDENT) : (2*INDENT); 710 Fault_Install_DataR_flag = indent; 711 Power_On_DataR_flag = indent; [all...] |
| /onnv/onnv-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/helptools/ |
| parseMain.java | 35 static final String INDENT = new String(" "); 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 + "}");
|
| /onnv/onnv-gate/usr/src/cmd/sgs/elfdump/common/ |
| corenote.c | 51 * the left margin indentation. This macro combines the indent 54 #define INDENT state->ns_indent, MSG_ORIG(MSG_STR_EMPTY) 57 * Indent unit, used for each nesting 211 dbg_print(0, MSG_ORIG(MSG_CNOTE_FMT_TITLE), INDENT, title); 242 dbg_print(0, MSG_ORIG(MSG_CNOTE_FMT_LINE), INDENT, 269 dbg_print(0, MSG_ORIG(MSG_CNOTE_FMT_LINE_2UP), INDENT, 309 dbg_print(0, MSG_ORIG(MSG_CNOTE_FMT_LINE), INDENT, 323 dbg_print(0, MSG_ORIG(MSG_CNOTE_FMT_LINE), INDENT, 446 * Immediate indent_exit() restores the indent level to 544 dbg_print(0, MSG_ORIG(MSG_CNOTE_FMT_AUXVLINE), INDENT, index [all...] |