command_find_from_name() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDcommand_find_from_name()

command_find_from_name() function

Find a openocd command from fullname.

Syntax

static struct command *command_find_from_name(Jim_Interp *interp,     const char *name);

Arguments

interp

name

Return value

Returns the named command if it is registred in interp. Returns NULL otherwise.

References

LocationReferrerText
command.c:179
static struct command *command_find_from_name(Jim_Interp *interp, const char *name)
command.c:254register_command()
struct command *c = command_find_from_name(context->interp, full_name);
command.c:363unregister_commands_match()
struct command *c = command_find_from_name(interp, name);

Call Tree

Functions calling command_find_from_name()
Functions called by command_find_from_name()
command_find_from_name()
Data read by command_find_from_name()
Data written by command_find_from_name()
command_find_from_name()::jim_name
command_find_from_name()::cmd
all items filtered out
command_find_from_name()
all items filtered out
Type of command_find_from_name()
command_find_from_name()
all items filtered out