Home
last modified time | relevance | path

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

123

/netbsd/external/bsd/tre/dist/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 …]
/netbsd/external/bsd/tre/dist/include/tre/
H A Dtre.h110 #define REG_NOTBOL 1
111 #define REG_NOTEOL (REG_NOTBOL << 1)
/netbsd/external/bsd/tre/dist/lib/
H A Dtre.h120 #define REG_NOTBOL 1 in __weak_alias()
121 #define REG_NOTEOL (REG_NOTBOL << 1) in __weak_alias()
/netbsd/external/apache2/llvm/dist/llvm/lib/Support/
H A Dregex_impl.h86 #define REG_NOTBOL 00001 macro
H A Dregexec.c148 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND)) in llvm_regexec()
/netbsd/external/bsd/nvi/dist/regex/
H A Dregex.h96 #define REG_NOTBOL 00001 macro
H A Dregexec.c170 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND)) in regexec()
H A Dengine.c538 if ( (sp == m->beginp && !(m->eflags&REG_NOTBOL)) ||
554 if (( (sp == m->beginp && !(m->eflags&REG_NOTBOL)) ||
739 (lastc == OUT && !(m->eflags&REG_NOTBOL)) ) {
828 (lastc == OUT && !(m->eflags&REG_NOTBOL)) ) {
/netbsd/include/
H A Dregex.h128 #define REG_NOTBOL 00001 macro
/netbsd/external/gpl3/gcc.old/dist/fixincludes/
H A Dfixtests.c105 if (xregexec (name_re, base, 1, match, REG_NOTBOL)) in TEST_FOR_FIX_PROC_HEAD()
/netbsd/external/gpl3/gcc/dist/fixincludes/
H A Dfixtests.c105 if (xregexec (name_re, base, 1, match, REG_NOTBOL)) in TEST_FOR_FIX_PROC_HEAD()
/netbsd/lib/libc/regex/
H A Dengine.c626 ((sp == m->beginp && !(m->eflags&REG_NOTBOL)) || \
701 if (sp == m->beginp && (m->eflags & REG_NOTBOL) == 0) in backref()
713 if ((sp == m->beginp && !(m->eflags&REG_NOTBOL)) || in backref()
906 if (start == m->offp || (start == m->beginp && !(m->eflags&REG_NOTBOL))) in walk()
934 (lastc == OUT && !(m->eflags&REG_NOTBOL)) ) { in walk()
943 if (lastc == OUT && (m->eflags & REG_NOTBOL) == 0) { in walk()
/netbsd/external/bsd/nvi/dist/common/
H A Dsearch.c247 (match[0].rm_so == 0 ? 0 : REG_NOTBOL) | REG_STARTEND); in f_search()
419 (match[0].rm_so == 0 ? 0 : REG_NOTBOL) | in b_search()
/netbsd/tests/lib/libc/regex/
H A DREADME27 ^ REG_NOTBOL
/netbsd/external/gpl3/gdb/dist/include/
H A Dxregex2.h282 #define REG_NOTBOL 1 macro
/netbsd/external/gpl2/grep/dist/lib/posix/
H A Dregex.h283 #define REG_NOTBOL 1 macro
/netbsd/external/gpl2/diffutils/dist/lib/posix/
H A Dregex.h279 #define REG_NOTBOL 1 macro
/netbsd/external/gpl2/gettext/dist/gettext-tools/libgrep/
H A Dregex.h286 #define REG_NOTBOL 1 macro
/netbsd/external/gpl3/binutils.old/dist/include/
H A Dxregex2.h282 #define REG_NOTBOL 1 macro
/netbsd/external/gpl3/binutils/dist/include/
H A Dxregex2.h282 #define REG_NOTBOL 1 macro
/netbsd/external/gpl3/gcc.old/dist/include/
H A Dxregex2.h282 #define REG_NOTBOL 1 macro
/netbsd/external/gpl3/gdb.old/dist/include/
H A Dxregex2.h282 #define REG_NOTBOL 1 macro
/netbsd/external/gpl3/gcc/dist/include/
H A Dxregex2.h282 #define REG_NOTBOL 1 macro
/netbsd/usr.bin/m4/
H A Dgnum4.c333 flags = REG_NOTBOL; in do_subst()
348 flags = REG_NOTBOL; in do_subst()
/netbsd/bin/ed/
H A Dsub.c215 && !regexec(pat, txt, SE_MAX, rm, REG_NOTBOL)); in substitute_matching_text()

123