Searched refs:env_regex_cmd_ap (Results 1 – 1 of 1) sorted by relevance
609 env_regex_cmd_ap(new CommandObjectRegexCommand (*this, in LoadCommandDictionary() local613 if (env_regex_cmd_ap.get()) in LoadCommandDictionary()615 if (env_regex_cmd_ap->AddRegexCommand("^$", "settings show target.env-vars") && in LoadCommandDictionary()616 …env_regex_cmd_ap->AddRegexCommand("^([A-Za-z_][A-Za-z_0-9]*=.*)$", "settings set target.env-vars %… in LoadCommandDictionary()618 CommandObjectSP env_regex_cmd_sp(env_regex_cmd_ap.release()); in LoadCommandDictionary()