command::handler is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

command::handler field

Syntax

References

LocationReferrerText
command.h:199
command.c:221command_new()
c->handler = cr->handler;
command.c:520exec_command()
int retval = c->handler(&cmd);
command.c:905jim_command_dispatch()
if (!c->jim_handler && !c->handler) {
telnet_server.c:674telnet_auto_complete()
if (cmd && !cmd->handler && !cmd->jim_handler) {

Call Tree

Functions calling command::handler
all items filtered out
command::handler
Functions writing command::handler
Functions reading command::handler
all items filtered out
command::handler