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

array_command_table variable

Syntax

static const jim_subcmd_type array_command_table[] = { { "exists", "arrayName", array_cmd_exists, 1, 1, }, { "get", "arrayName ?pattern?", array_cmd_get, 1, 2, }, { "names", "arrayName ?pattern?", array_cmd_names, 1, 2, }, { "set", "arrayName list", array_cmd_set, 2, 2, }, { "size", "arrayName", array_cmd_size, 1, 1, }, { "stat", "arrayName", array_cmd_stat, 1, 1, }, { "unset", "arrayName ?pattern?", array_cmd_unset, 1, 2, }, { NULL } };

References

LocationReferrerText
jimsh0.c:5980
static const jim_subcmd_type array_command_table[] = {
jimsh0.c:6039Jim_arrayInit()
Jim_CreateCommand(interp, "array", Jim_SubCmdProc, (void *)array_command_table, NULL);

Data Use

Functions reading array_command_table
array_command_table
all items filtered out
Type of array_command_table
array_command_table
all items filtered out