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

/illumos-gate/usr/src/head/
H A Dregex.h99 #define REG_NOTBOL 0x200 /* string is not BOL */ macro
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dregexec.c207 #define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND))
209 #define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL))
H A Dengine.c606 if ((sp == m->beginp && !(m->eflags&REG_NOTBOL)) ||
620 if (((sp == m->beginp && !(m->eflags&REG_NOTBOL)) ||
802 (lastc == OUT && !(m->eflags&REG_NOTBOL))) {
901 (lastc == OUT && !(m->eflags&REG_NOTBOL))) {
/illumos-gate/usr/src/lib/libast/common/include/
H A Dregex.h79 #define REG_NOTBOL 0x00000040 /* ^ is not a special char */ macro
/illumos-gate/usr/src/cmd/expr/
H A Dcompile.c276 ((locs != NULL) ? REG_NOTBOL : 0)));
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dregex.h61 #define REG_NOTBOL 0x00000040 /* ^ is not a special char */ macro
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dregex.h61 #define REG_NOTBOL 0x00000040 /* ^ is not a special char */ macro
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dregex.h61 #define REG_NOTBOL 0x00000040 /* ^ is not a special char */ macro
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dregex.h61 #define REG_NOTBOL 0x00000040 /* ^ is not a special char */ macro
/illumos-gate/usr/src/cmd/sed/
H A Dprocess.c411 } while (slen >= 0 && regexec_e(re, s, REG_NOTBOL, 0, slen));
424 if (!regexec_e(re, s, REG_NOTBOL, 0, slen))
/illumos-gate/usr/src/lib/libast/common/regex/
H A Dreglib.h80 #define REG_EXEC (REG_ADVANCE|REG_INVERT|REG_NOTBOL|REG_NOTEOL|REG_STARTEND)
H A Dregnexec.c893 if ((!(rex->flags & REG_NEWLINE) || s <= env->beg || *(s - 1) != '\n') && ((env->flags & REG_NOTBOL) || s != env->beg))
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk2.c366 flags = REG_NOTBOL;
H A Dawk1.c1710 flags = REG_NOTBOL;

Completed in 86 milliseconds