Searched refs:JimPopInterpObj (Results 1 – 1 of 1) sorted by relevance
6981 #define JimPopInterpObj(I, IO, SO) do { Jim_DecrRefCount(I, IO); IO = SO; } while (0) macro16923 JimPopInterpObj(interp, interp->currentFilenameObj, oldFilenameObj); in Jim_EvalFile()