Home
last modified time | relevance | path

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

12

/netbsd/external/bsd/tre/dist/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 …]
/netbsd/external/bsd/tre/dist/include/tre/
H A Dtre.h111 #define REG_NOTEOL (REG_NOTBOL << 1)
114 #define REG_APPROX_MATCHER (REG_NOTEOL << 1)
/netbsd/external/bsd/tre/dist/lib/
H A Dtre.h121 #define REG_NOTEOL (REG_NOTBOL << 1) in __weak_alias()
124 #define REG_APPROX_MATCHER (REG_NOTEOL << 1) in __weak_alias()
H A Dtre-match-parallel.c110 int reg_noteol = eflags & REG_NOTEOL; in tre_tnfa_run_parallel()
/netbsd/external/apache2/llvm/dist/llvm/lib/Support/
H A Dregex_impl.h87 #define REG_NOTEOL 00002 macro
H A Dregexec.c148 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND)) in llvm_regexec()
H A Dregengine.inc529 if ( (sp == m->endp && !(m->eflags&REG_NOTEOL)) ||
548 if (( (sp == m->endp && !(m->eflags&REG_NOTEOL)) ||
718 (c == OUT && !(m->eflags&REG_NOTEOL)) ) {
801 (c == OUT && !(m->eflags&REG_NOTEOL)) ) {
/netbsd/external/bsd/nvi/dist/regex/
H A Dregex.h97 #define REG_NOTEOL 00002 macro
H A Dregexec.c170 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND)) in regexec()
H A Dengine.c546 if ( (sp == m->endp && !(m->eflags&REG_NOTEOL)) ||
565 if (( (sp == m->endp && !(m->eflags&REG_NOTEOL)) ||
744 (c == OUT && !(m->eflags&REG_NOTEOL)) ) {
833 (c == OUT && !(m->eflags&REG_NOTEOL)) ) {
/netbsd/include/
H A Dregex.h129 #define REG_NOTEOL 00002 macro
/netbsd/lib/libc/regex/
H A Dengine.c629 (((sp == m->endp && !(m->eflags&REG_NOTEOL)) || \
707 if (sp == m->endp && (m->eflags & REG_NOTEOL) == 0) in backref()
721 if ( (sp == m->endp && !(m->eflags&REG_NOTEOL)) || in backref()
939 (c == OUT && !(m->eflags&REG_NOTEOL)) ) { in walk()
948 if (c == OUT && (m->eflags & REG_NOTEOL) == 0) { in walk()
H A Dregexec.c236 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND)) in regexec()
/netbsd/tests/lib/libc/regex/
H A DREADME28 $ REG_NOTEOL
/netbsd/external/gpl3/gdb/dist/include/
H A Dxregex2.h285 #define REG_NOTEOL (1 << 1) macro
/netbsd/external/gpl2/grep/dist/lib/posix/
H A Dregex.h286 #define REG_NOTEOL (1 << 1) macro
/netbsd/external/gpl2/diffutils/dist/lib/posix/
H A Dregex.h282 #define REG_NOTEOL (1 << 1) macro
/netbsd/external/gpl2/gettext/dist/gettext-tools/libgrep/
H A Dregex.h289 #define REG_NOTEOL (1 << 1) macro
/netbsd/external/gpl3/binutils.old/dist/include/
H A Dxregex2.h285 #define REG_NOTEOL (1 << 1) macro
/netbsd/external/gpl3/binutils/dist/include/
H A Dxregex2.h285 #define REG_NOTEOL (1 << 1) macro
/netbsd/external/gpl3/gcc.old/dist/include/
H A Dxregex2.h285 #define REG_NOTEOL (1 << 1) macro
/netbsd/external/gpl3/gdb.old/dist/include/
H A Dxregex2.h285 #define REG_NOTEOL (1 << 1) macro
/netbsd/external/gpl3/gcc/dist/include/
H A Dxregex2.h285 #define REG_NOTEOL (1 << 1) macro
/netbsd/external/gpl2/xcvs/dist/lib/
H A Dregex.h344 #define REG_NOTEOL (1 << 1) macro
/netbsd/external/bsd/nvi/dist/common/
H A Dsearch.c384 ((size_t)match[0].rm_eo == len ? 0 : REG_NOTEOL) | REG_STARTEND); in b_search()

12