bad_subcmd() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

bad_subcmd() function

Syntax

static void bad_subcmd(Jim_Interp *interp,     const jim_subcmd_type * command_table,     const char *type,     Jim_Obj *cmd,     Jim_Obj *subcmd);

Arguments

interp

command_table

type

cmd

subcmd

References

LocationReferrerText
jimsh0.c:19734
static void bad_subcmd(Jim_Interp *interp, const jim_subcmd_type * command_table, const char *type,
jimsh0.c:19836Jim_ParseSubCmd()
bad_subcmd(interp, command_table, "ambiguous", argv[0], argv[1 + help]);
jimsh0.c:19856Jim_ParseSubCmd()
bad_subcmd(interp, command_table, "unknown", argv[0], argv[1 + help]);

Call Tree

Functions calling bad_subcmd()
Functions called by bad_subcmd()
all items filtered out
bad_subcmd()