Home
last modified time | relevance | path

Searched refs:newpat (Results 1 – 25 of 322) sorted by relevance

12345678910>>...13

/dports/audio/ocp/ocp-0.2.90/playit/
H A Ditrtns.c44 int newpat; in it_optimizepatlens() local
52 newpat=-1; in it_optimizepatlens()
57 if (newpat!=-1) in it_optimizepatlens()
59 while ((newpat<this->nord)&&(this->orders[newpat]==0xFFFF)) in it_optimizepatlens()
60 newpat++; in it_optimizepatlens()
63 newpat=0; in it_optimizepatlens()
68 newpat++; in it_optimizepatlens()
72 newpat=0; in it_optimizepatlens()
83 newpat=-1; in it_optimizepatlens()
88 newpat=t[4]; in it_optimizepatlens()
[all …]
/dports/textproc/py-dbfread/dbfread-2.0.7/dbfread/
H A Difiles.py22 newpat = ''
28 newpat = newpat + '[' + u + l + ']'
30 newpat += c
32 newpat += c
34 newpat = os.path.join(dirname, newpat)
36 return newpat
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/liblouis/src/tools/lou_maketable.d/
H A Dsubstrings.pl75 $newpat = substr $pat, 0, $i + $j;
76 if (!defined $newpattab{$newpat}) {
77 $newpattab{$newpat} =
81 push @newpatlist, $newpat;
84 $newrepltab{$newpat} = $repltab{$subpat};
85 $newreplbeg{$newpat} = $replbeg{$subpat} + enclen($ss) - $begcorr;
86 $newrepllen{$newpat} = $repllen{$subpat};
89 $tmp = $newpattab{$newpat};
90 $newpattab{$newpat} =
91 combine ($newpattab{$newpat}, $pattab{$subpat});
[all …]
/dports/textproc/hyphen/hyphen-2.8.8/
H A Dsubstrings.pl75 $newpat = substr $pat, 0, $i + $j;
76 if (!defined $newpattab{$newpat}) {
77 $newpattab{$newpat} =
81 push @newpatlist, $newpat;
84 $newrepltab{$newpat} = $repltab{$subpat};
85 $newreplbeg{$newpat} = $replbeg{$subpat} + enclen($ss) - $begcorr;
86 $newrepllen{$newpat} = $repllen{$subpat};
89 $tmp = $newpattab{$newpat};
90 $newpattab{$newpat} =
91 combine ($newpattab{$newpat}, $pattab{$subpat});
[all …]
H A Dsubstrings.c224 char *newpat=malloc(l+1); in main() local
225 if (newpat==NULL) die("not enough memory"); in main()
227 strncpy(newpat, pat+0,l); newpat[l]=0; in main()
228 if ((newpat_ndx = find_in(newpattab_key,newpatterns,newpat))<0) { in main()
231 expand(neworg,newpat,l); in main()
232 newpattab_key[newpatterns] = newpat; in main()
237 free(newpat); in main()
/dports/devel/liblouis/liblouis-3.20.0/tools/lou_maketable.d/
H A Dsubstrings.pl75 $newpat = substr $pat, 0, $i + $j;
76 if (!defined $newpattab{$newpat}) {
77 $newpattab{$newpat} =
81 push @newpatlist, $newpat;
84 $newrepltab{$newpat} = $repltab{$subpat};
85 $newreplbeg{$newpat} = $replbeg{$subpat} + enclen($ss) - $begcorr;
86 $newrepllen{$newpat} = $repllen{$subpat};
89 $tmp = $newpattab{$newpat};
90 $newpattab{$newpat} =
91 combine ($newpattab{$newpat}, $pattab{$subpat});
[all …]
/dports/textproc/heirloom-doctools/heirloom-doctools-160308/troff/libhnj/hyphen.d/
H A Dsubstring.pl72 $newpat = substr $pat, 0, $i + $j;
73 if (!defined $newpattab{$newpat}) {
74 $newpattab{$newpat} =
78 push @newpatlist, $newpat;
80 $tmp = $newpattab{$newpat};
81 $newpattab{$newpat} =
82 combine ($newpattab{$newpat}, $pattab{$subpat});
83 print "$tmp + $pattab{$subpat} -> $newpattab{$newpat}\n";
/dports/mail/spamassassin-devel/spamassassin-1ea352210/masses/rule-dev/
H A Dseek-phrases-in-log514 my $newpat = $found.$pat;
522 $pat = $newpat; # and carry on
536 my $newpat = $pat.$1;
539 $pat = $newpat; # and carry on
612 $p1 = $newpat;
651 my $newpat = $p1.$extn;
655 $p1 = $newpat; next;
662 my $newpat = $p1.".".$extn;
664 $p1 = $newpat; next;
671 my $newpat = $p1."..".$extn;
[all …]
/dports/audio/ocp/ocp-0.2.90/playgmd/
H A Dgmdrtns.c53 uint16_t newpat=0xffff; in mpOptimizePatLens() local
62 newpat=t.ptr[1]; in mpOptimizePatLens()
66 if (newpat==0xffff) in mpOptimizePatLens()
67 newpat=i+1; in mpOptimizePatLens()
71 if (newpat!=0xffff) in mpOptimizePatLens()
73 while ((newpat<m->ordnum)&&(m->orders[newpat]==0xFFFF)) in mpOptimizePatLens()
74 newpat++; in mpOptimizePatLens()
77 newpat=0; in mpOptimizePatLens()
82 newpat++; in mpOptimizePatLens()
86 newpat=0; in mpOptimizePatLens()
[all …]
/dports/devel/global/global-6.6.7/gtags-cscope/
H A Dcommand.c61 char newpat[PATLEN + 1]; /**< new pattern */ variable
318 mygetline("", newpat, in command()
321 shellpath(filename, sizeof(filename), newpat); in command()
343 shellpath(filename, sizeof(filename), newpat); in command()
369 strcat(strcat(newpat, " >"), temp2); in command()
378 if ((file = mypopen(newpat, "w")) == NULL) { in command()
515 strcpy (Pattern, newpat); in command()
550 strcpy(Pattern, newpat); in command()
558 mygetline("", newpat, in command()
581 access(newpat, READ) == 0) { in command()
[all …]
/dports/devel/cscope/cscope-15.9/src/
H A Dcommand.c56 char newpat[PATLEN + 1]; /* new pattern */ variable
315 shellpath(filename, sizeof(filename), newpat); in command()
336 shellpath(filename, sizeof(filename), newpat); in command()
361 strcat(strcat(newpat, " >"), temp2); in command()
370 if ((file = mypopen(newpat, "w")) == NULL) { in command()
474 strcpy (Pattern, newpat); in command()
507 if (mygetline("", newpat, COLS - fldcolumn - 1, in command()
509 strcpy(Pattern, newpat); in command()
517 mygetline("", newpat, in command()
540 access(newpat, READ) == 0) { in command()
[all …]
/dports/biology/p5-BioPerl/BioPerl-1.7.7/lib/Bio/Tools/
H A DSeqPattern.pm684 my (@done,@parts,$braces,$newpat,$oldpat);
688 $newpat = "$1#$2$4$3$5";
698 $pat = $newpat; # Change it.
734 my (@done,@parts,$braces,$newpat,$oldpat);
739 $newpat = "$1#$2$4$3$5";
749 $pat = $newpat; # Change it.
788 my (@done,@parts,$newpat,$oldpat);
793 $newpat = "$1#$2$3*$4";
800 $pat = $newpat; # Change it.
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dssa-dom-branch-1.c11 try_combine (rtx i1, rtx newpat) in try_combine() argument
14 if (i1 && (temp = ((((((newpat->rt_rtx, ((((temp)->code) == 42))))))))) in try_combine()
16 (((((((((((newpat)->rt_rtx), in try_combine()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dssa-dom-branch-1.c11 try_combine (rtx i1, rtx newpat) in try_combine() argument
14 if (i1 && (temp = ((((((newpat->rt_rtx, ((((temp)->code) == 42))))))))) in try_combine()
16 (((((((((((newpat)->rt_rtx), in try_combine()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dssa-dom-branch-1.c11 try_combine (rtx i1, rtx newpat) in try_combine() argument
14 if (i1 && (temp = ((((((newpat->rt_rtx, ((((temp)->code) == 42))))))))) in try_combine()
16 (((((((((((newpat)->rt_rtx), in try_combine()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dssa-dom-branch-1.c11 try_combine (rtx i1, rtx newpat) in try_combine() argument
14 if (i1 && (temp = ((((((newpat->rt_rtx, ((((temp)->code) == 42))))))))) in try_combine()
16 (((((((((((newpat)->rt_rtx), in try_combine()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dssa-dom-branch-1.c11 try_combine (rtx i1, rtx newpat) in try_combine() argument
14 if (i1 && (temp = ((((((newpat->rt_rtx, ((((temp)->code) == 42))))))))) in try_combine()
16 (((((((((((newpat)->rt_rtx), in try_combine()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dssa-dom-branch-1.c11 try_combine (rtx i1, rtx newpat) in try_combine() argument
14 if (i1 && (temp = ((((((newpat->rt_rtx, ((((temp)->code) == 42))))))))) in try_combine()
16 (((((((((((newpat)->rt_rtx), in try_combine()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dssa-dom-branch-1.c11 try_combine (rtx i1, rtx newpat) in try_combine() argument
14 if (i1 && (temp = ((((((newpat->rt_rtx, ((((temp)->code) == 42))))))))) in try_combine()
16 (((((((((((newpat)->rt_rtx), in try_combine()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.dg/tree-ssa/
H A Dssa-dom-branch-1.c11 try_combine (rtx i1, rtx newpat) in try_combine() argument
14 if (i1 && (temp = ((((((newpat->rt_rtx, ((((temp)->code) == 42))))))))) in try_combine()
16 (((((((((((newpat)->rt_rtx), in try_combine()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/tree-ssa/
H A Dssa-dom-branch-1.c11 try_combine (rtx i1, rtx newpat) in try_combine() argument
14 if (i1 && (temp = ((((((newpat->rt_rtx, ((((temp)->code) == 42))))))))) in try_combine()
16 (((((((((((newpat)->rt_rtx), in try_combine()
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dssa-dom-branch-1.c11 try_combine (rtx i1, rtx newpat) in try_combine() argument
14 if (i1 && (temp = ((((((newpat->rt_rtx, ((((temp)->code) == 42))))))))) in try_combine()
16 (((((((((((newpat)->rt_rtx), in try_combine()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dssa-dom-branch-1.c11 try_combine (rtx i1, rtx newpat) in try_combine() argument
14 if (i1 && (temp = ((((((newpat->rt_rtx, ((((temp)->code) == 42))))))))) in try_combine()
16 (((((((((((newpat)->rt_rtx), in try_combine()
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gcc.dg/tree-ssa/
H A Dssa-dom-branch-1.c11 try_combine (rtx i1, rtx newpat) in try_combine() argument
14 if (i1 && (temp = ((((((newpat->rt_rtx, ((((temp)->code) == 42))))))))) in try_combine()
16 (((((((((((newpat)->rt_rtx), in try_combine()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dssa-dom-branch-1.c11 try_combine (rtx i1, rtx newpat) in try_combine() argument
14 if (i1 && (temp = ((((((newpat->rt_rtx, ((((temp)->code) == 42))))))))) in try_combine()
16 (((((((((((newpat)->rt_rtx), in try_combine()

12345678910>>...13