Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp875 std::unique_ptr<CommandObjectRegexCommand> env_regex_cmd_up( in LoadCommandDictionary() local
883 if (env_regex_cmd_up) { in LoadCommandDictionary()
884 if (env_regex_cmd_up->AddRegexCommand("^$", in LoadCommandDictionary()
886 env_regex_cmd_up->AddRegexCommand("^([A-Za-z_][A-Za-z_0-9]*=.*)$", in LoadCommandDictionary()
888 CommandObjectSP env_regex_cmd_sp(env_regex_cmd_up.release()); in LoadCommandDictionary()