Jim_ListIndices() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

Jim_ListIndices() function

Syntax

static int Jim_ListIndices(Jim_Interp *interp,     Jim_Obj *listPtr,     Jim_Obj *const *indexv,     int indexc,     Jim_Obj **resultObj,     int flags);
Implemented in jim.c:7090

Arguments

interp

listPtr

indexv

indexc

resultObj

flags

References

LocationReferrerText
jim.c:7090
static int Jim_ListIndices(Jim_Interp *interp, Jim_Obj *listPtr,
jim.c:142
static int Jim_ListIndices(Jim_Interp *interp, Jim_Obj *listPtr, Jim_Obj *const *indexv, int indexc,
jim.c:6791ListSortIndexHelper()
if (Jim_ListIndices(sort_info->interp, *lhsObj, sort_info->indexv, sort_info->indexc, &lObj, JIM_ERRMSG) != JIM_OK ||
jim.c:6792ListSortIndexHelper()
Jim_ListIndices(sort_info->interp, *rhsObj, sort_info->indexv, sort_info->indexc, &rObj, JIM_ERRMSG) != JIM_OK) {
jim.c:12779Jim_LindexCoreCommand()
ret = Jim_ListIndices(interp, argv[1], argv + 2, argc - 2, &objPtr, JIM_NONE);
jim.c:12930Jim_LsearchCoreCommand()
rc = Jim_ListIndices(interp, searchListObj, indexObj->internalRep.listValue.ele, indexlen, &objPtr, JIM_ERRMSG);

Call Tree

Functions calling Jim_ListIndices()
Functions called by Jim_ListIndices()
Jim_ListIndices()
Data read by Jim_ListIndices()
Data written by Jim_ListIndices()
Jim_ListIndices()::i
Jim_ListIndices()::static_idxes
Jim_ListIndices()::idxes
Jim_ListIndices()::ret
Jim_ListIndices()::objPtr
all items filtered out
Jim_ListIndices()
Jim_ListIndices()::i
Jim_ListIndices()::idxes
Jim_ListIndices()::ret
all items filtered out
Type of Jim_ListIndices()
Jim_ListIndices()
all items filtered out