Searched refs:oldCmdCache (Results 1 – 1 of 1) sorted by relevance
632 Jim_Cmd *oldCmdCache; member10088 while (interp->oldCmdCache) { in Jim_InterpIncrProcEpoch()10089 Jim_Cmd *next = interp->oldCmdCache->prevCmd; in Jim_InterpIncrProcEpoch()10090 Jim_Free(interp->oldCmdCache); in Jim_InterpIncrProcEpoch()10091 interp->oldCmdCache = next; in Jim_InterpIncrProcEpoch()10124 cmdPtr->prevCmd = interp->oldCmdCache; in JimDecrCmdRefCount()10125 interp->oldCmdCache = cmdPtr; in JimDecrCmdRefCount()