Searched refs:SetFsPathFromAny (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclPathObj.c28 static int SetFsPathFromAny(Tcl_Interp *interp, Tcl_Obj *pathPtr);
43 SetFsPathFromAny /* setFromAnyProc */
1217 * Helper function for SetFsPathFromAny. Returns position of first directory
1466 * optimized equivalent of a call to SetFsPathFromAny(). That
1565 * Like SetFsPathFromAny, but assumes the given object is an absolute
2294 if (SetFsPathFromAny(NULL, pathPtr) != TCL_OK) {
2341 if (SetFsPathFromAny(NULL, pathPtr) != TCL_OK) {
2415 * SetFsPathFromAny --
2433 SetFsPathFromAny(
2412 SetFsPathFromAny( function
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclIOUtil.c4687 static int SetFsPathFromAny _ANSI_ARGS_((Tcl_Interp *interp,
4702 SetFsPathFromAny /* setFromAnyProc */
5120 * Helper function for SetFsPathFromAny. Returns position of first
5396 * Like SetFsPathFromAny, but assumes the given object is an
6129 if (SetFsPathFromAny(NULL, pathObjPtr) != TCL_OK) {
6224 * SetFsPathFromAny --
6243 SetFsPathFromAny(interp, objPtr)
6156 SetFsPathFromAny(interp, objPtr) function

Completed in 126 milliseconds