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

ListEnsureLength() function

Syntax

static void ListEnsureLength(Jim_Obj *listPtr,     int idx);

Arguments

listPtr

idx

References

LocationReferrerText
jim.c:6955
static void ListEnsureLength(Jim_Obj *listPtr, int idx)
jim.c:6992ListInsertElements()
ListEnsureLength(listPtr, requiredLen);
jim.c:15846Jim_LrepeatCoreCommand()
ListEnsureLength(objPtr, argc * count);
jim.c:15951Jim_LreverseCoreCommand()
ListEnsureLength(revObjPtr, len);
jim.c:16012Jim_RangeCoreCommand()
ListEnsureLength(objPtr, len);

Call Tree

Functions calling ListEnsureLength()
Functions called by ListEnsureLength()
ListEnsureLength()
all items filtered out
Data read by ListEnsureLength()
Data written by ListEnsureLength()
ListEnsureLength()