Home
last modified time | relevance | path

Searched refs:command_list_for_parent (Results 1 – 1 of 1) sorted by relevance

/dports/devel/openocd/openocd-0.11.0/src/helper/
H A Dcommand.c276 static struct command **command_list_for_parent( in command_list_for_parent() function
336 command_add_child(command_list_for_parent(cmd_ctx, parent), c); in command_new()
369 struct command **head = command_list_for_parent(context, parent); in register_command()
434 struct command **head = command_list_for_parent(context, parent); in unregister_all_commands()
451 struct command **head = command_list_for_parent(context, parent); in unregister_command()
1100 struct command **head = command_list_for_parent(cmd_ctx, parent); in help_add_command()