Home
last modified time | relevance | path

Searched defs:REG_NOTBOL (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/head/
H A Dregex.h95 #define REG_NOTBOL 0x00200 /* string is not BOL */ macro
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dregex.h81 #define REG_NOTBOL 0x00000040 /* ^ is not a special char */ macro
/illumos-gate/usr/src/test/libc-tests/tests/regex/
H A Dtestregex.c460 #define REG_NOTBOL NOTEST macro