Searched refs:REG_NOTBOL (Results 26 - 40 of 40) sorted by relevance

12

/macosx-10.10/tcl-105/tcl/tcl/generic/
H A Drege_dfa.c71 co = d->cnfa->bos[(v->eflags&REG_NOTBOL) ? 0 : 1];
201 co = d->cnfa->bos[(v->eflags&REG_NOTBOL) ? 0 : 1];
H A DtclTest.c3976 eflags |= REG_NOTBOL;
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A Drege_dfa.c63 co = d->cnfa->bos[(v->eflags&REG_NOTBOL) ? 0 : 1];
163 co = d->cnfa->bos[(v->eflags&REG_NOTBOL) ? 0 : 1];
H A DtclRegexp.c196 flags = REG_NOTBOL;
H A DtclTest.c3643 eflags |= REG_NOTBOL;
/macosx-10.10/Libc-1044.1.2/regex/TRE/lib/
H A Dtre-match-backtrack.c235 int reg_notbol = eflags & REG_NOTBOL;
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dregexec.c219 REG_NOTBOL is set, then ^ does not match at the beginning of the
238 if (eflags & ~(REG_NOTBOL | REG_NOTEOL | REG_STARTEND))
277 eflags & (REG_NOTBOL | REG_NOTEOL));
444 eflags |= (bufp->not_bol) ? REG_NOTBOL : 0;
742 mctx.input.tip_context = (eflags & REG_NOTBOL) ? CONTEXT_BEGBUF
H A Dregex_internal.c593 pstr->tip_context = ((eflags & REG_NOTBOL) ? CONTEXT_BEGBUF
/macosx-10.10/less-25/less/
H A Dsearch.c542 int flags = (notbol) ? REG_NOTBOL : 0;
/macosx-10.10/pcre-7/pcre/
H A Dpcretest.c2101 if ((options & PCRE_NOTBOL) != 0) eflags |= REG_NOTBOL;
/macosx-10.10/ksh-23/ksh/src/lib/libast/regex/
H A Dregnexec.c892 if ((!(rex->flags & REG_NEWLINE) || s <= env->beg || *(s - 1) != '\n') && ((env->flags & REG_NOTBOL) || s != env->beg))
/macosx-10.10/emacs-93/emacs/src/
H A Dregex.c6489 REG_NOTBOL is set, then ^ does not match at the beginning of the
6510 private_preg.not_bol = !!(eflags & REG_NOTBOL);
6532 But it doesn't work out so nicely for REG_NOTBOL, since we don't have
/macosx-10.10/lsof-53/lsof/lib/
H A Dregex.c6206 REG_NOTBOL is set, then ^ does not match at the beginning of the
6227 private_preg.not_bol = !!(eflags & REG_NOTBOL);
/macosx-10.10/cxxfilt-11/cxxfilt/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);
/macosx-10.10/gnudiff-19/diffutils/lib/
H A Dregex.c8238 REG_NOTBOL is set, then ^ does not match at the beginning of the
8259 private_preg.not_bol = !!(eflags & REG_NOTBOL);

Completed in 537 milliseconds

12