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

12

/macosx-10.10/cups-408/cups/vcnet/regex/
H A Dregex.h59 #define REG_NOTBOL 00001 macro
H A Dregexec.c101 = #define REG_NOTBOL 00001
124 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND))
H A Dengine.c463 if ( (sp == m->beginp && !(m->eflags&REG_NOTBOL)) ||
479 if (( (sp == m->beginp && !(m->eflags&REG_NOTBOL)) ||
659 (lastc == OUT && !(m->eflags&REG_NOTBOL)) ) {
748 (lastc == OUT && !(m->eflags&REG_NOTBOL)) ) {
H A Dmain.c345 o |= REG_NOTBOL;
/macosx-10.10/llvmCore-3425.0.34/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))
/macosx-10.10/pcre-7/pcre/
H A Dpcreposix.h57 #define REG_NOTBOL 0x0004 /* Maps to PCRE_NOTBOL */ macro
H A Dpcreposix.c299 if ((eflags & REG_NOTBOL) != 0) options |= PCRE_NOTBOL;
/macosx-10.10/Libc-1044.1.2/include/
H A Dregex.h184 #define REG_NOTBOL 00001 /* First character not at beginning of line */ macro
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A Dregex.h239 #define REG_NOTBOL 0001 /* BOS is not BOL */ macro
H A DtclRegexp.c190 flags = REG_NOTBOL;
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A Dregex.h250 #define REG_NOTBOL 0001 /* BOS is not BOL */ macro
/macosx-10.10/Libc-1044.1.2/regex/TRE/lib/
H A Dtre.h136 #define REG_NOTBOL 1 macro
137 #define REG_NOTEOL (REG_NOTBOL << 1)
H A Dtre-match-parallel.c126 int reg_notbol = eflags & REG_NOTBOL;
/macosx-10.10/nano-12/src/
H A Dutils.c252 regexec(preg, string, 0, NULL, REG_NOTBOL | REG_NOTEOL) ==
310 regmatches, REG_NOTBOL) == 0 &&
314 * variable regmatches. The REG_NOTBOL flag doesn't
322 (start > haystack) ? REG_NOTBOL : 0) == 0) {
H A Dwinio.c2494 &startmatch, (k == 0) ? 0 : REG_NOTBOL) ==
2570 0 : REG_NOTBOL) == REG_NOMATCH)
2576 REG_NOTBOL) == REG_NOMATCH)
2620 0) ? 0 : REG_NOTBOL) == REG_NOMATCH ||
2638 REG_NOTBOL) == 0) {
/macosx-10.10/cxxfilt-11/cxxfilt/include/
H A Dxregex2.h285 #define REG_NOTBOL 1
287 /* Like REG_NOTBOL, except for the end-of-line. */
283 #define REG_NOTBOL macro
/macosx-10.10/ksh-23/ksh/src/lib/libast/include/
H A Dregex.h81 #define REG_NOTBOL 0x00000040 /* ^ is not a special char */ macro
/macosx-10.10/emacs-93/emacs/src/
H A Dregex.h288 #define REG_NOTBOL 1
290 /* Like REG_NOTBOL, except for the end-of-line. */
286 #define REG_NOTBOL macro
/macosx-10.10/gnudiff-19/diffutils/lib/posix/
H A Dregex.h279 #define REG_NOTBOL 1
281 /* Like REG_NOTBOL, except for the end-of-line. */
277 #define REG_NOTBOL macro
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dregex.h361 #define REG_NOTBOL 1
363 /* Like REG_NOTBOL, except for the end-of-line. */
359 #define REG_NOTBOL macro
/macosx-10.10/lsof-53/lsof/
H A Dregex.h331 #define REG_NOTBOL 1
333 /* Like REG_NOTBOL, except for the end-of-line. */
329 #define REG_NOTBOL macro
/macosx-10.10/text_cmds-88/ed/
H A Dsub.c209 !regexec(pat, txt, SE_MAX, rm, REG_NOTBOL));
/macosx-10.10/text_cmds-88/sed/
H A Dprocess.c369 } while (slen >= 0 && regexec_e(re, s, REG_NOTBOL, 0, slen));
382 if (!regexec_e(re, s, REG_NOTBOL, 0, slen))
/macosx-10.10/ksh-23/ksh/src/lib/libast/regex/
H A Dreglib.h80 #define REG_EXEC (REG_ADVANCE|REG_INVERT|REG_NOTBOL|REG_NOTEOL|REG_STARTEND)

Completed in 431 milliseconds

12