Home
last modified time | relevance | path

Searched refs:REG_NOTBOL (Results 1 – 25 of 1738) sorted by relevance

12345678910>>...70

/dports/devel/tla/tla-1.3.5/src/hackerlab/tests/rx-posix-tests/
H A Dposix-test-cases.h3342 REG_NOTBOL,
3353 REG_NOTBOL,
3364 REG_NOTBOL,
3375 REG_NOTBOL,
3386 REG_NOTBOL,
3397 REG_NOTBOL,
3408 REG_NOTBOL,
3419 REG_NOTBOL,
3518 REG_NOTBOL,
3529 REG_NOTBOL,
[all …]
H A Dtest-cases.h3342 REG_NOTBOL,
3353 REG_NOTBOL,
3364 REG_NOTBOL,
3375 REG_NOTBOL,
3386 REG_NOTBOL,
3397 REG_NOTBOL,
3408 REG_NOTBOL,
3419 REG_NOTBOL,
3518 REG_NOTBOL,
3529 REG_NOTBOL,
[all …]
H A Dtest-rx.scm1445 ("abcdef" #(0) REG_NOTBOL)
1449 ("xyz\nabcdef" #(0) REG_NOTBOL)
1453 ("xyzabcdef" #(0) REG_NOTBOL)
1457 ("\nabcdef" #(0) REG_NOTBOL)
1477 ("abc" #(0) REG_NOTBOL)
1485 ("\nabc\n" #(0) REG_NOTBOL)
1498 ("abcdef" #(0 1) REG_NOTBOL)
1506 ("xyzabcdef" #(0 1) REG_NOTBOL)
1510 ("\nabcdef" #(0 1) REG_NOTBOL)
1530 ("abc" #(0 1) REG_NOTBOL)
[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 */
68 if (memEQ(name, "REG_NOTBOL", 10)) {
70 #ifdef REG_NOTBOL
71 *iv_return = REG_NOTBOL;
/dports/net/haproxy17/haproxy-1.7.14/src/
H A Dregex.c176 if (flags & REG_NOTBOL) in regex_exec_match()
210 flags &= REG_NOTBOL; in regex_exec_match()
244 if (flags & REG_NOTBOL) in regex_exec_match2()
279 flags &= REG_NOTBOL; in regex_exec_match2()
/dports/devel/tla/tla-1.3.5/src/hackerlab/rx-posix/
H A Dposix.h204 REG_NOTBOL = 1, enumerator
214 REG_NOTEOL = (REG_NOTBOL << 1),
/dports/sysutils/scalpel/scalpel-2.0/tre-0.7.5-win32/tests/
H A Dretest.c983 test_exec("abcdef", REG_NOTBOL, REG_NOMATCH); in main()
985 test_exec("xyzabcdef", REG_NOTBOL, REG_NOMATCH); in main()
987 test_exec("\nabcdef", REG_NOTBOL, REG_NOMATCH); in main()
1001 test_exec("abc", REG_NOTBOL, REG_NOMATCH); in main()
1018 test_exec("abcdef", REG_NOTBOL, REG_NOMATCH); in main()
1020 test_exec("xyzabcdef", REG_NOTBOL, REG_NOMATCH); in main()
1022 test_exec("\nabcdef", REG_NOTBOL, 0, 1, 4, END); in main()
1032 test_exec("abc", REG_NOTBOL, REG_NOMATCH); in main()
1039 test_exec("abcdef", REG_NOTBOL, REG_NOMATCH); in main()
1043 test_exec("abc\ndef", REG_NOTBOL, REG_NOMATCH); in main()
[all …]
/dports/irc/srvx/srvx-1.3.1/rx/
H A Dinst-rxposix.h118 #define REG_NOTBOL 1 macro
122 #define REG_NOTEOL (REG_NOTBOL << 1)
/dports/devel/silc-toolkit/silc-toolkit-1.1.12/lib/contrib/
H A Dregexpr.h130 #define REG_NOTBOL 1 macro
131 #define REG_NOTEOL (REG_NOTBOL << 1)
/dports/textproc/libtre/tre-0.8.0/tests/
H A Dretest.c1147 test_exec("abcdef", REG_NOTBOL, REG_NOMATCH); in main()
1149 test_exec("xyzabcdef", REG_NOTBOL, REG_NOMATCH); in main()
1151 test_exec("\nabcdef", REG_NOTBOL, REG_NOMATCH); in main()
1165 test_exec("abc", REG_NOTBOL, REG_NOMATCH); in main()
1182 test_exec("abcdef", REG_NOTBOL, REG_NOMATCH); in main()
1184 test_exec("xyzabcdef", REG_NOTBOL, REG_NOMATCH); in main()
1186 test_exec("\nabcdef", REG_NOTBOL, 0, 1, 4, END); in main()
1196 test_exec("abc", REG_NOTBOL, REG_NOMATCH); in main()
1203 test_exec("abcdef", REG_NOTBOL, REG_NOMATCH); in main()
1207 test_exec("abc\ndef", REG_NOTBOL, REG_NOMATCH); in main()
[all …]
/dports/net/haproxy19/haproxy-1.9.16/src/
H A Dregex.c183 if (flags & REG_NOTBOL) in regex_exec_match()
237 flags &= REG_NOTBOL; in regex_exec_match()
276 if (flags & REG_NOTBOL) in regex_exec_match2()
330 flags &= REG_NOTBOL; in regex_exec_match2()
/dports/net/haproxy/haproxy-2.4.10/src/
H A Dregex.c155 if (flags & REG_NOTBOL) in regex_exec_match()
209 flags &= REG_NOTBOL; in regex_exec_match()
248 if (flags & REG_NOTBOL) in regex_exec_match2()
302 flags &= REG_NOTBOL; in regex_exec_match2()
/dports/net/haproxy23/haproxy-2.3.16/src/
H A Dregex.c155 if (flags & REG_NOTBOL) in regex_exec_match()
209 flags &= REG_NOTBOL; in regex_exec_match()
248 if (flags & REG_NOTBOL) in regex_exec_match2()
302 flags &= REG_NOTBOL; in regex_exec_match2()
/dports/net/haproxy22/haproxy-2.2.19/src/
H A Dregex.c155 if (flags & REG_NOTBOL) in regex_exec_match()
209 flags &= REG_NOTBOL; in regex_exec_match()
248 if (flags & REG_NOTBOL) in regex_exec_match2()
302 flags &= REG_NOTBOL; in regex_exec_match2()
/dports/net/haproxy18/haproxy-1.8.30/src/
H A Dregex.c183 if (flags & REG_NOTBOL) in regex_exec_match()
237 flags &= REG_NOTBOL; in regex_exec_match()
276 if (flags & REG_NOTBOL) in regex_exec_match2()
330 flags &= REG_NOTBOL; in regex_exec_match2()
/dports/irc/irssi/irssi-1.2.3/src/core/
H A Diregex-regexh.c21 cflags |= REG_NOTBOL; in i_regex_new()
66 eflags |= REG_NOTBOL; in i_regex_match()
/dports/textproc/bibtool/BibTool/regex-0.12/test/
H A Dpsx-interf.c266 if (!( (must_match_bol && (eflags & REG_NOTBOL))
279 if ((must_match_bol == (eflags & REG_NOTBOL))
292 if (eflags & REG_NOTBOL)
422 eflags = REG_NOTBOL; in test_regexec()
434 eflags = REG_NOTBOL | REG_NOTEOL; in test_regexec()
/dports/net/haproxy20/haproxy-2.0.26/src/
H A Dregex.c183 if (flags & REG_NOTBOL) in regex_exec_match()
237 flags &= REG_NOTBOL; in regex_exec_match()
276 if (flags & REG_NOTBOL) in regex_exec_match2()
330 flags &= REG_NOTBOL; in regex_exec_match2()
/dports/net/haproxy21/haproxy-2.1.12/src/
H A Dregex.c183 if (flags & REG_NOTBOL) in regex_exec_match()
237 flags &= REG_NOTBOL; in regex_exec_match()
276 if (flags & REG_NOTBOL) in regex_exec_match2()
330 flags &= REG_NOTBOL; in regex_exec_match2()
/dports/net/nuster/nuster-5.0.4.21/src/
H A Dregex.c183 if (flags & REG_NOTBOL) in regex_exec_match()
237 flags &= REG_NOTBOL; in regex_exec_match()
276 if (flags & REG_NOTBOL) in regex_exec_match2()
330 flags &= REG_NOTBOL; in regex_exec_match2()
/dports/graphics/photoflow/PhotoFlow-8472024f/src/external/lensfun/include/regex/
H A Dregex.h119 #define REG_NOTBOL 1
120 #define REG_NOTEOL (REG_NOTBOL << 1)
/dports/sysutils/scalpel/scalpel-2.0/tre-0.7.5-win32/lib/
H A Dregex.h119 #define REG_NOTBOL 1
120 #define REG_NOTEOL (REG_NOTBOL << 1)
/dports/devel/cook/cook-2.30/common/ac/
H A Dregex.h38 #define REG_NOTBOL 0 macro
/dports/sysutils/heirloom/heirloom-070715/libuxre/
H A Dregdfa.c259 if (dp->flags & REG_NOTBOL) in first()
366 dp->flags |= REG_NOTBOL; /* adjacent ROP_BOLs match empty */ in posnfoll()
378 dp->flags &= ~(REG_NOTBOL | REG_NOTEOL); in posnfoll()
732 if (xp->flags & REG_NOTBOL) in leftmost()
813 if (xp->flags & REG_NOTBOL) in regdfaexec_opt()
845 if (xp->flags & REG_NOTBOL) in libuxre_regdfaexec()
/dports/textproc/libtre/tre-0.8.0/lib/
H A Dtre.h110 #define REG_NOTBOL 1
111 #define REG_NOTEOL (REG_NOTBOL << 1)

12345678910>>...70