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

/freebsd-9.3-release/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-9.3-release/include/
H A Dregex.h96 #define REG_NOTBOL 00001 macro
/freebsd-9.3-release/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-9.3-release/contrib/cvs/lib/
H A Dregex.h252 #define REG_NOTBOL 1
254 /* Like REG_NOTBOL, except for the end-of-line. */
250 #define REG_NOTBOL macro
H A Dregex.c6269 REG_NOTBOL is set, then ^ does not match at the beginning of the
6290 private_preg.not_bol = !!(eflags & REG_NOTBOL);
/freebsd-9.3-release/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-9.3-release/contrib/nvi/common/
H A Dsearch.c243 (match[0].rm_so == 0 ? 0 : REG_NOTBOL) | REG_STARTEND);
415 (match[0].rm_so == 0 ? 0 : REG_NOTBOL) |
/freebsd-9.3-release/usr.bin/m4/
H A Dgnum4.c320 flags = REG_NOTBOL;
335 flags = REG_NOTBOL;
/freebsd-9.3-release/bin/ed/
H A Dsub.c207 !regexec(pat, txt, SE_MAX, rm, REG_NOTBOL));
/freebsd-9.3-release/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-9.3-release/contrib/less/
H A Dpattern.c307 int flags = (notbol) ? REG_NOTBOL : 0;
/freebsd-9.3-release/gnu/lib/libregex/posix/
H A Dregex.h302 #define REG_NOTBOL 1
304 /* Like REG_NOTBOL, except for the end-of-line. */
300 #define REG_NOTBOL macro
/freebsd-9.3-release/lib/libc/regex/
H A Dregexec.c195 = #define REG_NOTBOL 00001
217 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND))
H A Dengine.c609 if ( (sp == m->beginp && !(m->eflags&REG_NOTBOL)) ||
625 if (( (sp == m->beginp && !(m->eflags&REG_NOTBOL)) ||
817 (lastc == OUT && !(m->eflags&REG_NOTBOL)) ) {
920 (lastc == OUT && !(m->eflags&REG_NOTBOL)) ) {
/freebsd-9.3-release/usr.bin/sed/
H A Dprocess.c410 } while (slen >= 0 && regexec_e(re, s, REG_NOTBOL, 0, slen));
423 if (!regexec_e(re, s, REG_NOTBOL, 0, slen))
/freebsd-9.3-release/lib/libc/regex/grot/
H A Dmain.c348 o |= REG_NOTBOL;
/freebsd-9.3-release/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-9.3-release/contrib/nvi/ex/
H A Dex_subst.c574 eflags |= REG_NOTBOL;
/freebsd-9.3-release/gnu/lib/libregex/
H A Dregexec.c208 REG_NOTBOL is set, then ^ does not match at the beginning of the
224 if (eflags & ~(REG_NOTBOL | REG_NOTEOL | REG_STARTEND))
260 eflags & (REG_NOTBOL | REG_NOTEOL));
415 eflags |= (bufp->not_bol) ? REG_NOTBOL : 0;
686 mctx.input.tip_context = (eflags & REG_NOTBOL) ? CONTEXT_BEGBUF
H A Dregex_internal.c597 pstr->tip_context = ((eflags & REG_NOTBOL) ? CONTEXT_BEGBUF
/freebsd-9.3-release/usr.bin/make/
H A Dvar.c737 flags |= REG_NOTBOL;
/freebsd-9.3-release/contrib/bmake/
H A Dvar.c1764 flags |= REG_NOTBOL;
/freebsd-9.3-release/contrib/binutils/libiberty/
H A Dregex.c8017 REG_NOTBOL is set, then ^ does not match at the beginning of the
8034 private_preg.not_bol = !!(eflags & REG_NOTBOL);
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dregex.c8017 REG_NOTBOL is set, then ^ does not match at the beginning of the
8034 private_preg.not_bol = !!(eflags & REG_NOTBOL);

Completed in 204 milliseconds