Searched refs:Tcl_FSGetCwd (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclIOUtil.c209 cwd = Tcl_FSGetCwd(interp);
431 * Used to implement Tcl_FSGetCwd in a file-system independent way.
1145 cwd = Tcl_FSGetCwd(NULL);
2630 * Tcl_FSGetCwd --
2667 Tcl_FSGetCwd(
2960 * which performs the part below is already part of the Tcl_FSGetCwd()
2964 * with the real OS-maintained value. The first call to Tcl_FSGetCwd will
4385 Tcl_Obj *cwdPtr = Tcl_FSGetCwd(NULL);
2623 Tcl_FSGetCwd( function
H A DtclStubInit.c968 Tcl_FSGetCwd, /* 457 */
H A DtclPathObj.c2047 useThisCwd = Tcl_FSGetCwd(interp);
2060 useThisCwd = Tcl_FSGetCwd(interp);
H A DtclFileName.c1823 Tcl_Obj *cwd = Tcl_FSGetCwd(interp);
H A DtclDecls.h2702 EXTERN Tcl_Obj * Tcl_FSGetCwd(Tcl_Interp *interp);
5890 #ifndef Tcl_FSGetCwd
5891 #define Tcl_FSGetCwd \ macro
H A DtclCmdMZ.c59 retVal = Tcl_FSGetCwd(interp);
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclStubInit.c919 Tcl_FSGetCwd, /* 457 */
H A DtclIOUtil.c275 cwd = Tcl_FSGetCwd(interp);
498 * Used to implement Tcl_FSGetCwd in a file-system independent way.
1076 cwd = Tcl_FSGetCwd(NULL);
2494 * Tcl_FSGetCwd -- function
2533 Tcl_FSGetCwd(interp)
3908 Tcl_Obj *cwdPtr = Tcl_FSGetCwd(NULL);
5873 useThisCwd = Tcl_FSGetCwd(interp);
5896 useThisCwd = Tcl_FSGetCwd(interp);
H A DtclDecls.h1462 EXTERN Tcl_Obj* Tcl_FSGetCwd _ANSI_ARGS_((Tcl_Interp * interp));
4154 #ifndef Tcl_FSGetCwd
4155 #define Tcl_FSGetCwd \ macro
H A DtclCmdMZ.c178 retVal = Tcl_FSGetCwd(interp);
/macosx-10.10/tcl-105/tcl_ext/quicktimetcl/quicktimetcl/
H A DUtils.c596 cwdPathObjPtr = Tcl_FSGetCwd( interp );
/macosx-10.10/tcl-105/tcl/tcl/win/
H A DtclWinFile.c3061 useThisCwd = Tcl_FSGetCwd(interp);

Completed in 208 milliseconds