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

/macosx-10.10.1/tcl-105/tcl/tcl/win/
H A DtclWinFile.c202 static int WinIsDrive(const char *name, int nameLen);
937 if (NativeMatchType(WinIsDrive(str,len), attr, native, types)) {
1136 isDrive = WinIsDrive(fullname, Tcl_DStringLength(&dsOrig));
1169 WinIsDrive(
1158 WinIsDrive( function
/macosx-10.10.1/tcl-105/tcl84/tcl/win/
H A DtclWinFile.c189 static int WinIsDrive(CONST char *name, int nameLen);
790 if (NativeMatchType(WinIsDrive(str,len), attr,
955 isDrive = WinIsDrive(fullname, Tcl_DStringLength(&dsOrig));
987 WinIsDrive(
976 WinIsDrive( function

Completed in 81 milliseconds