Searched refs:list_regex_cmd_up (Results 1 – 1 of 1) sorted by relevance
864 std::unique_ptr<CommandObjectRegexCommand> list_regex_cmd_up( in LoadCommandDictionary() local877 if (list_regex_cmd_up) { in LoadCommandDictionary()878 if (list_regex_cmd_up->AddRegexCommand("^([0-9]+)[[:space:]]*$", in LoadCommandDictionary()880 list_regex_cmd_up->AddRegexCommand( in LoadCommandDictionary()884 list_regex_cmd_up->AddRegexCommand( in LoadCommandDictionary()887 list_regex_cmd_up->AddRegexCommand("^-[[:space:]]*$", in LoadCommandDictionary()889 list_regex_cmd_up->AddRegexCommand( in LoadCommandDictionary()892 list_regex_cmd_up->AddRegexCommand("^(.+)$", in LoadCommandDictionary()894 list_regex_cmd_up->AddRegexCommand("^$", "source list")) { in LoadCommandDictionary()895 CommandObjectSP list_regex_cmd_sp(list_regex_cmd_up.release()); in LoadCommandDictionary()