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

/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclExecute.c3603 int jmpOffset[2], b;
3609 jmpOffset[0] = TclGetInt4AtPtr(pc+1); /* FALSE offset */
3610 jmpOffset[1] = 5; /* TRUE offset*/
3614 jmpOffset[0] = 5;
3615 jmpOffset[1] = TclGetInt4AtPtr(pc+1);
3619 jmpOffset[0] = TclGetInt1AtPtr(pc+1);
3620 jmpOffset[1] = 2;
3624 jmpOffset[0] = 2;
3625 jmpOffset[1] = TclGetInt1AtPtr(pc+1);
3634 TRACE_WITH_OBJ(("%d => ERROR: ", jmpOffset[
3591 int jmpOffset[2], b; local
[all...]

Completed in 70 milliseconds