Searched defs:REG_NOTBOL (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libast/include/
H A Dregex.h81 #define REG_NOTBOL 0x00000040 /* ^ is not a special char */ macro
/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 18 milliseconds