Searched refs:lePtr (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclCompExpr.c2330 LiteralEntry *lePtr;
2334 lePtr = envPtr->literalArrayPtr + index;
2335 objPtr = lePtr->objPtr;
2340 * lePtr->objPtr = literal;
2345 * LiteralTable does not permit the value of lePtr->objPtr
2346 * to change. So rather than replace lePtr->objPtr, we
2323 LiteralEntry *lePtr; local

Completed in 67 milliseconds