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

/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclTest.c438 static Tcl_Filesystem testReportingFilesystem = { variable
6507 res = Tcl_FSRegister((ClientData)interp, &testReportingFilesystem);
6510 res = Tcl_FSUnregister(&testReportingFilesystem);
6555 return (Tcl_Obj*) Tcl_FSGetInternalRep(pathPtr, &testReportingFilesystem);
6586 Tcl_Interp *interp = (Tcl_Interp *) Tcl_FSData(&testReportingFilesystem);
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclTest.c430 static Tcl_Filesystem testReportingFilesystem = { variable
6105 res = Tcl_FSRegister((ClientData)interp, &testReportingFilesystem);
6108 res = Tcl_FSUnregister(&testReportingFilesystem);
6149 return (Tcl_Obj*) Tcl_FSGetInternalRep(pathObjPtr, &testReportingFilesystem);
6174 Tcl_Interp* interp = (Tcl_Interp*) Tcl_FSData(&testReportingFilesystem);

Completed in 122 milliseconds