Searched refs:jump_regex_cmd_up (Results 1 – 1 of 1) sorted by relevance
920 std::unique_ptr<CommandObjectRegexCommand> jump_regex_cmd_up( in LoadCommandDictionary() local929 if (jump_regex_cmd_up) { in LoadCommandDictionary()930 if (jump_regex_cmd_up->AddRegexCommand("^\\*(.*)$", in LoadCommandDictionary()932 jump_regex_cmd_up->AddRegexCommand("^([0-9]+)$", in LoadCommandDictionary()934 jump_regex_cmd_up->AddRegexCommand("^([^:]+):([0-9]+)$", in LoadCommandDictionary()936 jump_regex_cmd_up->AddRegexCommand("^([+\\-][0-9]+)$", in LoadCommandDictionary()938 CommandObjectSP jump_regex_cmd_sp(jump_regex_cmd_up.release()); in LoadCommandDictionary()