Searched refs:TclGetStartupScriptPath (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclMain.c107 * TclGetStartupScriptPath --
120 Tcl_Obj *TclGetStartupScriptPath()
170 Tcl_Obj *pathPtr = TclGetStartupScriptPath();
229 if (TclGetStartupScriptPath() == NULL) {
237 if (TclGetStartupScriptPath() == NULL) {
271 ((TclGetStartupScriptPath() == NULL) && tty) ? "1" : "0",
297 if (TclGetStartupScriptPath() != NULL) {
298 code = Tcl_FSEvalFile(interp, TclGetStartupScriptPath());
119 Tcl_Obj *TclGetStartupScriptPath() function
H A DtclIntDecls.h483 EXTERN Tcl_Obj * TclGetStartupScriptPath _ANSI_ARGS_((void));
1350 #ifndef TclGetStartupScriptPath
1351 #define TclGetStartupScriptPath \ macro
H A DtclStubInit.c265 TclGetStartupScriptPath, /* 168 */
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclMain.c183 * TclGetStartupScriptPath --
198 TclGetStartupScriptPath(void)
194 TclGetStartupScriptPath(void) function
H A DtclIntDecls.h751 EXTERN Tcl_Obj * TclGetStartupScriptPath(void);
1796 #ifndef TclGetStartupScriptPath
1797 #define TclGetStartupScriptPath \ macro
H A DtclStubInit.c245 TclGetStartupScriptPath, /* 168 */
/macosx-10.10.1/ruby-106/ruby/ext/tk/
H A Dtcltklib.c908 EXTERN Tcl_Obj* TclGetStartupScriptPath();
910 #define Tcl_GetStartupScript(encPtr) TclGetStartupScriptPath()

Completed in 293 milliseconds