jim_subcmd_function is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

jim_subcmd_function

Returns JIM_OK if OK, JIM_ERR (etc.) on error, break, continue, etc. Returns -1 if invalid args.

Syntax

typedef int jim_subcmd_function(Jim_Interp *interp, int argc, Jim_Obj *const *argv);

References

LocationReferrerScopeText
jim-subcmd.h:23
typedef int jim_subcmd_function(Jim_Interp *interp, int argc, Jim_Obj *const *argv);
jimsh0.c:946
typedef int jim_subcmd_function(Jim_Interp *interp, int argc, Jim_Obj *const *argv);
jim-subcmd.h:28jim_subcmd_type::functionjim_subcmd_type
jim_subcmd_function *function; /* Function implementing the subcommand */
jimsh0.c:951jim_subcmd_type::functionjim_subcmd_type
jim_subcmd_function *function;

Type Use

Variables of jim_subcmd_function type
all items filtered out
jim_subcmd_function