Searched refs:list_regex_cmd_up (Results 1 – 1 of 1) sorted by relevance
805 std::unique_ptr<CommandObjectRegexCommand> list_regex_cmd_up( in LoadCommandDictionary() local818 if (list_regex_cmd_up) { in LoadCommandDictionary()819 if (list_regex_cmd_up->AddRegexCommand("^([0-9]+)[[:space:]]*$", in LoadCommandDictionary()821 list_regex_cmd_up->AddRegexCommand( in LoadCommandDictionary()825 list_regex_cmd_up->AddRegexCommand( in LoadCommandDictionary()828 list_regex_cmd_up->AddRegexCommand("^-[[:space:]]*$", in LoadCommandDictionary()830 list_regex_cmd_up->AddRegexCommand( in LoadCommandDictionary()833 list_regex_cmd_up->AddRegexCommand("^(.+)$", in LoadCommandDictionary()835 list_regex_cmd_up->AddRegexCommand("^$", "source list")) { in LoadCommandDictionary()836 CommandObjectSP list_regex_cmd_sp(list_regex_cmd_up.release()); in LoadCommandDictionary()