Searched refs:oldCmdCache (Results 1 – 1 of 1) sorted by relevance
632 Jim_Cmd *oldCmdCache; member10086 while (interp->oldCmdCache) { in Jim_InterpIncrProcEpoch()10087 Jim_Cmd *next = interp->oldCmdCache->prevCmd; in Jim_InterpIncrProcEpoch()10088 Jim_Free(interp->oldCmdCache); in Jim_InterpIncrProcEpoch()10089 interp->oldCmdCache = next; in Jim_InterpIncrProcEpoch()10122 cmdPtr->prevCmd = interp->oldCmdCache; in JimDecrCmdRefCount()10123 interp->oldCmdCache = cmdPtr; in JimDecrCmdRefCount()