OpenOCD
lsort_info
is only used within OpenOCD.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Development Tools
OpenOCD
lsort_info
lsort_info struct
Syntax
Show:
Summary
Declaration
from
jim.c:6767
struct
lsort_info
{
jmp_buf
jmpbuf
;
Jim_Obj
*
command
;
Jim_Interp
*
interp
;
enum
{
JIM_LSORT_ASCII
,
JIM_LSORT_NOCASE
,
JIM_LSORT_INTEGER
,
JIM_LSORT_REAL
,
JIM_LSORT_COMMAND
}
type
;
int
order
;
Jim_Obj
*
*
indexv
;
int
indexc
;
int
unique
;
int
(
*
subfn
)
(
Jim_Obj
*
*
,
Jim_Obj
*
*
)
;
}
;
Fields
Field
Declared as
lsort_info::jmpbuf
jmp_buf
lsort_info::command
Jim_Obj
*
lsort_info::interp
Jim_Interp
*
lsort_info::type
enum
{
JIM_LSORT_ASCII
,
JIM_LSORT_NOCASE
,
JIM_LSORT_INTEGER
,
JIM_LSORT_REAL
,
JIM_LSORT_COMMAND
}
lsort_info::order
int
lsort_info::indexv
Jim_Obj
*
*
lsort_info::indexc
int
lsort_info::unique
int
lsort_info::subfn
int
(
*
)
(
Jim_Obj
*
*
,
Jim_Obj
*
*
)
lsort_info::index
int
lsort_info::indexed
int
Related Functions
Found 2 other functions taking a
lsort_info
argument:
Function
ListSortElements()
ListSortElements()
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