Home
last modified time | relevance | path

Searched refs:jim_subcmd_type (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/autosetup/
H A Djimsh0.c1030 } jim_subcmd_type; typedef
1035 const jim_subcmd_type *
1036 Jim_ParseSubCmd(Jim_Interp *interp, const jim_subcmd_type *command_table, int argc, Jim_Obj *const …
1040 int Jim_CallSubCmd(Jim_Interp *interp, const jim_subcmd_type *ct, int argc, Jim_Obj *const *argv);
1042 void Jim_SubCmdArgError(Jim_Interp *interp, const jim_subcmd_type *ct, Jim_Obj *subcmd);
3069 static const jim_subcmd_type aio_command_table[] = {
4945 static const jim_subcmd_type file_command_table[] = {
6552 static const jim_subcmd_type clock_command_table[] = {
6766 static const jim_subcmd_type array_command_table[] = {
19309 static const jim_subcmd_type cmds[OPT_COUNT + 1] = { in Jim_StringCoreCommand()
[all …]