OpenOCD
Jim_Cmd::u
is only used within OpenOCD.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Development Tools
OpenOCD
Jim_Cmd::u
Jim_Cmd::u field
Syntax
Show:
Summary
Declaration
from
jim.h:490
union
{
struct
{
Jim_CmdProc
*
cmdProc
;
Jim_DelCmdProc
*
delProc
;
void
*
privData
;
}
native
;
struct
{
Jim_Obj
*
argListObjPtr
;
Jim_Obj
*
bodyObjPtr
;
Jim_HashTable
*
staticVars
;
int
argListLen
;
int
reqArity
;
int
optArity
;
int
argsPos
;
int
upcall
;
struct
Jim_ProcArg
{
Jim_Obj
*
nameObjPtr
;
Jim_Obj
*
defaultObjPtr
;
}
*
arglist
;
Jim_Obj
*
nsObj
;
}
proc
;
}
u
;
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out