| /netbsd/src/external/bsd/tre/dist/tests/ |
| D | retest.c | 1147 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() 1167 test_exec("abc", REG_NOTBOL | REG_NOTEOL, 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() 1198 test_exec("abc", REG_NOTBOL | REG_NOTEOL, REG_NOMATCH); in main() [all …]
|
| /netbsd/src/external/bsd/tre/dist/lib/ |
| D | tre.h | 120 #define REG_NOTBOL 1 in __weak_alias() 121 #define REG_NOTEOL (REG_NOTBOL << 1) in __weak_alias()
|
| D | tre-match-parallel.c | 109 int reg_notbol = eflags & REG_NOTBOL; in tre_tnfa_run_parallel()
|
| D | tre-match-backtrack.c | 199 int reg_notbol = eflags & REG_NOTBOL; in tre_tnfa_run_backtrack()
|
| D | tre-match-approx.c | 205 int reg_notbol = eflags & REG_NOTBOL; in tre_tnfa_run_approx()
|
| /netbsd/src/external/bsd/nvi/dist/regex/ |
| D | regex.h | 96 #define REG_NOTBOL 00001 macro
|
| D | regexec.c | 170 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND)) in regexec()
|
| D | engine.c | 543 if ( (sp == m->beginp && !(m->eflags®_NOTBOL)) || 559 if (( (sp == m->beginp && !(m->eflags®_NOTBOL)) || 744 (lastc == OUT && !(m->eflags®_NOTBOL)) ) { 833 (lastc == OUT && !(m->eflags®_NOTBOL)) ) {
|
| /netbsd/src/include/ |
| D | regex.h | 129 #define REG_NOTBOL 00001 macro
|
| /netbsd/src/lib/libc/regex/ |
| D | engine.c | 626 ((sp == m->beginp && !(m->eflags®_NOTBOL)) || \ 701 if (sp == m->beginp && (m->eflags & REG_NOTBOL) == 0) in backref() 713 if ((sp == m->beginp && !(m->eflags®_NOTBOL)) || in backref() 906 if (start == m->offp || (start == m->beginp && !(m->eflags®_NOTBOL))) in walk() 934 (lastc == OUT && !(m->eflags®_NOTBOL)) ) { in walk() 943 if (lastc == OUT && (m->eflags & REG_NOTBOL) == 0) { in walk()
|
| D | regexec.c | 236 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND)) in regexec()
|
| /netbsd/src/external/gpl3/gcc/dist/fixincludes/ |
| D | fixtests.c | 105 if (xregexec (name_re, base, 1, match, REG_NOTBOL)) in TEST_FOR_FIX_PROC_HEAD()
|
| D | fixfixes.c | 572 if (xregexec (name_re, base, 1, match, REG_NOTBOL)) in FIX_PROC_HEAD()
|
| /netbsd/src/external/bsd/nvi/dist/common/ |
| D | search.c | 247 (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/src/tests/lib/libc/regex/ |
| D | README | 27 ^ REG_NOTBOL
|
| D | main.c | 383 o |= REG_NOTBOL; in options()
|
| /netbsd/src/external/gpl3/binutils/dist/include/ |
| D | xregex2.h | 282 #define REG_NOTBOL 1 macro
|
| /netbsd/src/external/gpl3/gcc/dist/include/ |
| D | xregex2.h | 282 #define REG_NOTBOL 1 macro
|
| /netbsd/src/external/gpl3/gdb/dist/include/ |
| D | xregex2.h | 282 #define REG_NOTBOL 1 macro
|
| /netbsd/src/usr.bin/m4/ |
| D | gnum4.c | 333 flags = REG_NOTBOL; in do_subst() 348 flags = REG_NOTBOL; in do_subst()
|
| /netbsd/src/bin/ed/ |
| D | sub.c | 215 && !regexec(pat, txt, SE_MAX, rm, REG_NOTBOL)); in substitute_matching_text()
|
| /netbsd/src/usr.bin/sed/ |
| D | process.c | 435 } while (slen >= 0 && regexec_e(re, s, REG_NOTBOL, 0, (size_t)slen)); in substitute() 448 if (!regexec_e(re, s, REG_NOTBOL, 0, (size_t)slen)) in substitute()
|
| /netbsd/src/external/gpl2/xcvs/dist/lib/ |
| D | regex.h | 341 #define REG_NOTBOL 1 macro
|
| /netbsd/src/external/bsd/less/dist/ |
| D | pattern.c | 327 int flags = (notbol) ? REG_NOTBOL : 0; in match_pattern1()
|
| /netbsd/src/external/bsd/tre/dist/python/ |
| D | tre-python.c | 554 { "NOTBOL", REG_NOTBOL },
|