Home
last modified time | relevance | path

Searched refs:MORE (Results 126 – 150 of 4791) sorted by relevance

12345678910>>...192

/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Support/
H A Dregcomp.c429 assert(!MORE() || SEE(stop)); in p_ere()
452 REQUIRE(MORE(), REG_EPAREN); in p_ere_exp()
547 if (!MORE()) in p_ere_exp()
598 if (!MORE()) in p_ere_exp()
613 REQUIRE(MORE(), REG_EMPTY); in p_str()
614 while (MORE()) in p_str()
899 REQUIRE(MORE(), REG_EBRACK); in p_b_term()
903 REQUIRE(MORE(), REG_EBRACK); in p_b_term()
908 REQUIRE(MORE(), REG_EBRACK); in p_b_term()
988 REQUIRE(MORE(), REG_EBRACK); in p_b_symbol()
[all …]
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/regex/
H A Dregcomp.c71 #define MORE() (p->next < p->end) macro
73 #define SEE(c) (MORE() && PEEK() == (c))
282 assert(!MORE() || SEE(stop));
362 if (!MORE())
406 while (MORE() && PEEK() != '}')
414 if (!MORE())
432 if(REQUIRE(MORE(), MY_REG_EMPTY)) {}
433 while (MORE())
523 if (MORE() && !SEETWO('\\', ')'))
709 switch ((MORE()) ? PEEK() : '\0') {
[all …]
/dports/devel/z88dk/z88dk/src/copt/regex/
H A Dregcomp.c48 #define MORE() (p->next < p->end) macro
233 assert(!MORE() || SEE(stop));
257 REQUIRE(MORE(), REG_EPAREN);
313 REQUIRE(MORE(), REG_EESCAPE);
325 if (!MORE())
376 if (!MORE())
393 REQUIRE(MORE(), REG_EMPTY);
394 while (MORE())
684 REQUIRE(MORE(), REG_EBRACK);
781 REQUIRE(MORE(), REG_EBRACK);
[all …]
/dports/net/olsrd/olsrd-0.9.8/android/regex/
H A Dregcomp.c285 assert(!MORE() || SEE(stop)); in p_ere()
307 REQUIRE(MORE(), REG_EPAREN); in p_ere_exp()
375 if (!MORE()) in p_ere_exp()
426 if (!MORE()) in p_ere_exp()
441 REQUIRE(MORE(), REG_EMPTY); in p_str()
442 while (MORE()) in p_str()
727 REQUIRE(MORE(), REG_EBRACK); in p_b_term()
731 REQUIRE(MORE(), REG_EBRACK); in p_b_term()
736 REQUIRE(MORE(), REG_EBRACK); in p_b_term()
816 REQUIRE(MORE(), REG_EBRACK); in p_b_symbol()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Support/
H A Dregcomp.c429 assert(!MORE() || SEE(stop)); in p_ere()
452 REQUIRE(MORE(), REG_EPAREN); in p_ere_exp()
547 if (!MORE()) in p_ere_exp()
598 if (!MORE()) in p_ere_exp()
613 REQUIRE(MORE(), REG_EMPTY); in p_str()
614 while (MORE()) in p_str()
899 REQUIRE(MORE(), REG_EBRACK); in p_b_term()
903 REQUIRE(MORE(), REG_EBRACK); in p_b_term()
908 REQUIRE(MORE(), REG_EBRACK); in p_b_term()
988 REQUIRE(MORE(), REG_EBRACK); in p_b_symbol()
[all …]
/dports/devel/ptlib/ptlib-2.10.11/src/ptlib/common/regex/
H A Dregcomp.c45 #define MORE() (p->next < p->end) macro
230 assert(!MORE() || SEE(stop));
254 REQUIRE(MORE(), REG_EPAREN);
310 REQUIRE(MORE(), REG_EESCAPE);
322 if (!MORE())
373 if (!MORE())
390 REQUIRE(MORE(), REG_EMPTY);
391 while (MORE())
681 REQUIRE(MORE(), REG_EBRACK);
778 REQUIRE(MORE(), REG_EBRACK);
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Support/
H A Dregcomp.c429 assert(!MORE() || SEE(stop)); in p_ere()
452 REQUIRE(MORE(), REG_EPAREN); in p_ere_exp()
547 if (!MORE()) in p_ere_exp()
598 if (!MORE()) in p_ere_exp()
613 REQUIRE(MORE(), REG_EMPTY); in p_str()
614 while (MORE()) in p_str()
899 REQUIRE(MORE(), REG_EBRACK); in p_b_term()
903 REQUIRE(MORE(), REG_EBRACK); in p_b_term()
908 REQUIRE(MORE(), REG_EBRACK); in p_b_term()
988 REQUIRE(MORE(), REG_EBRACK); in p_b_symbol()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Support/
H A Dregcomp.c429 assert(!MORE() || SEE(stop)); in p_ere()
452 REQUIRE(MORE(), REG_EPAREN); in p_ere_exp()
547 if (!MORE()) in p_ere_exp()
598 if (!MORE()) in p_ere_exp()
613 REQUIRE(MORE(), REG_EMPTY); in p_str()
614 while (MORE()) in p_str()
899 REQUIRE(MORE(), REG_EBRACK); in p_b_term()
903 REQUIRE(MORE(), REG_EBRACK); in p_b_term()
908 REQUIRE(MORE(), REG_EBRACK); in p_b_term()
988 REQUIRE(MORE(), REG_EBRACK); in p_b_symbol()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/lib/Support/
H A Dregcomp.c428 assert(!MORE() || SEE(stop)); in p_ere()
451 REQUIRE(MORE(), REG_EPAREN); in p_ere_exp()
546 if (!MORE()) in p_ere_exp()
597 if (!MORE()) in p_ere_exp()
612 REQUIRE(MORE(), REG_EMPTY); in p_str()
613 while (MORE()) in p_str()
898 REQUIRE(MORE(), REG_EBRACK); in p_b_term()
902 REQUIRE(MORE(), REG_EBRACK); in p_b_term()
907 REQUIRE(MORE(), REG_EBRACK); in p_b_term()
987 REQUIRE(MORE(), REG_EBRACK); in p_b_symbol()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/lib/Support/
H A Dregcomp.c428 assert(!MORE() || SEE(stop)); in p_ere()
451 REQUIRE(MORE(), REG_EPAREN); in p_ere_exp()
546 if (!MORE()) in p_ere_exp()
597 if (!MORE()) in p_ere_exp()
612 REQUIRE(MORE(), REG_EMPTY); in p_str()
613 while (MORE()) in p_str()
898 REQUIRE(MORE(), REG_EBRACK); in p_b_term()
902 REQUIRE(MORE(), REG_EBRACK); in p_b_term()
907 REQUIRE(MORE(), REG_EBRACK); in p_b_term()
987 REQUIRE(MORE(), REG_EBRACK); in p_b_symbol()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/lib/Support/
H A Dregcomp.c428 assert(!MORE() || SEE(stop)); in p_ere()
451 REQUIRE(MORE(), REG_EPAREN); in p_ere_exp()
546 if (!MORE()) in p_ere_exp()
597 if (!MORE()) in p_ere_exp()
612 REQUIRE(MORE(), REG_EMPTY); in p_str()
613 while (MORE()) in p_str()
898 REQUIRE(MORE(), REG_EBRACK); in p_b_term()
902 REQUIRE(MORE(), REG_EBRACK); in p_b_term()
907 REQUIRE(MORE(), REG_EBRACK); in p_b_term()
987 REQUIRE(MORE(), REG_EBRACK); in p_b_symbol()
[all …]
/dports/databases/mysql56-client/mysql-5.6.51/regex/
H A Dregcomp.c71 #define MORE() (p->next < p->end) macro
73 #define SEE(c) (MORE() && PEEK() == (c))
282 assert(!MORE() || SEE(stop));
362 if (!MORE())
406 while (MORE() && PEEK() != '}')
414 if (!MORE())
432 if(REQUIRE(MORE(), MY_REG_EMPTY)) {}
433 while (MORE())
523 if (MORE() && !SEETWO('\\', ')'))
709 switch ((MORE()) ? PEEK() : '\0') {
[all …]
/dports/devel/py-keystone-engine/keystone-engine-0.9.1-3/src/llvm/lib/Support/
H A Dregcomp.c301 assert(!MORE() || SEE(stop)); in p_ere()
324 REQUIRE(MORE(), REG_EPAREN); in p_ere_exp()
419 if (!MORE()) in p_ere_exp()
470 if (!MORE()) in p_ere_exp()
485 REQUIRE(MORE(), REG_EMPTY); in p_str()
486 while (MORE()) in p_str()
771 REQUIRE(MORE(), REG_EBRACK); in p_b_term()
775 REQUIRE(MORE(), REG_EBRACK); in p_b_term()
780 REQUIRE(MORE(), REG_EBRACK); in p_b_term()
860 REQUIRE(MORE(), REG_EBRACK); in p_b_symbol()
[all …]
/dports/databases/mysql55-client/mysql-5.5.62/regex/
H A Dregcomp.c71 #define MORE() (p->next < p->end) macro
282 assert(!MORE() || SEE(stop));
306 if(REQUIRE(MORE(), REG_EPAREN)) {}
362 if (!MORE())
406 while (MORE() && PEEK() != '}')
414 if (!MORE())
432 if(REQUIRE(MORE(), REG_EMPTY)) {}
433 while (MORE())
523 if (MORE() && !SEETWO('\\', ')'))
834 if(REQUIRE(MORE(), REG_EBRACK)) {}
[all …]
/dports/science/teem/teem-1.11.0-src/src/echo/
H A Dlist.c160 #define MORE(obj) echoTypeSplit == (obj)->type in echoListSplit3() macro
162 if (MORE(ret)) { in echoListSplit3()
164 if (MORE(tmp0)) { in echoListSplit3()
166 if (MORE(tmp1)) { in echoListSplit3()
171 if (MORE(tmp1)) { in echoListSplit3()
177 if (MORE(tmp0)) { in echoListSplit3()
179 if (MORE(tmp1)) { in echoListSplit3()
184 if (MORE(tmp1)) { in echoListSplit3()
/dports/mail/sma/sma-1.4/regex/
H A Dregcomp.c314 assert(!MORE() || SEE(stop));
338 REQUIRE(MORE(), REG_EPAREN);
406 if (!MORE())
457 if (!MORE())
474 REQUIRE(MORE(), REG_EMPTY);
475 while (MORE())
765 REQUIRE(MORE(), REG_EBRACK);
769 REQUIRE(MORE(), REG_EBRACK);
774 REQUIRE(MORE(), REG_EBRACK);
862 REQUIRE(MORE(), REG_EBRACK);
[all …]
/dports/mail/alpine/alpine-465e23b/regex/
H A Dregcomp.c327 assert(!MORE() || SEE(stop)); in p_ere()
350 REQUIRE(MORE(), REG_EPAREN); in p_ere_exp()
418 if (!MORE()) in p_ere_exp()
469 if (!MORE()) in p_ere_exp()
485 REQUIRE(MORE(), REG_EMPTY); in p_str()
486 while (MORE()) in p_str()
770 REQUIRE(MORE(), REG_EBRACK); in p_b_term()
774 REQUIRE(MORE(), REG_EBRACK); in p_b_term()
779 REQUIRE(MORE(), REG_EBRACK); in p_b_term()
862 REQUIRE(MORE(), REG_EBRACK); in p_b_symbol()
[all …]
/dports/comms/hylafax/hylafax-6.0.7/regex/
H A Dregcomp.c323 assert(!MORE() || SEE(stop));
347 REQUIRE(MORE(), REG_EPAREN);
415 if (!MORE())
466 if (!MORE())
483 REQUIRE(MORE(), REG_EMPTY);
484 while (MORE())
773 REQUIRE(MORE(), REG_EBRACK);
777 REQUIRE(MORE(), REG_EBRACK);
782 REQUIRE(MORE(), REG_EBRACK);
870 REQUIRE(MORE(), REG_EBRACK);
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/regex/
H A Dregcomp.c386 assert(!MORE() || SEE(stop)); in p_ere()
413 REQUIRE(MORE(), REG_EPAREN); in p_ere_exp()
481 if (!MORE()) in p_ere_exp()
532 if (!MORE()) in p_ere_exp()
552 REQUIRE(MORE(), REG_EMPTY); in p_str()
553 while (MORE()) in p_str()
868 REQUIRE(MORE(), REG_EBRACK); in p_b_term()
872 REQUIRE(MORE(), REG_EBRACK); in p_b_term()
877 REQUIRE(MORE(), REG_EBRACK); in p_b_term()
975 REQUIRE(MORE(), REG_EBRACK); in p_b_symbol()
[all …]
/dports/editors/vigor/vigor-0.016/regex/
H A Dregcomp.c321 assert(!MORE() || SEE(stop));
345 REQUIRE(MORE(), REG_EPAREN);
413 if (!MORE())
464 if (!MORE())
481 REQUIRE(MORE(), REG_EMPTY);
482 while (MORE())
773 REQUIRE(MORE(), REG_EBRACK);
777 REQUIRE(MORE(), REG_EBRACK);
782 REQUIRE(MORE(), REG_EBRACK);
870 REQUIRE(MORE(), REG_EBRACK);
[all …]
/dports/devel/z88dk/z88dk/ext/regex/
H A Dregcomp.c277 assert(!MORE() || SEE(stop));
301 REQUIRE(MORE(), REG_EPAREN);
369 if (!MORE())
420 if (!MORE())
437 REQUIRE(MORE(), REG_EMPTY);
438 while (MORE())
728 REQUIRE(MORE(), REG_EBRACK);
732 REQUIRE(MORE(), REG_EBRACK);
737 REQUIRE(MORE(), REG_EBRACK);
825 REQUIRE(MORE(), REG_EBRACK);
[all …]
/dports/editors/pico-alpine/alpine-465e23b/regex/
H A Dregcomp.c327 assert(!MORE() || SEE(stop)); in p_ere()
350 REQUIRE(MORE(), REG_EPAREN); in p_ere_exp()
418 if (!MORE()) in p_ere_exp()
469 if (!MORE()) in p_ere_exp()
485 REQUIRE(MORE(), REG_EMPTY); in p_str()
486 while (MORE()) in p_str()
770 REQUIRE(MORE(), REG_EBRACK); in p_b_term()
774 REQUIRE(MORE(), REG_EBRACK); in p_b_term()
779 REQUIRE(MORE(), REG_EBRACK); in p_b_term()
862 REQUIRE(MORE(), REG_EBRACK); in p_b_symbol()
[all …]
/dports/editors/nvi2/nvi2-2.2.0/regex/
H A Dregcomp.c139 #define MORE() (p->next < p->end) macro
330 assert(!MORE() || SEE(stop)); in p_ere()
352 (void)REQUIRE(MORE(), REG_EPAREN); in p_ere_exp()
420 if (!MORE()) in p_ere_exp()
463 while (MORE() && PEEK() != '}') in p_ere_exp()
471 if (!MORE()) in p_ere_exp()
486 (void)REQUIRE(MORE(), REG_EMPTY); in p_str()
487 while (MORE()) in p_str()
835 while (MORE() && isalpha(PEEK())) in p_b_cclass()
876 (void)REQUIRE(MORE(), REG_EBRACK); in p_b_symbol()
[all …]
/dports/ftp/spegla/spegla-1.1p5/regex/
H A Dregcomp.c340 assert(!MORE() || SEE(stop));
364 REQUIRE(MORE(), REG_EPAREN);
432 if (!MORE())
483 if (!MORE())
500 REQUIRE(MORE(), REG_EMPTY);
501 while (MORE())
794 REQUIRE(MORE(), REG_EBRACK);
798 REQUIRE(MORE(), REG_EBRACK);
803 REQUIRE(MORE(), REG_EBRACK);
891 REQUIRE(MORE(), REG_EBRACK);
[all …]
/dports/lang/ficl/ficl-4.1.0/test/
H A Dasm68k.4th87 : MORE? DUP MS 0040 > ;
88 : ,MORE MORE? IF INDEX? DOUBLE? ?, ELSE DROP THEN ;
94 : EXTRA? MORE?
133 160000 OR w, ,MORE
146 OR R> OR w, ,EXTRA ,MORE ;
162 DOES> @ SRC w, ,MORE ;
215 IF RD SRC R> OR SZ3 w, ,MORE
223 : IEAD CREATE , DOES> @ DST SRC w, ,MORE ;
231 : CMP 130000 DST SRC SZ3 w, ,MORE ;
236 : IEA CREATE , DOES> @ SRC w, ,MORE ;
[all …]

12345678910>>...192