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

add_cmd_usage() function

Syntax

static void add_cmd_usage(Jim_Interp *interp,     const jim_subcmd_type * ct,     Jim_Obj *cmd);

Arguments

interp

ct

cmd

References

LocationReferrerText
jimsh0.c:19748
static void add_cmd_usage(Jim_Interp *interp, const jim_subcmd_type * ct, Jim_Obj *cmd)
jimsh0.c:19762set_wrong_args()
add_cmd_usage(interp, command_table, subcmd);
jimsh0.c:19863Jim_ParseSubCmd()
add_cmd_usage(interp, ct, argv[0]);
jimsh0.c:19878Jim_ParseSubCmd()
add_cmd_usage(interp, ct, argv[0]);

Call Tree

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