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

/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/js1_2/statements/
H A Dswitch.js45 var match1 = false; variable
52 match1 = true;
61 true, match1);
71 var match1 = false; variable
83 match1 = true;
99 false, match1);
/macosx-10.9.5/OpenSSH-186/openssh/regress/
H A Daddrmatch.sh26 ForceCommand match1
35 run_trial user 192.168.0.1 somehost 1.2.3.4 1234 match1 "first entry"
38 run_trial user 10.255.255.254 somehost 1.2.3.4 1234 match1 "list middle"
/macosx-10.9.5/cctools-845/otool/
H A Dsparc_disasm.c815 uint32_t match0 = op0->match, match1 = op1->match; local
829 if (match1 & lose1)
832 op1->name, match1, lose1);
843 int x1 = (match1 & x) != 0;
/macosx-10.9.5/cxxfilt-11/cxxfilt/opcodes/
H A Dsparc-dis.c251 unsigned long int match0 = op0->match, match1 = op1->match; local
286 if (match1 & lose1)
292 op1->name, match1, lose1);
303 int x1 = (match1 & x) != 0;
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSCore/
H A Dnsec.c359 int match1, match2; local
361 match1 = CountLabelsMatch(oname, qname);
364 if (match1 > match2)
365 return SkipLeadingLabels(oname, CountLabels(oname) - match1);
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dreftex.el1926 match1 match2 match)
1929 (setq match1 (match-data)))
1936 ((not match1) match2)
1937 ((not match2) match1)
1938 ((< (abs (- pos (car match1))) (abs (- pos (car match2)))) match1)
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dcsdetest.cpp784 const UCharsetMatch *match1 = ucsdet_detect(csd1, &status); local
785 const char *name1 = ucsdet_getName(match1, &status);
801 name1 = ucsdet_getName(match1, &status);
/macosx-10.9.5/zsh-60/zsh/Src/Modules/
H A Dzutil.c1265 MatchData match1, match2; local
1267 savematch(&match1);
1297 restorematch(&match1);
1321 freematch(&match1);
/macosx-10.9.5/ruby-104/ruby/
H A Dre.c2648 match_equal(VALUE match1, VALUE match2) argument
2651 if (match1 == match2) return Qtrue;
2653 if (!rb_str_equal(RMATCH(match1)->str, RMATCH(match2)->str)) return Qfalse;
2654 if (!rb_reg_equal(RMATCH(match1)->regexp, RMATCH(match2)->regexp)) return Qfalse;
2655 regs1 = RMATCH_REGS(match1);
/macosx-10.9.5/eap8021x-180/EAP8021X.fproj/
H A DEAPTLSUtil.c2158 CFStringRef match1 = CFSTR("*.apple.com"); local
2162 const void * vlist[3] = { match1, match2, match4 };
2165 list[0] = CFArrayCreate(NULL, (const void **)&match1,

Completed in 439 milliseconds