Home | History | Annotate | Download | only in Commands

Lines Matching refs:Indent

1501     strm.Indent ("    Address: ");
1506 strm.Indent (" Summary: ");
1551 // strm.Indent (" Address: ");
1556 // strm.Indent (" Summary: ");
1606 strm.Indent ();
1621 // strm.Indent ();
1697 strm.Indent ();
1728 strm.Indent ();
1783 strm.Indent ();
1829 strm.Indent ();
3204 const size_t indent = strm.Printf("[%3u] ", image_idx);
3205 PrintModule (target, module, indent, strm);
3234 PrintModule (Target *target, Module *module, int indent, Stream &strm)
3360 // Add a newline and indent past the index
3361 strm.Printf ("\n%*s", indent, "");