Searched refs:set_cmd_prefix (Results 1 – 4 of 4) sorted by relevance
194 extern void with_command_1 (const char *set_cmd_prefix,201 extern void with_command_completer_1 (const char *set_cmd_prefix,
223 with_command_1 (const char *set_cmd_prefix, in with_command_1() argument238 cmd_list_element *set_cmd = lookup_cmd (&args, setlist, set_cmd_prefix, in with_command_1()290 with_command_completer_1 (const char *set_cmd_prefix, in with_command_completer_1() argument305 std::string new_text = std::string (set_cmd_prefix) + text; in with_command_completer_1()306 tracker.advance_custom_word_point_by (-(int) strlen (set_cmd_prefix)); in with_command_completer_1()
3811 * cli/cli-decode.c (set_cmd_prefix): New.3813 (add_prefix_cmd): Call set_cmd_prefix and update field 'prefix'3815 (add_setshow_cmd_full): set_cmd_prefix.
11421 (set_cmd_prefix): Remove.11424 (add_alias_cmd): Remove call to set_cmd_prefix, as do_add_cmd does it.11427 (add_prefix_cmd): Replace non working call to set_cmd_prefix by