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

/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclBasic.c3917 int allowExceptions = (iPtr->evalFlags & TCL_ALLOW_EXCEPTIONS);
3936 if ((code != TCL_ERROR) && !allowExceptions) {
4123 int allowExceptions = (iPtr->evalFlags & TCL_ALLOW_EXCEPTIONS);
4485 if ((code != TCL_OK) && (code != TCL_ERROR) && !allowExceptions) {
5305 int allowExceptions = (iPtr->evalFlags & TCL_ALLOW_EXCEPTIONS);
5324 && !allowExceptions) {
3882 int allowExceptions = (iPtr->evalFlags & TCL_ALLOW_EXCEPTIONS); local
4085 int allowExceptions = (iPtr->evalFlags & TCL_ALLOW_EXCEPTIONS); local
5257 int allowExceptions = (iPtr->evalFlags & TCL_ALLOW_EXCEPTIONS); local
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclBasic.c3399 int allowExceptions = (iPtr->evalFlags & TCL_ALLOW_EXCEPTIONS);
3432 && !allowExceptions) {
4012 int allowExceptions = (iPtr->evalFlags & TCL_ALLOW_EXCEPTIONS);
4348 && !allowExceptions) {
5065 int allowExceptions = (iPtr->evalFlags & TCL_ALLOW_EXCEPTIONS);
5301 && !allowExceptions) {
3366 int allowExceptions = (iPtr->evalFlags & TCL_ALLOW_EXCEPTIONS); local
3975 int allowExceptions = (iPtr->evalFlags & TCL_ALLOW_EXCEPTIONS); local
5018 int allowExceptions = (iPtr->evalFlags & TCL_ALLOW_EXCEPTIONS); local

Completed in 146 milliseconds