Searched refs:Tcl_GlobalEval (Results 1 - 25 of 93) sorted by relevance

1234

/macosx-10.10.1/tcl-105/tk84/tk/macosx/
H A DtkMacOSXHLEvents.c213 Tcl_GlobalEval(interp, "::tk::mac::OpenApplication");
248 Tcl_GlobalEval(interp, "::tk::mac::ReopenApplication");
282 Tcl_GlobalEval(interp, "::tk::mac::ShowPreferences");
605 Tcl_GlobalEval(interp, "::tk::mac::Quit");
607 Tcl_GlobalEval(interp, "exit");
H A DtkMacOSXWindowEvent.c131 Tcl_GlobalEval(eventPtr->interp, "::tk::mac::OnHide");
141 Tcl_GlobalEval(eventPtr->interp, "::tk::mac::OnShow");
909 result = Tcl_GlobalEval(interp, protPtr->command);
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/generic/
H A DtclXtest.c193 return Tcl_GlobalEval (interp, errorHandler);
H A DtclXlib.c42 * Command to pass to Tcl_GlobalEval to load the file autoload.tcl.
220 result = Tcl_GlobalEval (interp, cmdBuf.string);
226 result = Tcl_GlobalEval (interp, cmdBuf.string);
667 result = Tcl_GlobalEval (interp, command.string);
H A DtclXcmdloop.c430 if (Tcl_GlobalEval (dataPtr->interp, dataPtr->endCommand) != TCL_OK)
/macosx-10.10.1/tcl-105/tk/tk/macosx/
H A DtkMacOSXHLEvents.c231 int code = Tcl_GlobalEval(interp, "::tk::mac::OpenApplication");
269 int code = Tcl_GlobalEval(interp, "::tk::mac::ReopenApplication");
306 int code = Tcl_GlobalEval(interp, "::tk::mac::ShowPreferences");
640 int code = Tcl_GlobalEval(interp, quit ? "::tk::mac::Quit" : "exit");
/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkConsole.c451 result = Tcl_GlobalEval(consoleInterp, "source $tk_library/console.tcl");
937 Tcl_GlobalEval(consoleInterp, "tk::ConsoleExit");
H A DtkTextWind.c916 code = Tcl_GlobalEval(textPtr->interp, Tcl_DStringValue(dsPtr));
919 code = Tcl_GlobalEval(textPtr->interp, ewPtr->body.ew.create);
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclThreadTest.c753 return Tcl_GlobalEval(interp, script);
893 code = Tcl_GlobalEval(interp, threadEventPtr->script);
H A DtclStubInit.c688 Tcl_GlobalEval, /* 177 */
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclThreadTest.c738 return Tcl_GlobalEval(interp, script);
878 code = Tcl_GlobalEval(interp, threadEventPtr->script);
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkConsole.c464 result = Tcl_GlobalEval(consoleInterp, initCmd);
986 Tcl_GlobalEval(consoleInterp, "tk::ConsoleExit");
/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/
H A Dexp_trap.c468 newcode = Tcl_GlobalEval(interp,trap->action);
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/patches/v8.1/
H A DtclStubInit.c492 Tcl_GlobalEval, /* 177 */
H A DtclStubInit.c.orig492 Tcl_GlobalEval, /* 177 */
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/patches/v8.1b2/
H A DtclStubInit.c249 Tcl_GlobalEval, /* 177 */
H A DtclStubInit.c.orig249 Tcl_GlobalEval, /* 177 */
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/patches/v8.1b3/
H A DtclStubInit.c249 Tcl_GlobalEval, /* 177 */
H A DtclStubInit.c.orig249 Tcl_GlobalEval, /* 177 */
/macosx-10.10.1/tcl-105/tk84/tk/unix/
H A DtkUnixSend.c996 result = Tcl_GlobalEval(localInterp, argv[firstArg]);
1004 result = Tcl_GlobalEval(localInterp, Tcl_DStringValue(&request));
1543 result = Tcl_GlobalEval(remoteInterp, script);
/macosx-10.10.1/tcl-105/tcl_ext/tktable/tktable/generic/
H A DtkTableCell.c507 if (Tcl_GlobalEval(interp, Tcl_DStringValue(&script)) == TCL_ERROR) {
558 if (Tcl_GlobalEval(interp, Tcl_DStringValue(&script)) != TCL_OK ||
615 if (Tcl_GlobalEval(interp, Tcl_DStringValue(&script)) == TCL_ERROR) {
/macosx-10.10.1/tcl-105/tk/tk/unix/
H A DtkUnixSend.c1036 result = Tcl_GlobalEval(localInterp, argv[firstArg]);
1044 result = Tcl_GlobalEval(localInterp, Tcl_DStringValue(&request));
1575 result = Tcl_GlobalEval(remoteInterp, script);
/macosx-10.10.1/tcl-105/tk/tk/win/
H A DtkWinScrlbr.c580 code = Tcl_GlobalEval(interp, cmdString.string);
/macosx-10.10.1/tcl-105/tk84/tk/win/
H A DtkWinScrlbr.c595 code = Tcl_GlobalEval(interp, cmdString.string);
/macosx-10.10.1/tcl-105/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeDrag.c93 Tcl_GlobalEval(tree->interp, "image create photo ::TreeCtrl::ImageDrag");
228 Tcl_GlobalEval(tree->interp, "image create photo ::TreeCtrl::ImageDrag");

Completed in 296 milliseconds

1234