Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc/port/locale/
H A Dregexec.c207 #define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND)) in regexec()
209 #define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL)) in regexec()
H A Dengine.c606 if ((sp == m->beginp && !(m->eflags&REG_NOTBOL)) || in backref()
620 if (((sp == m->beginp && !(m->eflags&REG_NOTBOL)) || in backref()
802 (lastc == OUT && !(m->eflags&REG_NOTBOL))) { in fast()
901 (lastc == OUT && !(m->eflags&REG_NOTBOL))) { in slow()
/titanic_41/usr/src/head/
H A Dregex.h99 #define REG_NOTBOL 0x200 /* string is not BOL */ macro
/titanic_41/usr/src/lib/libast/common/include/
H A Dregex.h79 #define REG_NOTBOL 0x00000040 /* ^ is not a special char */ macro
/titanic_41/usr/src/cmd/expr/
H A Dcompile.c276 ((locs != NULL) ? REG_NOTBOL : 0)));
/titanic_41/usr/src/lib/libast/amd64/include/ast/
H A Dregex.h61 #define REG_NOTBOL 0x00000040 /* ^ is not a special char */ macro
/titanic_41/usr/src/lib/libast/i386/include/ast/
H A Dregex.h61 #define REG_NOTBOL 0x00000040 /* ^ is not a special char */ macro
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/
H A Dregex.h61 #define REG_NOTBOL 0x00000040 /* ^ is not a special char */ macro
/titanic_41/usr/src/lib/libast/sparc/include/ast/
H A Dregex.h61 #define REG_NOTBOL 0x00000040 /* ^ is not a special char */ macro
/titanic_41/usr/src/cmd/sed/
H A Dprocess.c411 } while (slen >= 0 && regexec_e(re, s, REG_NOTBOL, 0, slen)); in substitute()
424 if (!regexec_e(re, s, REG_NOTBOL, 0, slen)) in substitute()
/titanic_41/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 …& REG_NEWLINE) || s <= env->beg || *(s - 1) != '\n') && ((env->flags & REG_NOTBOL) || s != env->be… in parse()
/titanic_41/usr/src/cmd/awk_xpg4/
H A Dawk2.c366 flags = REG_NOTBOL; in refield()
H A Dawk1.c1710 flags = REG_NOTBOL; in int_regwdosuba()