Searched refs:REG_NOTBOL (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-10-stable/contrib/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))
/freebsd-10-stable/contrib/nvi/regex/
H A Dregex.h96 #define REG_NOTBOL 00001 macro
H A Dregexec.c148 = #define REG_NOTBOL 00001
166 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND))
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)) ) {
/freebsd-10-stable/include/
H A Dregex.h96 #define REG_NOTBOL 00001 macro
/freebsd-10-stable/contrib/binutils/include/
H A Dxregex2.h285 #define REG_NOTBOL 1
287 /* Like REG_NOTBOL, except for the end-of-line. */
283 #define REG_NOTBOL macro
/freebsd-10-stable/contrib/gcclibs/include/
H A Dxregex2.h285 #define REG_NOTBOL 1
287 /* Like REG_NOTBOL, except for the end-of-line. */
283 #define REG_NOTBOL macro
/freebsd-10-stable/contrib/nvi/common/
H A Dsearch.c247 (match[0].rm_so == 0 ? 0 : REG_NOTBOL) | REG_STARTEND);
421 (match[0].rm_so == 0 ? 0 : REG_NOTBOL) |
/freebsd-10-stable/lib/libc/regex/
H A Dengine.c609 if ((sp == m->beginp && !(m->eflags&REG_NOTBOL)) ||
626 ((sp == m->beginp && !(m->eflags&REG_NOTBOL)) ||
789 if (start == m->offp || (start == m->beginp && !(m->eflags&REG_NOTBOL)))
814 (lastc == OUT && !(m->eflags&REG_NOTBOL)) ) {
894 if (start == m->offp || (start == m->beginp && !(m->eflags&REG_NOTBOL)))
917 (lastc == OUT && !(m->eflags&REG_NOTBOL)) ) {
H A Dregexec.c195 = #define REG_NOTBOL 00001
217 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND))
/freebsd-10-stable/usr.bin/m4/
H A Dgnum4.c320 flags = REG_NOTBOL;
335 flags = REG_NOTBOL;
/freebsd-10-stable/bin/ed/
H A Dsub.c207 !regexec(pat, txt, SE_MAX, rm, REG_NOTBOL));
/freebsd-10-stable/contrib/gdb/include/
H A Dxregex2.h282 #define REG_NOTBOL 1
284 /* Like REG_NOTBOL, except for the end-of-line. */
280 #define REG_NOTBOL macro
/freebsd-10-stable/contrib/libgnuregex/
H A Dregex.h299 #define REG_NOTBOL 1
301 /* Like REG_NOTBOL, except for the end-of-line. */
297 #define REG_NOTBOL macro
H A Dregexec.c215 REG_NOTBOL is set, then ^ does not match at the beginning of the
232 if (eflags & ~(REG_NOTBOL | REG_NOTEOL | REG_STARTEND))
271 eflags & (REG_NOTBOL | REG_NOTEOL));
430 eflags |= (bufp->not_bol) ? REG_NOTBOL : 0;
725 mctx.input.tip_context = (eflags & REG_NOTBOL) ? CONTEXT_BEGBUF
H A Dregex_internal.c592 pstr->tip_context = ((eflags & REG_NOTBOL) ? CONTEXT_BEGBUF
/freebsd-10-stable/contrib/less/
H A Dpattern.c322 int flags = (notbol) ? REG_NOTBOL : 0;
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/regex/
H A Dmain.c366 o |= REG_NOTBOL;
/freebsd-10-stable/lib/libc/regex/grot/
H A Dmain.c337 o |= REG_NOTBOL;
/freebsd-10-stable/usr.bin/grep/regex/
H A Dtre-fastmatch.c894 * REG_NOTBOL means not anchoring ^ to the beginning of the line, so we
897 if (fg->bol && (eflags & REG_NOTBOL))
912 if ((fg->bol || fg->eol) && !fg->newline && !(eflags & REG_NOTBOL) &&
/freebsd-10-stable/usr.bin/sed/
H A Dprocess.c440 regexec_e(re, ps, REG_NOTBOL, 0, le, psl));
/freebsd-10-stable/contrib/nvi/ex/
H A Dex_subst.c567 eflags |= REG_NOTBOL;
/freebsd-10-stable/usr.bin/make/
H A Dvar.c737 flags |= REG_NOTBOL;
/freebsd-10-stable/contrib/bmake/
H A Dvar.c1768 flags |= REG_NOTBOL;

Completed in 323 milliseconds

12