Searched refs:nativeTail (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/tcl-105/tcl/tcl/unix/
H A DtclUnixFile.c234 CONST char *nativeTail;
238 nativeTail = (CONST char*) Tcl_FSGetNativePath(tailPtr);
239 matchResult = NativeMatchType(interp, native, nativeTail, types);
232 CONST char *nativeTail; local
/macosx-10.10.1/tcl-105/tcl84/tcl/win/
H A DtclWinReg.c368 CONST char *nativeTail;
421 nativeTail = Tcl_WinUtfToTChar(tail, -1, &buf);
422 result = RecursiveDeleteKey(subkey, nativeTail);
365 CONST char *nativeTail; local
/macosx-10.10.1/tcl-105/tcl/tcl/win/
H A DtclWinReg.c448 CONST char *nativeTail;
500 nativeTail = Tcl_WinUtfToTChar(tail, -1, &buf);
501 result = RecursiveDeleteKey(subkey, nativeTail);
443 CONST char *nativeTail; local

Completed in 147 milliseconds