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

/macosx-10.10.1/tcl-105/tcl/tcl/win/
H A DtclWinFile.c2660 char *checkDots = NULL;
2663 checkDots = lastValidPathEnd + 1;
2664 while (checkDots < currentPathEndPosition) {
2665 if (*checkDots != '.') {
2666 checkDots = NULL;
2669 checkDots++;
2672 if (checkDots != NULL) {
2873 char *checkDots = NULL;
2876 checkDots = lastValidPathEnd + 1;
2877 while (checkDots < currentPathEndPositio
2628 char *checkDots = NULL; local
2841 char *checkDots = NULL; local
[all...]
/macosx-10.10.1/tcl-105/tcl84/tcl/win/
H A DtclWinFile.c2543 char *checkDots = NULL;
2546 checkDots = lastValidPathEnd + 1;
2547 while (checkDots < currentPathEndPosition) {
2548 if (*checkDots != '.') {
2549 checkDots = NULL;
2552 checkDots++;
2555 if (checkDots != NULL) {
2515 char *checkDots = NULL; local

Completed in 101 milliseconds