Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp901 std::unique_ptr<CommandObjectRegexCommand> env_regex_cmd_up( in LoadCommandDictionary() local
909 if (env_regex_cmd_up) { in LoadCommandDictionary()
910 if (env_regex_cmd_up->AddRegexCommand("^$", in LoadCommandDictionary()
912 env_regex_cmd_up->AddRegexCommand("^([A-Za-z_][A-Za-z_0-9]*=.*)$", in LoadCommandDictionary()
914 CommandObjectSP env_regex_cmd_sp(env_regex_cmd_up.release()); in LoadCommandDictionary()