HomeSort by: relevance | last modified time | path
    Searched refs:share_box (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/tui/
tui-layout.c 642 tui_debug_printf (" [%d] { size = %d, min = %d, max = %d, share_box = %d }",
644 info[i].max_size, info[i].share_box);
859 info[i].share_box = true;
864 if (info[i].share_box)
905 if (info[i].share_box)
1025 else if (info[i].share_box)
tui-layout.h 306 bool share_box; member in struct:tui_layout_split::size_info
  /src/external/gpl3/gdb.old/dist/gdb/tui/
tui-layout.c 645 tui_debug_printf (" [%d] { size = %d, min = %d, max = %d, share_box = %d }",
647 info[i].max_size, info[i].share_box);
862 info[i].share_box = true;
867 if (info[i].share_box)
908 if (info[i].share_box)
1028 else if (info[i].share_box)
tui-layout.h 306 bool share_box; member in struct:tui_layout_split::size_info

Completed in 25 milliseconds