HomeSort by: relevance | last modified time | path
    Searched defs:seen_windows (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/tui/
tui-layout.c 1234 std::unordered_set<std::string> seen_windows;
1267 if (seen_windows.find (name) != seen_windows.end ())
1284 seen_windows.insert (name);
1289 if (seen_windows.empty ())
1291 if (seen_windows.find (CMD_NAME) == seen_windows.end ())
1232 std::unordered_set<std::string> seen_windows; local
  /src/external/gpl3/gdb.old/dist/gdb/tui/
tui-layout.c 1237 std::unordered_set<std::string> seen_windows;
1270 if (seen_windows.find (name) != seen_windows.end ())
1287 seen_windows.insert (name);
1292 if (seen_windows.empty ())
1294 if (seen_windows.find (CMD_NAME) == seen_windows.end ())
1235 std::unordered_set<std::string> seen_windows; local

Completed in 30 milliseconds