Lines Matching +defs:expanded +defs:c
4068 window.Printf(" (%c)", m_key_value);
4494 bool expanded = false;
4508 void Expand() { expanded = true; }
4532 expanded = false;
4546 // if (row.expanded)
4554 // if (expanded)
4697 const bool expanded = IsExpanded();
4700 // number of children if the item is expanded
4701 if (m_parent == nullptr || expanded)
4705 if (expanded)
4735 // if (row.expanded)
4743 // if (expanded)
4911 "Unexpand the selected item or select parent if not expanded"},
4922 HandleCharResult WindowDelegateHandleChar(Window &window, int c) override {
4923 switch (c) {
5597 {KEY_LEFT, "Unexpand selected item or select parent if not expanded"},
5603 {'c', "Format as character"},
5623 HandleCharResult WindowDelegateHandleChar(Window &window, int c) override {
5624 switch (c) {
5635 case 'c':
5643 valobj_sp->SetFormat(FormatForChar(c));
5687 if (!m_selected_row->expanded)
5694 if (m_selected_row->expanded)
5704 if (m_selected_row->expanded)
5732 static Format FormatForChar(int c) {
5733 switch (c) {
5754 case 'c':
5850 if (row.expanded) {
5863 if (row.expanded)
5875 if (row.expanded) {
6205 snprintf(g_desc, sizeof(g_desc), "%c", ch);
6805 {'c', "Continue process"},
7272 HandleCharResult WindowDelegateHandleChar(Window &window, int c) override {
7276 switch (c) {
7382 case 'c':
7383 // 'c' == continue
7414 bool source_step = (c == 'n');
7427 bool source_step = (c == 's');
7444 if (c == 'u' && frame_idx + 1 < thread->GetStackFrameCount())
7446 else if (c == 'd' && frame_idx > 0)
7598 "Create", nullptr, 'c', ApplicationDelegate::eMenuID_TargetCreate)));
7616 MenuSP(new Menu("Continue", nullptr, 'c',