Searched refs:needsSep (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclFileName.c840 int length, needsSep;
873 needsSep = 0;
887 if (p[1] != '\0' && needsSep) {
892 needsSep = 1;
909 needsSep = 0;
922 if ((p[1] != '\0') && needsSep) {
927 needsSep = 1;
830 int length, needsSep; local
H A DtclPathObj.c1076 int needsSep = 0;
1099 if (needsSep) {
1105 needsSep = 1;
1070 int needsSep = 0; local
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclFileName.c1138 int length, needsSep;
1173 needsSep = 0;
1189 if (needsSep) {
1195 needsSep = 1;
1212 needsSep = 0;
1226 if ((p[1] != '\0') && needsSep) {
1231 needsSep = 1;
1126 int length, needsSep; local
H A DtclIOUtil.c5023 int needsSep = 0;
5045 if (needsSep) {
5051 needsSep = 1;
4950 int needsSep = 0; local

Completed in 218 milliseconds