reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Core/IOHandler.cpp
 1465     window.MoveCursor(0, window.GetCursorY());
 1465     window.MoveCursor(0, window.GetCursorY());
 1466     window.PutChar(ACS_LTEE);
 1467     int width = window.GetWidth();
 1471         window.PutChar(ACS_HLINE);
 1473     window.PutChar(ACS_RTEE);
 1479       window.AttributeOn(hilgight_attr);
 1488           window.PutCString(name, pos);
 1492         window.AttributeOn(shortcut_attr);
 1493         window.PutChar(name[0]);
 1494         window.AttributeOff(shortcut_attr);
 1497           window.PutCString(name);
 1502       window.PutCString(m_name.c_str());
 1506       window.AttributeOff(hilgight_attr);
 1510         window.AttributeOn(COLOR_PAIR(3));
 1511         window.Printf(" (%c)", m_key_value);
 1512         window.AttributeOff(COLOR_PAIR(3));
 1515       window.AttributeOn(COLOR_PAIR(3));
 1516       window.Printf(" (%s)", m_key_name.c_str());
 1517       window.AttributeOff(COLOR_PAIR(3));