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

1234

/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclBasic.c6038 * Tcl_GlobalEval --
6055 Tcl_GlobalEval(
5995 Tcl_GlobalEval( function
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclBasic.c6676 * Tcl_GlobalEval --
6694 Tcl_GlobalEval(interp, command)
6629 Tcl_GlobalEval(interp, command) function
/macosx-10.10.1/tcl-105/tcl_ext/tktable/tktable/generic/
H A DtkTable.c3858 code = Tcl_GlobalEval(tablePtr->interp, Tcl_DStringValue(&script));
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/patches/v7.6/
H A DtclIO.c5265 result = Tcl_GlobalEval(esPtr->interp, script);
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/patches/v7.6p2/
H A DtclIO.c5283 result = Tcl_GlobalEval(esPtr->interp, script);
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/patches/v8.0/
H A DtclIO.c5347 result = Tcl_GlobalEval(interp, script);
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/patches/v8.0.4/
H A DtclIO.c5444 result = Tcl_GlobalEval(interp, script);
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/patches/v8.0.5/
H A DtclIO.c5444 result = Tcl_GlobalEval(interp, script);
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/patches/v8.0a1/
H A DtclIO.c5386 result = Tcl_GlobalEval(esPtr->interp, script);
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/patches/v8.0a2/
H A DtclIO.c5386 result = Tcl_GlobalEval(esPtr->interp, script);
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/patches/v8.0b1/
H A DtclIO.c5338 result = Tcl_GlobalEval(interp, script);
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/patches/v8.0b2/
H A DtclIO.c5343 result = Tcl_GlobalEval(interp, script);
/macosx-10.10.1/tcl-105/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeColumn.c4684 Tcl_GlobalEval(tree->interp, "image create photo ::TreeCtrl::ImageColumn");
/macosx-10.10.1/tcl-105/tk/tk/unix/
H A DtkUnixWm.c6281 result = Tcl_GlobalEval(interp, protPtr->command);
/macosx-10.10.1/tcl-105/tk/tk/win/
H A DtkWinWm.c6677 result = Tcl_GlobalEval(interp, protPtr->command);
/macosx-10.10.1/tcl-105/tk84/tk/unix/
H A DtkUnixWm.c5789 result = Tcl_GlobalEval(interp, protPtr->command);
/macosx-10.10.1/tcl-105/tk84/tk/win/
H A DtkWinWm.c6205 result = Tcl_GlobalEval(interp, protPtr->command);
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/generic/
H A Dxotcl.c12951 /* Tcl_GlobalEval(interp, "puts {checkmem to checkmemFile};
13364 * xotcl.tcl file, but they're embedded here with Tcl_GlobalEval
13372 if (Tcl_GlobalEval(interp, cmd) != TCL_OK) {

Completed in 547 milliseconds

1234