Searched defs:LABEL_INDENT (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_set.c | 232 #define LABEL_INDENT 26 macro 247 mdb_printf("%*s %lr (%s)\n", LABEL_INDENT, "symbol matching distance:", 250 mdb_printf("%*s ", LABEL_INDENT, "array member print limit:"); 262 mdb_printf("%*s \"%s\"\n", LABEL_INDENT, "command prompt:", 265 mdb_printf("%*s ", LABEL_INDENT, "debugger options:"); 266 (void) mdb_inc_indent(LABEL_INDENT + 1); 313 (void) mdb_dec_indent(LABEL_INDENT + 1); 315 mdb_printf("%*s ", LABEL_INDENT, "target options:"); 316 (void) mdb_inc_indent(LABEL_INDENT + 1); 333 (void) mdb_dec_indent(LABEL_INDENT [all...] |
Completed in 216 milliseconds