OpenOCD
Jim_ProcArg
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_ProcArg
Jim_ProcArg struct
Syntax
Show:
Summary
Declaration
from
jim.h:507
struct
Jim_ProcArg
{
Jim_Obj
*
nameObjPtr
;
Jim_Obj
*
defaultObjPtr
;
}
;
Fields
Field
Declared as
Jim_ProcArg::nameObjPtr
Jim_Obj
*
Jim_ProcArg::defaultObjPtr
Jim_Obj
*
Examples
References
from
examples
Code
Location
Referrer
struct
Jim_ProcArg
{
jim.h:507
struct
Jim_ProcArg
{
jimsh0.c:522
cmdPtr
=
Jim_Alloc
(
sizeof
(
*
cmdPtr
)
+
sizeof
(
struct
Jim_ProcArg
)
*
argListLen
)
;
jim.c:4184
JimCreateProcedureCmd()
cmdPtr
->
u
.
proc
.
arglist
=
(
struct
Jim_ProcArg
*
)
(
cmdPtr
+
1
)
;
jim.c:4193
JimCreateProcedureCmd()
struct
Jim_ProcArg
{
jim.h:507
Jim_Cmd::
::
::arglist
struct
Jim_ProcArg
{
jimsh0.c:522
Jim_Cmd::
::
::arglist
cmdPtr
=
Jim_Alloc
(
sizeof
(
*
cmdPtr
)
+
sizeof
(
struct
Jim_ProcArg
)
*
argListLen
)
;
jimsh0.c:9514
JimCreateProcedureCmd()
cmdPtr
->
u
.
proc
.
arglist
=
(
struct
Jim_ProcArg
*
)
(
cmdPtr
+
1
)
;
jimsh0.c:9522
JimCreateProcedureCmd()
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
Instance
Scope
Location
Project
Jim_Cmd::
::
::arglist
jim.h:507
Jim_Cmd::
::
::arglist
jimsh0.c:522
Lifecycle
from
examples
All items filtered out
All items filtered out