Home
last modified time | relevance | path

Searched refs:maxnest (Results 1 – 25 of 80) sorted by relevance

1234

/dports/lang/perl5.30/perl-5.30.3/
H A Ddump.c1484 maxnest, dumpops, pvlim); /* MG is already +1 */ in Perl_do_magic_dump()
1847 if (nest < maxnest) in Perl_do_sv_dump()
1946 if (nest < maxnest && AvARRAY(MUTABLE_AV(sv))) { in Perl_do_sv_dump()
2166 if (nest < maxnest) { in Perl_do_sv_dump()
2172 int count = maxnest - nest; in Perl_do_sv_dump()
2266 if (nest < maxnest) { in Perl_do_sv_dump()
2353 maxnest, dumpops, pvlim); in Perl_do_sv_dump()
2365 maxnest, dumpops, pvlim); in Perl_do_sv_dump()
2375 maxnest, dumpops, pvlim); in Perl_do_sv_dump()
2443 if (nest < maxnest && r->mother_re) in Perl_do_sv_dump()
[all …]
/dports/lang/perl5.34/perl-5.34.0/
H A Ddump.c1888 if (nest < maxnest) in Perl_do_sv_dump()
1987 if (nest < maxnest && AvARRAY(MUTABLE_AV(sv))) { in Perl_do_sv_dump()
2207 if (nest < maxnest) { in Perl_do_sv_dump()
2213 int count = maxnest - nest; in Perl_do_sv_dump()
2314 if (nest < maxnest) { in Perl_do_sv_dump()
2337 && (nest < maxnest && (CvCLONE(sv) || CvCLONED(sv)))) in Perl_do_sv_dump()
2401 maxnest, dumpops, pvlim); in Perl_do_sv_dump()
2413 maxnest, dumpops, pvlim); in Perl_do_sv_dump()
2423 maxnest, dumpops, pvlim); in Perl_do_sv_dump()
2491 if (nest < maxnest && r->mother_re) in Perl_do_sv_dump()
[all …]
/dports/lang/perl5.32/perl-5.32.1/
H A Ddump.c1518 maxnest, dumpops, pvlim); /* MG is already +1 */ in Perl_do_magic_dump()
1881 if (nest < maxnest) in Perl_do_sv_dump()
1980 if (nest < maxnest && AvARRAY(MUTABLE_AV(sv))) { in Perl_do_sv_dump()
2200 if (nest < maxnest) { in Perl_do_sv_dump()
2206 int count = maxnest - nest; in Perl_do_sv_dump()
2300 if (nest < maxnest) { in Perl_do_sv_dump()
2387 maxnest, dumpops, pvlim); in Perl_do_sv_dump()
2399 maxnest, dumpops, pvlim); in Perl_do_sv_dump()
2409 maxnest, dumpops, pvlim); in Perl_do_sv_dump()
2477 if (nest < maxnest && r->mother_re) in Perl_do_sv_dump()
[all …]
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Ddump.c1888 if (nest < maxnest) in Perl_do_sv_dump()
1989 if (nest < maxnest && AvARRAY(MUTABLE_AV(sv))) { in Perl_do_sv_dump()
2210 if (nest < maxnest) { in Perl_do_sv_dump()
2215 int count = maxnest - nest; in Perl_do_sv_dump()
2317 if (nest < maxnest) { in Perl_do_sv_dump()
2340 && (nest < maxnest && (CvCLONE(sv) || CvCLONED(sv)))) in Perl_do_sv_dump()
2404 maxnest, dumpops, pvlim); in Perl_do_sv_dump()
2416 maxnest, dumpops, pvlim); in Perl_do_sv_dump()
2426 maxnest, dumpops, pvlim); in Perl_do_sv_dump()
2494 if (nest < maxnest && r->mother_re) in Perl_do_sv_dump()
[all …]
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/assimp/tools/assimp_cmd/
H A DInfo.cpp184 void PrintHierarchy(const aiNode* root, unsigned int maxnest, unsigned int maxline, in PrintHierarchy() argument
187 if (cline++ >= maxline || cnest >= maxnest) { in PrintHierarchy()
196 PrintHierarchy(root->mChildren[i],maxnest,maxline,cline,cnest+1); in PrintHierarchy()
/dports/security/openssl-unsafe/openssl-c9ba19c/util/
H A Dpod2man.pl775 $maxnest = 10;
776 while ($maxnest-- && /[A-Z]</) {
/dports/security/openssl-legacy-static/openssl-1.0.2u/util/
H A Dpod2man.pl775 $maxnest = 10;
776 while ($maxnest-- && /[A-Z]</) {
/dports/devel/kBuild/kBuild-0.1.9998/src/kash/
H A Dparser.c918 size_t maxnest = 32; in readtoken1() local
939 (void) &maxnest; in readtoken1()
1349 if (varnest >= (int)maxnest) { in readtoken1()
1350 dblquotep = ckrealloc(psh, dblquotep, maxnest / 8); in readtoken1()
1351 dblquotep[(maxnest / 32) - 1] = 0; in readtoken1()
1352 maxnest += 32; in readtoken1()
/dports/math/reduce/Reduce-svn5758-src/csl/cslbase/
H A Dbytes1.cpp1333 static int maxnest = 0; variable
1364 if (len > maxnest+(maxnest/2)+1) in bytestream_interpret()
1365 { maxnest = len; in bytestream_interpret()
1366 trace_printf("\n+++++ bytecode nesting depth %d observed\n", maxnest); in bytestream_interpret()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/regex/
H A Dregcomp.c1630 register sopno maxnest = 0; local
1643 if (plusnest > maxnest)
1644 maxnest = plusnest;
1651 return(maxnest);
/dports/databases/percona56-client/percona-server-5.6.51-91.0/regex/
H A Dregcomp.c1630 register sopno maxnest = 0; local
1643 if (plusnest > maxnest)
1644 maxnest = plusnest;
1651 return(maxnest);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Support/
H A Dregcomp.c1680 sopno maxnest = 0; in pluscount() local
1693 if (plusnest > maxnest) in pluscount()
1694 maxnest = plusnest; in pluscount()
1701 return(maxnest); in pluscount()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/regex/
H A Dregcomp.c1630 register sopno maxnest = 0; local
1643 if (plusnest > maxnest)
1644 maxnest = plusnest;
1651 return(maxnest);
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Support/
H A Dregcomp.c1680 sopno maxnest = 0; in pluscount() local
1693 if (plusnest > maxnest) in pluscount()
1694 maxnest = plusnest; in pluscount()
1701 return(maxnest); in pluscount()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/regex/
H A Dregcomp.c1626 sopno maxnest = 0; local
1639 if (plusnest > maxnest)
1640 maxnest = plusnest;
1647 return(maxnest);
/dports/databases/percona57-server/percona-server-5.7.36-39/regex/
H A Dregcomp.c1626 sopno maxnest = 0; local
1639 if (plusnest > maxnest)
1640 maxnest = plusnest;
1647 return(maxnest);
/dports/databases/percona57-client/percona-server-5.7.36-39/regex/
H A Dregcomp.c1626 sopno maxnest = 0; local
1639 if (plusnest > maxnest)
1640 maxnest = plusnest;
1647 return(maxnest);
/dports/security/clamav/clamav-0.104.2/libclamav/regex/
H A Dregcomp.c1523 sopno maxnest = 0; in pluscount() local
1536 if (plusnest > maxnest) in pluscount()
1537 maxnest = plusnest; in pluscount()
1544 return(maxnest); in pluscount()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/regex/
H A Dregcomp.c1523 sopno maxnest = 0; in pluscount() local
1536 if (plusnest > maxnest) in pluscount()
1537 maxnest = plusnest; in pluscount()
1544 return(maxnest); in pluscount()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/Support/
H A Dregcomp.c1503 sopno maxnest = 0; in pluscount() local
1516 if (plusnest > maxnest) in pluscount()
1517 maxnest = plusnest; in pluscount()
1524 return(maxnest); in pluscount()
/dports/print/cups/cups-2.3.3op2/vcnet/regex/
H A Dregcomp.c1581 register sopno maxnest = 0; local
1594 if (plusnest > maxnest)
1595 maxnest = plusnest;
1602 return(maxnest);
/dports/news/knews/knews-1.0b.1/regexp/
H A Dregcomp.c1583 register sopno maxnest = 0; local
1596 if (plusnest > maxnest)
1597 maxnest = plusnest;
1604 return(maxnest);
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Support/
H A Dregcomp.c1680 sopno maxnest = 0; in pluscount() local
1693 if (plusnest > maxnest) in pluscount()
1694 maxnest = plusnest; in pluscount()
1701 return(maxnest); in pluscount()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Support/
H A Dregcomp.c1680 sopno maxnest = 0; in pluscount() local
1693 if (plusnest > maxnest) in pluscount()
1694 maxnest = plusnest; in pluscount()
1701 return(maxnest); in pluscount()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/regex/
H A Dregcomp.c1626 sopno maxnest = 0; local
1639 if (plusnest > maxnest)
1640 maxnest = plusnest;
1647 return(maxnest);

1234