Home
last modified time | relevance | path

Searched refs:tilde_expanded_file (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/cli/
Dcli-cmds.c765 std::string tilde_expanded_file; in source_script_with_search() local
770 tilde_expanded_file = gdb_tilde_expand (file); in source_script_with_search()
771 file_to_open = tilde_expanded_file.c_str (); in source_script_with_search()