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

history_command_table variable

Syntax

static const jim_subcmd_type history_command_table[] = { { "add", "line", history_cmd_add, 1, 1, }, { "completion", "command", history_cmd_setcompletion, 1, 1, }, { "getline", "prompt ?varname?", history_cmd_getline, 1, 2, }, { "keep", "?count?", history_cmd_keep, 0, 1, }, { "load", "filename", history_cmd_load, 1, 1, }, { "save", "filename", history_cmd_save, 1, 1, }, { "show", NULL, history_cmd_show, 0, 0, }, { NULL } };

References

LocationReferrerText
jim-history.c:83
static const jim_subcmd_type history_command_table[] = {
jim-history.c:139Jim_historyInit()
Jim_CreateCommand(interp, "history", Jim_SubCmdProc, (void *)history_command_table, NULL);

Data Use

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