Searched refs:globList (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkFileFilter.c220 CONST char ** globList = NULL;
228 if (Tcl_SplitList(interp, patternsStr, &globCount, &globList)!= TCL_OK) {
266 if (globCount > 0 && globList != NULL) {
271 len = (strlen(globList[i]) + 1) * sizeof(char);
273 if (globList[i][0] && globList[i][0] != '*') {
279 strcpy(globPtr->pattern+1, globList[i]);
282 if (strcmp(globList[i], "*") == 0) {
286 else if (strcmp(globList[i], "") == 0) {
297 strcpy(globPtr->pattern, globList[
216 CONST char ** globList = NULL; local
[all...]
/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkFileFilter.c209 Tcl_Obj **globList = NULL, **ostypeList = NULL;
215 &globCount, &globList) != TCL_OK) {
294 if (globCount > 0 && globList != NULL) {
299 CONST char *str = Tcl_GetStringFromObj(globList[i], &len);
205 Tcl_Obj **globList = NULL, **ostypeList = NULL; local
/macosx-10.10.1/tcl-105/tcl_ext/tclvfs/tclvfs/library/template/
H A Ddeltavfs.tcl127 set globList [glob -directory $dir -nocomplain -tails -types $typeString -- $pattern]
129 foreach gL $globList {
H A Dversionvfs.tcl271 set globList [glob -directory $dir -nocomplain -types $typeString *]
274 foreach gL $globList {
/macosx-10.10.1/tcl-105/tcl_ext/memchan/memchan/tools/
H A Dexpand865 set globList {}
868 lappend globList ::expand::$arg
871 namespace eval :: "namespace import -force $globList"
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/tools/
H A Dexpand865 set globList {}
868 lappend globList ::expand::$arg
871 namespace eval :: "namespace import -force $globList"

Completed in 263 milliseconds