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

/macosx-10.10/CPANInternal-159.1/DateTime-Format-Builder-0.81/lib/DateTime/Format/Builder/Parser/
H A Dgeneric.pm57 my $rv = $class->do_match( $date, @args ) if $class->can('do_match');
157 trying to call C<< $self->SUPER::do_match( ... ) >>.
159 =head3 do_match
161 C<do_match> is the first phase. Arguments are the date and @args.
169 value from C<do_match> and the parsing hash.
H A DStrptime.pm50 sub do_match { subroutine
H A DRegex.pm44 sub do_match { subroutine
/macosx-10.10/CPANInternal-159.1/DateTime-Format-Builder-0.80/lib/DateTime/Format/Builder/Parser/
H A Dgeneric.pm97 my $rv = $class->do_match( $date, @args ) if $class->can('do_match');
133 trying to call C<< $self->SUPER::do_match( ... ) >>.
135 =head3 do_match
137 C<do_match> is the first phase. Arguments are the date and @args.
145 value from C<do_match> and the parsing hash.
H A DStrptime.pm68 sub do_match subroutine
H A DRegex.pm103 sub do_match subroutine
/macosx-10.10/syslog-267/libsystem_asl.tproj/src/
H A Dasl_file.c1878 uint32_t status, d, i, do_match, did_match; local
1889 do_match = 1;
1890 if (query == NULL) do_match = 0;
1891 else if (query->count == 0) do_match = 0;
1907 if (do_match != 0)
1931 uint32_t status, d, i, do_match, did_match, rescount; local
1945 do_match = 1;
1946 if (qlist == NULL) do_match = 0;
1947 else if (qlist->count == 0) do_match = 0;
2002 if (do_match !
[all...]
/macosx-10.10/syslog-267/aslcommon/
H A Dasl_memory.c1196 uint32_t status, i, where, start, j, do_match, did_match, rescount, *qtype; local
1212 do_match = 0;
1226 do_match = 0;
1238 if (qtype[i] != ASL_QUERY_MATCH_TRUE) do_match = 1;
1328 if (do_match != 0)
/macosx-10.10/syslog-267/util.tproj/
H A Dsyslog.c1361 int i, do_match, did_match; local
1365 do_match = 1;
1366 if (ql == NULL) do_match = 0;
1367 else if (ql->count == 0) do_match = 0;
1371 if (do_match != 0)
/macosx-10.10/groff-38/groff/src/roff/troff/
H A Denv.cpp3345 virtual void do_match(int len, void *val) = 0;
3352 // find calls do_match for each match it finds
3359 void do_match(int i, void *v);
3507 do_match(i+1, p->val);
3579 void hyphen_trie::do_match(int i, void *v) function in class:hyphen_trie

Completed in 175 milliseconds