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

/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A DtclExecute.c4919 int bestSrcOffset = -1; /* Initialized to avoid compiler warning. */
4983 bestSrcOffset = srcOffset;
4996 return (codePtr->source + bestSrcOffset);
4905 int bestSrcOffset = -1; /* Initialized to avoid compiler warning. */ local
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclExecute.c7835 int bestSrcOffset = -1; /* Initialized to avoid compiler warning. */
7901 bestSrcOffset = srcOffset;
7914 return (codePtr->source + bestSrcOffset);
7819 int bestSrcOffset = -1; /* Initialized to avoid compiler warning. */ local

Completed in 211 milliseconds