Home
last modified time | relevance | path

Searched refs:matchc (Results 1 – 25 of 45) sorted by relevance

12

/dports/editors/vigor/vigor-0.016/vi/
H A Dv_match.c42 int cnt, isempty, matchc, startc, (*gc)__P((SCR *, VCS *)); local
65 matchc = ')';
69 matchc = '(';
73 matchc = ']';
77 matchc = '[';
81 matchc = '}';
85 matchc = '{';
89 matchc = '>';
93 matchc = '<';
116 else if (cs.cs_ch == matchc && --cnt == 0)
/dports/lang/perl5.34/perl-5.34.0/dist/Storable/t/
H A Dregexp.t81 my ($code, $not, $match, $matchc, $name) = @$test;
85 unlike($match, $qr, "$name: pre(not) match $matchc");
88 like($match, $qr, "$name: prematch $matchc");
92 unlike($match, $qr2, "$name: (not) match $matchc");
95 like($match, $qr2, "$name: match $matchc");
102 unlike($match, $a2->[0], "$name: (not) match $matchc (array)");
105 like($match, $a2->[0], "$name: match $matchc (array)");
/dports/lang/perl5.30/perl-5.30.3/dist/Storable/t/
H A Dregexp.t79 my ($code, $not, $match, $matchc, $name) = @$test;
83 unlike($match, $qr, "$name: pre(not) match $matchc");
86 like($match, $qr, "$name: prematch $matchc");
90 unlike($match, $qr2, "$name: (not) match $matchc");
93 like($match, $qr2, "$name: match $matchc");
100 unlike($match, $a2->[0], "$name: (not) match $matchc (array)");
103 like($match, $a2->[0], "$name: match $matchc (array)");
/dports/lang/perl5.32/perl-5.32.1/dist/Storable/t/
H A Dregexp.t81 my ($code, $not, $match, $matchc, $name) = @$test;
85 unlike($match, $qr, "$name: pre(not) match $matchc");
88 like($match, $qr, "$name: prematch $matchc");
92 unlike($match, $qr2, "$name: (not) match $matchc");
95 like($match, $qr2, "$name: match $matchc");
102 unlike($match, $a2->[0], "$name: (not) match $matchc (array)");
105 like($match, $a2->[0], "$name: match $matchc (array)");
/dports/devel/p5-Storable/Storable-3.25/t/
H A Dregexp.t81 my ($code, $not, $match, $matchc, $name) = @$test;
85 unlike($match, $qr, "$name: pre(not) match $matchc");
88 like($match, $qr, "$name: prematch $matchc");
92 unlike($match, $qr2, "$name: (not) match $matchc");
95 like($match, $qr2, "$name: match $matchc");
102 unlike($match, $a2->[0], "$name: (not) match $matchc (array)");
105 like($match, $a2->[0], "$name: match $matchc (array)");
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/Storable/t/
H A Dregexp.t81 my ($code, $not, $match, $matchc, $name) = @$test;
85 unlike($match, $qr, "$name: pre(not) match $matchc");
88 like($match, $qr, "$name: prematch $matchc");
92 unlike($match, $qr2, "$name: (not) match $matchc");
95 like($match, $qr2, "$name: match $matchc");
102 unlike($match, $a2->[0], "$name: (not) match $matchc (array)");
105 like($match, $a2->[0], "$name: match $matchc (array)");
/dports/comms/hylafax/hylafax-6.0.7/util/
H A Dfaxmodem.c81 char matchc; in vparseRange() local
88 matchc = CPAREN; in vparseRange()
92 matchc = COMMA; in vparseRange()
99 while (cp[0] && cp[0] != matchc) { in vparseRange()
170 if (cp[0] == matchc) in vparseRange()
172 if (matchc == CPAREN && cp[0] == COMMA) in vparseRange()
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters6/telecide/
H A DTelecide.cpp122 matchc = (unsigned int *) ADM_alloc(xblocks * yblocks * sizeof(unsigned int)); in Telecide()
139 if (matchc != NULL) ADM_dealloc(matchc); in ~Telecide()
141 matchc=NULL; in ~Telecide()
H A DTelecide_utils.cpp501 matchc[y*xblocks+x] = 0; in CalculateMetrics()
589 matchc[index] += diff; in CalculateMetrics()
708 matchc[index] += diff; in CalculateMetrics()
782 if (frame == 44 && matchc[y * xblocks + x] > 2500) in CalculateMetrics()
784 sprintf(buf, "%d/%d = %d\n", x, y, matchc[y * xblocks + x]); in CalculateMetrics()
787 if (matchc[y * xblocks + x] > highest_matchc) in CalculateMetrics()
789 highest_matchc = matchc[y * xblocks + x]; in CalculateMetrics()
H A DTelecide.h94 unsigned int *matchc, *matchp, highest_matchc, highest_matchp; variable
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters6/telecide/
H A DTelecide.cpp122 matchc = (unsigned int *) ADM_alloc(xblocks * yblocks * sizeof(unsigned int)); in Telecide()
139 if (matchc != NULL) ADM_dealloc(matchc); in ~Telecide()
141 matchc=NULL; in ~Telecide()
H A DTelecide_utils.cpp501 matchc[y*xblocks+x] = 0; in CalculateMetrics()
589 matchc[index] += diff; in CalculateMetrics()
708 matchc[index] += diff; in CalculateMetrics()
782 if (frame == 44 && matchc[y * xblocks + x] > 2500) in CalculateMetrics()
784 sprintf(buf, "%d/%d = %d\n", x, y, matchc[y * xblocks + x]); in CalculateMetrics()
787 if (matchc[y * xblocks + x] > highest_matchc) in CalculateMetrics()
789 highest_matchc = matchc[y * xblocks + x]; in CalculateMetrics()
H A DTelecide.h94 unsigned int *matchc, *matchp, highest_matchc, highest_matchp; variable
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters6/telecide/
H A DTelecide.cpp122 matchc = (unsigned int *) ADM_alloc(xblocks * yblocks * sizeof(unsigned int)); in Telecide()
139 if (matchc != NULL) ADM_dealloc(matchc); in ~Telecide()
141 matchc=NULL; in ~Telecide()
H A DTelecide_utils.cpp501 matchc[y*xblocks+x] = 0; in CalculateMetrics()
589 matchc[index] += diff; in CalculateMetrics()
708 matchc[index] += diff; in CalculateMetrics()
782 if (frame == 44 && matchc[y * xblocks + x] > 2500) in CalculateMetrics()
784 sprintf(buf, "%d/%d = %d\n", x, y, matchc[y * xblocks + x]); in CalculateMetrics()
787 if (matchc[y * xblocks + x] > highest_matchc) in CalculateMetrics()
789 highest_matchc = matchc[y * xblocks + x]; in CalculateMetrics()
H A DTelecide.h94 unsigned int *matchc, *matchp, highest_matchc, highest_matchp; variable
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters6/telecide/
H A DTelecide.cpp122 matchc = (unsigned int *) ADM_alloc(xblocks * yblocks * sizeof(unsigned int)); in Telecide()
139 if (matchc != NULL) ADM_dealloc(matchc); in ~Telecide()
141 matchc=NULL; in ~Telecide()
H A DTelecide_utils.cpp501 matchc[y*xblocks+x] = 0; in CalculateMetrics()
589 matchc[index] += diff; in CalculateMetrics()
708 matchc[index] += diff; in CalculateMetrics()
782 if (frame == 44 && matchc[y * xblocks + x] > 2500) in CalculateMetrics()
784 sprintf(buf, "%d/%d = %d\n", x, y, matchc[y * xblocks + x]); in CalculateMetrics()
787 if (matchc[y * xblocks + x] > highest_matchc) in CalculateMetrics()
789 highest_matchc = matchc[y * xblocks + x]; in CalculateMetrics()
H A DTelecide.h94 unsigned int *matchc, *matchp, highest_matchc, highest_matchp; variable
/dports/editors/nvi2/nvi2-2.2.0/vi/
H A Dv_match.c38 int cnt, isempty, matchc, startc, (*gc)(SCR *, VCS *); in v_match() local
73 matchc = match_chars[cnt ^ 1]; in v_match()
93 else if (cs.cs_ch == matchc && --cnt == 0) in v_match()
/dports/devel/libantlr3c/libantlr3c-3.4/include/
H A Dantlr3lexer.h152 ANTLR3_BOOLEAN (*matchc) (struct ANTLR3_LEXER_struct * lexer, ANTLR3_UCHAR c); member
/dports/misc/libutf/libutf-2.10/
H A Dure.h123 int ureexec(ure_t *up, char *s, int matchc, urematch_t *matchv, int flags, char *collseq);
/dports/comms/hylafax/hylafax-6.0.7/faxd/
H A DClassModem.c++1255 char matchc; in vparseRange() local
1258 matchc = CPAREN; in vparseRange()
1262 matchc = COMMA; in vparseRange()
1269 while (cp[0] && cp[0] != matchc) { in vparseRange()
1367 if (cp[0] == matchc) in vparseRange()
1369 if (matchc == CPAREN && cp[0] == COMMA) in vparseRange()
/dports/devel/libantlr3c/libantlr3c-3.4/src/
H A Dantlr3lexer.c50 static ANTLR3_BOOLEAN matchc (pANTLR3_LEXER lexer, ANTLR3_UCHAR c);
137 lexer->matchc = matchc; in antlr3LexerNew()
770 matchc(pANTLR3_LEXER lexer, ANTLR3_UCHAR c) in matchc() function
/dports/mail/mmh/mmh-0.4/docs/
H A Dm_getfld.c.humor119 construct an efficient pattern matcher for it (e.g., a Vax "matchc"
145 static unsigned char *matchc(int, char *, int, char *);
497 * start of the next message. This "matchc" should
501 * But our vax timings indicate that the "matchc"
505 * run MH on a vax, we use the matchc instruction. --vj
507 if ((ep = matchc( fdelimlen, fdelim, c, bp )))
653 * separator) or the last char (since the matchc would have found it
799 matchc(int patln, char *pat, int strln, char *str)

12