Home
last modified time | relevance | path

Searched refs:REG_NOTEOL (Results 1 – 25 of 1590) sorted by relevance

12345678910>>...64

/dports/devel/tla/tla-1.3.5/src/hackerlab/tests/rx-posix-tests/
H A Dposix-test-cases.h3430 REG_NOTEOL,
3441 REG_NOTEOL,
3452 REG_NOTEOL,
3463 REG_NOTEOL,
3474 REG_NOTEOL,
3485 REG_NOTEOL,
3496 REG_NOTEOL,
3507 REG_NOTEOL,
3584 REG_NOTEOL,
3595 REG_NOTEOL,
[all …]
H A Dtest-cases.h3430 REG_NOTEOL,
3441 REG_NOTEOL,
3452 REG_NOTEOL,
3463 REG_NOTEOL,
3474 REG_NOTEOL,
3485 REG_NOTEOL,
3496 REG_NOTEOL,
3507 REG_NOTEOL,
3584 REG_NOTEOL,
3595 REG_NOTEOL,
[all …]
H A Dtest-rx.scm1461 ("defabc" #(0) REG_NOTEOL)
1465 ("defabc\nghi" #(0) REG_NOTEOL)
1469 ("defabc\n" #(0) REG_NOTEOL)
1473 ("abc" #(0) REG_NOTEOL)
1481 ("abc" #(0) (REG_NOTBOL REG_NOTEOL))
1489 ("\nabc\n" #(0) REG_NOTEOL)
1514 ("defabc" #(0 1) REG_NOTEOL)
1518 ("defabc\nghi" #(0 1) REG_NOTEOL)
1522 ("defabc\n" #(0 1) REG_NOTEOL)
1526 ("abc" #(0 1) REG_NOTEOL)
[all …]
/dports/textproc/p5-POSIX-Regex/POSIX-Regex-1.0003/
H A Dconst-c.inc40 my @names = (qw(REG_EXTENDED REG_ICASE REG_NEWLINE REG_NOTBOL REG_NOTEOL));
64 /* REG_NOTBOL REG_NOTEOL */
79 if (memEQ(name, "REG_NOTEOL", 10)) {
81 #ifdef REG_NOTEOL
82 *iv_return = REG_NOTEOL;
H A DMakefile.PL33 REG_NOTBOL REG_NOTEOL
H A DRegex.pod49 newline, regardless of whether eflags contains REG_NOTEOL.
58 =head2 REG_NOTEOL section
/dports/devel/tla/tla-1.3.5/src/hackerlab/rx-posix/
H A Dposix.h214 REG_NOTEOL = (REG_NOTBOL << 1), enumerator
221 REG_NO_SUBEXP_REPORTING = (REG_NOTEOL << 1),
/dports/sysutils/scalpel/scalpel-2.0/tre-0.7.5-win32/tests/
H A Dretest.c993 test_exec("defabc", REG_NOTEOL, REG_NOMATCH); in main()
995 test_exec("defabcxyz", REG_NOTEOL, REG_NOMATCH); in main()
997 test_exec("defabc\n", REG_NOTEOL, REG_NOMATCH); in main()
1002 test_exec("abc", REG_NOTEOL, REG_NOMATCH); in main()
1025 test_exec("defabc", REG_NOTEOL, REG_NOMATCH); in main()
1027 test_exec("defabcxyz", REG_NOTEOL, REG_NOMATCH); in main()
1029 test_exec("defabc\n", REG_NOTEOL, 0, 3, 6, END); in main()
1033 test_exec("abc", REG_NOTEOL, REG_NOMATCH); in main()
1041 test_exec("defabc", REG_NOTEOL, REG_NOMATCH); in main()
1044 test_exec("abc\ndef", REG_NOTEOL, 0, 0, 3, END); in main()
[all …]
/dports/irc/srvx/srvx-1.3.1/rx/
H A Dinst-rxposix.h122 #define REG_NOTEOL (REG_NOTBOL << 1) macro
125 #define REG_ALLOC_REGS (REG_NOTEOL << 1)
/dports/textproc/libtre/tre-0.8.0/tests/
H A Dretest.c1157 test_exec("defabc", REG_NOTEOL, REG_NOMATCH); in main()
1159 test_exec("defabcxyz", REG_NOTEOL, REG_NOMATCH); in main()
1161 test_exec("defabc\n", REG_NOTEOL, REG_NOMATCH); in main()
1166 test_exec("abc", REG_NOTEOL, REG_NOMATCH); in main()
1189 test_exec("defabc", REG_NOTEOL, REG_NOMATCH); in main()
1191 test_exec("defabcxyz", REG_NOTEOL, REG_NOMATCH); in main()
1193 test_exec("defabc\n", REG_NOTEOL, 0, 3, 6, END); in main()
1197 test_exec("abc", REG_NOTEOL, REG_NOMATCH); in main()
1205 test_exec("defabc", REG_NOTEOL, REG_NOMATCH); in main()
1208 test_exec("abc\ndef", REG_NOTEOL, 0, 0, 3, END); in main()
[all …]
/dports/irc/irssi/irssi-1.2.3/src/core/
H A Diregex-regexh.c23 cflags |= REG_NOTEOL; in i_regex_new()
68 eflags |= REG_NOTEOL; in i_regex_match()
/dports/textproc/bibtool/BibTool/regex-0.12/test/
H A Dpsx-interf.c267 || (must_match_eol && (eflags & REG_NOTEOL)) ))
280 || (must_match_eol == (eflags & REG_NOTEOL)))
294 if (eflags & REG_NOTEOL)
428 eflags = REG_NOTEOL; in test_regexec()
434 eflags = REG_NOTBOL | REG_NOTEOL; in test_regexec()
/dports/graphics/photoflow/PhotoFlow-8472024f/src/external/lensfun/include/regex/
H A Dregex.h120 #define REG_NOTEOL (REG_NOTBOL << 1)
123 #define REG_APPROX_MATCHER (REG_NOTEOL << 1)
/dports/sysutils/scalpel/scalpel-2.0/tre-0.7.5-win32/lib/
H A Dregex.h120 #define REG_NOTEOL (REG_NOTBOL << 1)
123 #define REG_APPROX_MATCHER (REG_NOTEOL << 1)
/dports/textproc/libtre/tre-0.8.0/lib/
H A Dtre.h111 #define REG_NOTEOL (REG_NOTBOL << 1)
114 #define REG_APPROX_MATCHER (REG_NOTEOL << 1)
/dports/math/R/R-4.1.2/src/extra/tre/
H A Dtre.h113 #define REG_NOTEOL (REG_NOTBOL << 1)
116 #define REG_APPROX_MATCHER (REG_NOTEOL << 1)
/dports/math/libRmath/R-4.1.1/src/extra/tre/
H A Dtre.h113 #define REG_NOTEOL (REG_NOTBOL << 1)
116 #define REG_APPROX_MATCHER (REG_NOTEOL << 1)
/dports/net/tinyfugue/tf-50b8/src/pcre-2.08/
H A Dpcreposix.h29 #define REG_NOTEOL 0x08 macro
/dports/net/ngrep/ngrep-1.45/pcre-5.0/
H A Dpcreposix.h58 #define REG_NOTEOL 0x08 macro
/dports/games/ldmud/ldmud-3.3.720/src/pcre/
H A Dpcreposix.h29 #define REG_NOTEOL 0x08 macro
/dports/devel/regexx/regexx-0.98.1/pcre/
H A Dpcreposix.h29 #define REG_NOTEOL 0x08 macro
/dports/science/gtamsanalyzer/GTAMSAnalyzer.src.0.42/Source/
H A Dpcreposix.h29 #define REG_NOTEOL 0x08 macro
/dports/www/middleman/middleman/pcre/
H A Dpcreposix.h29 #define REG_NOTEOL 0x08 macro
/dports/net/thcrut/thcrut-1.2.5/pcre-3.9/
H A Dpcreposix.h29 #define REG_NOTEOL 0x08 macro
/dports/mail/lmtp2nntp/lmtp2nntp-1.4.1/lib_pcre/
H A Dpcreposix.h29 #define REG_NOTEOL 0x08 macro

12345678910>>...64