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

/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/generic/
H A DtclXfilescan.c422 matchDef_t *newmatch;
470 newmatch = (matchDef_t *) ckalloc(sizeof (matchDef_t));
472 newmatch->regExp = (Tcl_RegExp)
474 if (newmatch->regExp == NULL) {
475 ckfree ((char *) newmatch);
479 newmatch->regExpObj = objv[firstArg + 1],
480 Tcl_IncrRefCount (newmatch->regExpObj);
481 newmatch->command = objv [firstArg + 2];
482 Tcl_IncrRefCount (newmatch->command);
487 newmatch
413 matchDef_t *newmatch; local
[all...]

Completed in 76 milliseconds