Home
last modified time | relevance | path

Searched refs:GetExceptRangeForPc (Results 1 – 4 of 4) sorted by last modified time

/dports/lang/tcl86/tcl8.6.12/generic/
H A DtclExecute.c765 static ExceptionRange * GetExceptRangeForPc(const unsigned char *pc,
7956 rangePtr = GetExceptRangeForPc(pc, result, codePtr); in TEBCresume()
8117 rangePtr = GetExceptRangeForPc(pc, TCL_ERROR, codePtr); in TEBCresume()
10046 GetExceptRangeForPc( in GetExceptRangeForPc() function
/dports/lang/tcl87/tcl8.7a5/generic/
H A DtclExecute.c694 static ExceptionRange * GetExceptRangeForPc(const unsigned char *pc,
7619 rangePtr = GetExceptRangeForPc(pc, result, codePtr); in TEBCresume()
7787 rangePtr = GetExceptRangeForPc(pc, TCL_ERROR, codePtr); in TEBCresume()
9517 GetExceptRangeForPc( in GetExceptRangeForPc() function
/dports/lang/tcl85/tcl8.5.19/generic/
H A DtclExecute.c620 static ExceptionRange * GetExceptRangeForPc(unsigned char *pc, int searchMode,
7352 rangePtr = GetExceptRangeForPc(pc, result, codePtr); in TclExecuteByteCode()
7458 rangePtr = GetExceptRangeForPc(pc, TCL_ERROR, codePtr); in TclExecuteByteCode()
7966 GetExceptRangeForPc( in GetExceptRangeForPc() function
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/tclGeneric/
H A DtclExecute.c362 static ExceptionRange * GetExceptRangeForPc _ANSI_ARGS_((unsigned char *pc,
4066 rangePtr = GetExceptRangeForPc(pc, /*catchOnly*/ 0, codePtr);
4141 rangePtr = GetExceptRangeForPc(pc, /*catchOnly*/ 1, codePtr);
4635 GetExceptRangeForPc(pc, catchOnly, codePtr) in GetExceptRangeForPc() function