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

/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkFileFilter.c210 int globCount, ostypeCount, i, code = TCL_OK;
215 &globCount, &globList) != TCL_OK) {
294 if (globCount > 0 && globList != NULL) {
295 for (i=0; i<globCount; i++) {
206 int globCount, ostypeCount, i, code = TCL_OK; local
/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A DtkFileFilter.c221 int globCount;
228 if (Tcl_SplitList(interp, patternsStr, &globCount, &globList)!= TCL_OK) {
266 if (globCount > 0 && globList != NULL) {
267 for (i=0; i<globCount; i++) {
217 int globCount; local

Completed in 217 milliseconds