Searched refs:Tcl_IsSafe (Results 1 - 25 of 117) sorted by relevance

12345

/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/generic/
H A DtclXinit.c131 if (!Tcl_IsSafe(interp)) {
/macosx-10.10/tcl-105/tk/tk/win/
H A DtkWinCursor.c136 if (Tcl_IsSafe(interp)) {
/macosx-10.10/tcl-105/tk84/tk/win/
H A DtkWinCursor.c131 if (Tcl_IsSafe(interp)) {
/macosx-10.10/tcl-105/tcl_ext/snack/snack/generic/
H A Dsound.c77 if (Tcl_IsSafe(interp)) {
91 if (Tcl_IsSafe(interp)) {
H A Dsnack.c149 if (Tcl_IsSafe(interp)) {
163 if (Tcl_IsSafe(interp)) {
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclLoad.c422 if (Tcl_IsSafe(target)) {
447 if (Tcl_IsSafe(target)) {
698 if (Tcl_IsSafe(target)) {
733 if (Tcl_IsSafe(target)) {
755 if (Tcl_IsSafe(target)) {
H A DtclInterp.c658 safe = Tcl_IsSafe(interp);
806 Tcl_SetObjResult(interp, Tcl_NewBooleanObj(Tcl_IsSafe(slaveInterp)));
2146 safe = Tcl_IsSafe(masterInterp);
2338 Tcl_SetObjResult(interp, Tcl_NewBooleanObj(Tcl_IsSafe(slaveInterp)));
2551 if (Tcl_IsSafe(interp)) {
2596 if (Tcl_IsSafe(interp)) {
2652 if (Tcl_IsSafe(interp)) {
2736 if (Tcl_IsSafe(interp)) {
2791 if (Tcl_IsSafe(interp)) {
2805 * Tcl_IsSafe
2784 Tcl_IsSafe( function
[all...]
H A DtclEvent.c261 } else if ((code == TCL_ERROR) && !Tcl_IsSafe(interp)) {
440 if (Tcl_IsSafe(interp)) {
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclInterp.c443 safe = Tcl_IsSafe(interp);
595 Tcl_SetIntObj(Tcl_GetObjResult(interp), Tcl_IsSafe(slaveInterp));
1821 safe = Tcl_IsSafe(masterInterp);
1984 Tcl_SetIntObj(Tcl_GetObjResult(interp), Tcl_IsSafe(slaveInterp));
2168 if (Tcl_IsSafe(interp)) {
2213 if (Tcl_IsSafe(interp)) {
2271 if (Tcl_IsSafe(interp)) {
2357 if (Tcl_IsSafe(interp)) {
2404 if (Tcl_IsSafe(interp)) {
2418 * Tcl_IsSafe
2400 Tcl_IsSafe(interp) function
[all...]
H A DtclLoad.c386 if (Tcl_IsSafe(target)) {
/macosx-10.10/tcl-105/tk/tk/macosx/
H A DtkMacOSXSend.c299 if (Tcl_IsSafe(interp)) {
/macosx-10.10/tcl-105/tk84/tk/macosx/
H A DtkMacOSXSend.c307 if (Tcl_IsSafe(interp)) {
/macosx-10.10/tcl-105/tk84/tk/unix/
H A DtkUnixCursor.c238 if (Tcl_IsSafe(interp)) {
/macosx-10.10/tcl-105/tcl/tcl/win/
H A DtclWinDde.c402 if (Tcl_IsSafe(interp)) {
408 if (Tcl_IsSafe(interp)) {
535 if (riPtr->handlerPtr == NULL && Tcl_IsSafe(riPtr->interp)) {
735 if (Tcl_IsSafe(convPtr->riPtr->interp)) {
1543 if (Tcl_IsSafe(riPtr->interp) && riPtr->handlerPtr == NULL) {
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkCmds.c649 if (Tcl_IsSafe(interp)) {
757 if (Tcl_IsSafe(interp)) {
800 if (Tcl_IsSafe(interp)) {
867 inactive = (Tcl_IsSafe(interp) ? -1 :
882 if (Tcl_IsSafe(interp)) {
H A DtkWindow.c957 isSafe = Tcl_IsSafe(interp);
2947 * The actual code called is the same as Tk_Init but Tcl_IsSafe() is
3027 if (Tcl_IsSafe(interp)) {
3051 if (!Tcl_IsSafe(master)) {
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.1/
H A DtclStubInit.c500 Tcl_IsSafe, /* 185 */
H A DtclStubInit.c.orig500 Tcl_IsSafe, /* 185 */
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.1b2/
H A DtclStubInit.c257 Tcl_IsSafe, /* 185 */
H A DtclStubInit.c.orig257 Tcl_IsSafe, /* 185 */
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.1b3/
H A DtclStubInit.c257 Tcl_IsSafe, /* 185 */
H A DtclStubInit.c.orig257 Tcl_IsSafe, /* 185 */
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkCmds.c655 if (Tcl_IsSafe(interp)) {
759 if (Tcl_IsSafe(interp)) {
802 if (Tcl_IsSafe(interp)) {
/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/unix/
H A DtclXunixId.c363 if (Tcl_IsSafe (interp)) {
/macosx-10.10/tcl-105/tk/tk/unix/
H A DtkUnixCursor.c311 if (!inTkTable && Tcl_IsSafe(interp)) {

Completed in 368 milliseconds

12345