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

/ast/src/lib/libast/include/
H A Dregex.h81 #define REG_NOTBOL 0x00000040 /* ^ is not a special char */ macro
/ast/src/lib/libast/regex/
H A Dreglib.h80 #define REG_EXEC (REG_ADVANCE|REG_INVERT|REG_NOTBOL|REG_NOTEOL|REG_STARTEND)
H A Dregnexec.c892 if ((!(rex->flags & REG_NEWLINE) || s <= env->beg || *(s - 1) != '\n') && ((env->flags & REG_NOTBOL) || s != env->beg))
/ast/src/cmd/re/
H A Dtestregex.c218 T(" b REG_NOTBOL lhs does not match ^\n");
381 #ifndef REG_NOTBOL
459 #ifndef REG_NOTBOL
460 #define REG_NOTBOL NOTEST macro
1605 eflags |= REG_NOTBOL;

Completed in 44 milliseconds