lsort_info::interp is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

lsort_info::interp field

Syntax

Jim_Interp *interp;

References

LocationReferrerText
jim.c:6770
Jim_Interp *interp;
jimsh0.c:11509
Jim_Interp *interp;
jim.c:6791ListSortIndexHelper()
jim.c:6792ListSortIndexHelper()
jim.c:6801ListSortString()
jim.c:6806ListSortStringNoCase()
jim.c:6813ListSortInteger()
if (Jim_GetWide(sort_info->interp, *lhsObj, &lhs) != JIM_OK ||
jim.c:6814ListSortInteger()
Jim_GetWide(sort_info->interp, *rhsObj, &rhs) != JIM_OK) {
jim.c:6825ListSortReal()
if (Jim_GetDouble(sort_info->interp, *lhsObj, &lhs) != JIM_OK ||
jim.c:6826ListSortReal()
Jim_GetDouble(sort_info->interp, *rhsObj, &rhs) != JIM_OK) {
jim.c:6846ListSortCommand()
compare_script = Jim_DuplicateObj(sort_info->interp, sort_info->command);
jim.c:6847ListSortCommand()
Jim_ListAppendElement(sort_info->interp, compare_script, *lhsObj);
jim.c:6848ListSortCommand()
Jim_ListAppendElement(sort_info->interp, compare_script, *rhsObj);
jim.c:6850ListSortCommand()
rc = Jim_EvalObj(sort_info->interp, compare_script);
jim.c:6852ListSortCommand()
if (rc != JIM_OK || Jim_GetWide(sort_info->interp, Jim_GetResult(sort_info->interp), &ret) != JIM_OK) {
jim.c:6873ListRemoveDuplicates()
Jim_DecrRefCount(sort_info->interp, ele[dst]);
jim.c:13190Jim_LsortCoreCommand()
info.interp = interp;
jimsh0.c:11530ListSortIndexHelper()
jimsh0.c:11531ListSortIndexHelper()
jimsh0.c:11540ListSortString()
jimsh0.c:11545ListSortStringNoCase()
jimsh0.c:11552ListSortInteger()
if (Jim_GetWide(sort_info->interp, *lhsObj, &lhs) != JIM_OK ||
jimsh0.c:11553ListSortInteger()
Jim_GetWide(sort_info->interp, *rhsObj, &rhs) != JIM_OK) {
jimsh0.c:11564ListSortReal()
if (Jim_GetDouble(sort_info->interp, *lhsObj, &lhs) != JIM_OK ||
jimsh0.c:11565ListSortReal()
Jim_GetDouble(sort_info->interp, *rhsObj, &rhs) != JIM_OK) {
jimsh0.c:11585ListSortCommand()
compare_script = Jim_DuplicateObj(sort_info->interp, sort_info->command);
jimsh0.c:11586ListSortCommand()
Jim_ListAppendElement(sort_info->interp, compare_script, *lhsObj);
jimsh0.c:11587ListSortCommand()
Jim_ListAppendElement(sort_info->interp, compare_script, *rhsObj);
jimsh0.c:11589ListSortCommand()
rc = Jim_EvalObj(sort_info->interp, compare_script);
jimsh0.c:11591ListSortCommand()
if (rc != JIM_OK || Jim_GetWide(sort_info->interp, Jim_GetResult(sort_info->interp), &ret) != JIM_OK) {
jimsh0.c:11607ListRemoveDuplicates()
Jim_DecrRefCount(sort_info->interp, ele[dst]);
jimsh0.c:17036Jim_LsortCoreCommand()
info.interp = interp;

Data Use