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

/macosx-10.10.1/tcl-105/tcl/tcl/unix/
H A DtclUnixFile.c214 int matchResult = 0;
239 matchResult = NativeMatchType(interp, native, nativeTail, types);
240 if (matchResult == 1) {
354 matchResult = NativeMatchType(interp, native,
356 typeOk = (matchResult == 1);
365 if (matchResult < 0) {
375 if (matchResult < 0) {
518 int matchResult;
530 matchResult = TclMacOSXMatchType(interp, nativeEntry, nativeName,
532 if (matchResult !
212 int matchResult = 0; local
515 int matchResult; local
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/
H A DtestRegExp.cpp198 int matchResult = regexp->match(vm, regExpTest->subject, regExpTest->offset, outVector); local
200 if (matchResult != regExpTest->result) {
203 printf("Line %d: results mismatch - expected %d got %d\n", lineNumber, regExpTest->result, matchResult);
204 } else if (matchResult != -1) {
342 int matchResult; local
344 if (sscanf(line + i, "%d, ", &matchResult) != 1)
361 result->result = matchResult;

Completed in 63 milliseconds