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

/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A DtclExecute.c390 static ExceptionRange * GetExceptRangeForPc _ANSI_ARGS_((unsigned char *pc,
4393 rangePtr = GetExceptRangeForPc(pc, /*catchOnly*/ 0, codePtr);
4468 rangePtr = GetExceptRangeForPc(pc, /*catchOnly*/ 1, codePtr);
5003 * GetExceptRangeForPc --
5026 GetExceptRangeForPc(pc, catchOnly, codePtr)
5011 GetExceptRangeForPc(pc, catchOnly, codePtr) function
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclExecute.c622 static ExceptionRange * GetExceptRangeForPc(unsigned char *pc, int catchOnly,
7327 rangePtr = GetExceptRangeForPc(pc, /*catchOnly*/ 0, codePtr);
7433 rangePtr = GetExceptRangeForPc(pc, /*catchOnly*/ 1, codePtr);
7921 * GetExceptRangeForPc --
7943 GetExceptRangeForPc(
7926 GetExceptRangeForPc( function

Completed in 94 milliseconds