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

/ast/src/lib/libtk/generic/
H A DtkFileFilter.c221 char ** globList = NULL;
229 if (Tcl_SplitList(interp, patternsStr, &globCount, &globList)!= TCL_OK) {
267 if (globCount > 0 && globList != NULL) {
272 len = (strlen(globList[i]) + 1) * sizeof(char);
274 if (globList[i][0] && globList[i][0] != '*') {
280 strcpy(globPtr->pattern+1, globList[i]);
283 if (strcmp(globList[i], "*") == 0) {
287 else if (strcmp(globList[i], "") == 0) {
298 strcpy(globPtr->pattern, globList[
217 char ** globList = NULL; local
[all...]

Completed in 10 milliseconds