Home
last modified time | relevance | path

Searched refs:negmatch (Results 1 – 5 of 5) sorted by relevance

/dports/dns/dnscap/dnscap-2.0.1/src/
H A Dnetwork.c936 int match, negmatch; in network_pkt2() local
945 negmatch = -1; in network_pkt2()
982 if (negmatch < 0) in network_pkt2()
983 negmatch = 0; in network_pkt2()
991 negmatch++; in network_pkt2()
1002 negmatch); in network_pkt2()
1602 int match, negmatch; in network_pkt() local
1611 negmatch = -1; in network_pkt()
1645 if (negmatch < 0) in network_pkt()
1646 negmatch = 0; in network_pkt()
[all …]
/dports/mail/mailutils/mailutils-3.13/libmailutils/opt/
H A Dopt.c254 negmatch (struct mu_parseopt *po, size_t i, char const *optstr, size_t optlen) in negmatch() function
296 || (neg = negmatch (po, j, optstr, optlen))) in find_long_option()
322 if (neg == neg_nomatch && negmatch (po, j, optstr, optlen)) in find_long_option()
334 if (neg == neg_nomatch && negmatch (po, j, optstr, optlen)) in find_long_option()
/dports/editors/kak-lsp/kak-lsp-11.1.0/cargo-crates/slog-kvfilter-0.7.0/src/
H A Dlib.rs213 if let Some(ref negmatch) = self.neg_regex { in is_match()
214 pass = !negmatch.is_match(&res); in is_match()
/dports/print/latex-biber/biber-2.1/lib/Biber/
H A DUtils.pm747 my ($value, $val_match, $negmatch) = @_;
750 if ($negmatch) {# "!~" doesn't work here as we need an array returned
/dports/print/latex-biber/biber-2.1/lib/Biber/Input/file/
H A Dbibtex.pm470 my $negmatch = 0;
474 $negmatch = 1;
497 unless (@imatches = imatch($last_fieldval, $m, $negmatch)) {