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

  /src/external/gpl3/gdb.old/dist/gdb/tui/
tui-win.c 707 std::string matching_window_name;
720 if (matching_window_name.empty ())
721 matching_window_name = name;
727 if (!matching_window_name.empty ())
734 matching_window_name.c_str ());
705 std::string matching_window_name; local
  /src/external/gpl3/gdb/dist/gdb/tui/
tui-win.c 707 std::string matching_window_name;
720 if (matching_window_name.empty ())
721 matching_window_name = name;
727 if (!matching_window_name.empty ())
734 matching_window_name.c_str ());
705 std::string matching_window_name; local

Completed in 38 milliseconds