Home
last modified time | relevance | path

Searched refs:zero_times_ok (Results 1 – 25 of 117) sorted by relevance

12345

/dports/japanese/ng-devel/ng-1.5beta1/
H A Dregex_e.c267 char zero_times_ok; local
352 zero_times_ok = 0;
356 zero_times_ok |= c != '+';
380 if (!zero_times_ok)
H A Dregex_j.c391 char zero_times_ok; local
509 zero_times_ok = 0;
513 zero_times_ok |= c != '+';
569 if (!zero_times_ok)
/dports/japanese/ng/ng-1.4.4/
H A Dregex_e.c267 char zero_times_ok; local
352 zero_times_ok = 0;
356 zero_times_ok |= c != '+';
380 if (!zero_times_ok)
H A Dregex_j.c388 char zero_times_ok; local
506 zero_times_ok = 0;
510 zero_times_ok |= c != '+';
566 if (!zero_times_ok)
/dports/japanese/ng-canna/ng-1.4.4/
H A Dregex_e.c267 char zero_times_ok; local
352 zero_times_ok = 0;
356 zero_times_ok |= c != '+';
380 if (!zero_times_ok)
H A Dregex_j.c388 char zero_times_ok; local
506 zero_times_ok = 0;
510 zero_times_ok |= c != '+';
566 if (!zero_times_ok)
/dports/devel/xxgdb/xxgdb-1.12/
H A Dregex.c345 char zero_times_ok; local
430 zero_times_ok = 0;
434 zero_times_ok |= c != '+';
458 if (!zero_times_ok)
/dports/irc/srvx/srvx-1.3.1/rx/
H A Drxgnucomp.c715 char zero_times_ok = 0, many_times_ok = 0; local
724 zero_times_ok |= c != '+';
776 ? (zero_times_ok ? r_star : r_plus)
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dregex-emacs.c1874 bool zero_times_ok = false, many_times_ok = false; in regex_compile() local
1884 if (c == '?' && (zero_times_ok || many_times_ok)) in regex_compile()
1888 zero_times_ok |= c != '+'; in regex_compile()
1917 if (!zero_times_ok && simple) in regex_compile()
1927 zero_times_ok = 1; in regex_compile()
1931 if (!zero_times_ok) in regex_compile()
1948 eassert (zero_times_ok); in regex_compile()
1969 if (zero_times_ok) in regex_compile()
/dports/editors/emacs/emacs-27.2/src/
H A Dregex-emacs.c1865 bool zero_times_ok = false, many_times_ok = false; in regex_compile() local
1875 if (c == '?' && (zero_times_ok || many_times_ok)) in regex_compile()
1879 zero_times_ok |= c != '+'; in regex_compile()
1908 if (!zero_times_ok && simple) in regex_compile()
1918 zero_times_ok = 1; in regex_compile()
1922 if (!zero_times_ok) in regex_compile()
1939 eassert (zero_times_ok); in regex_compile()
1960 if (zero_times_ok) in regex_compile()
/dports/lang/smalltalk/smalltalk-3.2.5/lib-src/
H A Dregex.c1063 char zero_times_ok; local
1193 zero_times_ok = c != '+';
1226 if (zero_times_ok)
1254 if (zero_times_ok)
1889 zero_times_ok = 1;
1911 zero_times_ok = 0;
/dports/databases/gnats4/gnats-4.1.0/gnats/
H A Dregex.c2317 boolean zero_times_ok = 0, many_times_ok = 0; local
2328 && c == '?' && (zero_times_ok || many_times_ok))
2332 zero_times_ok |= c != '+';
2376 if (!zero_times_ok && simple)
2386 zero_times_ok = 1;
2390 if (!zero_times_ok)
2407 assert (zero_times_ok);
2427 if (zero_times_ok)
/dports/databases/namazu2/namazu-2.0.21/nmz/
H A Dregex.c1261 char zero_times_ok; local
1377 zero_times_ok = c != '+';
1404 if (zero_times_ok)
1429 if (zero_times_ok) {
2068 zero_times_ok = 1;
2085 zero_times_ok = 0;
/dports/editors/le/le-1.16.6/src/
H A Dregex.c2653 boolean zero_times_ok = 0, many_times_ok = 0; in regex_compile() local
2664 && c == '?' && (zero_times_ok || many_times_ok)) in regex_compile()
2668 zero_times_ok |= c != '+'; in regex_compile()
2712 if (!zero_times_ok && simple) in regex_compile()
2722 zero_times_ok = 1; in regex_compile()
2726 if (!zero_times_ok) in regex_compile()
2743 assert (zero_times_ok); in regex_compile()
2764 if (zero_times_ok) in regex_compile()
/dports/japanese/namazu/namazu-1.3.0.11/src/
H A Dregex.c1031 char zero_times_ok; local
1150 zero_times_ok = c != '+';
1192 if (zero_times_ok) {
1725 zero_times_ok = 1;
1742 zero_times_ok = 0;
/dports/www/squid/squid-4.15/compat/
H A DGnuRegex.c1105 char zero_times_ok = 0, many_times_ok = 0; in regex_compile() local
1113 zero_times_ok |= c != '+'; in regex_compile()
1172 && zero_times_ok in regex_compile()
1193 if (!zero_times_ok) { in regex_compile()
/dports/biology/hyphy/hyphy-2.5.33/src/contrib/
H A Dregex.cpp1303 char zero_times_ok = 0, many_times_ok = 0; in regex_compile() local
1311 zero_times_ok |= c != '+'; in regex_compile()
1375 && zero_times_ok in regex_compile()
1400 if (!zero_times_ok) { in regex_compile()
/dports/net/gutenfetch/gutenfetch-1.5/src/
H A Dgnuregex.c1250 char zero_times_ok = 0, many_times_ok = 0; local
1259 zero_times_ok |= c != '+';
1323 && zero_times_ok
1347 if (!zero_times_ok)
/dports/games/quakeforge/quakeforge-0.7.2/libs/gib/
H A Dregex.c1244 char zero_times_ok = 0, many_times_ok = 0; local
1253 zero_times_ok |= c != '+';
1317 && zero_times_ok
1341 if (!zero_times_ok)
/dports/net/ngrep/ngrep-1.45/regex-0.12/
H A Dregex.c1242 char zero_times_ok = 0, many_times_ok = 0; local
1251 zero_times_ok |= c != '+';
1315 && zero_times_ok
1339 if (!zero_times_ok)
/dports/x11-toolkits/xmhtml/XmHTML-1.1.10/lib/compat/
H A Dregex.c1215 char zero_times_ok = 0, many_times_ok = 0; local
1223 zero_times_ok |= c != '+';
1281 && zero_times_ok
1302 if (!zero_times_ok) {
/dports/science/afni/afni-AFNI_21.3.16/src/XmHTML/lib/compat/
H A Dregex.c1213 char zero_times_ok = 0, many_times_ok = 0; local
1221 zero_times_ok |= c != '+';
1279 && zero_times_ok
1300 if (!zero_times_ok) {
/dports/editors/hte/ht-e9e63373148da5d7df397d8075740d8c096ecb1d/
H A Dregex.c1791 char zero_times_ok = 0, many_times_ok = 0; local
1800 zero_times_ok |= c != '+';
1864 && zero_times_ok
1888 if (!zero_times_ok)
/dports/x11-toolkits/vdk/vdk-2.5.1/src/
H A Dregex.c1223 char zero_times_ok = 0, many_times_ok = 0; local
1232 zero_times_ok |= c != '+';
1296 && zero_times_ok
1320 if (!zero_times_ok)
/dports/net/yate/yate-6.4.0-1/engine/regex/
H A Dregex.c1236 char zero_times_ok = 0, many_times_ok = 0; local
1245 zero_times_ok |= c != '+';
1309 && zero_times_ok
1333 if (!zero_times_ok)

12345