Home
last modified time | relevance | path

Searched refs:REG_SUB_FULL (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/lib/libast/common/include/
H A Dregex.h102 #define REG_SUB_FULL 0x00000200 /* fully delimited */ macro
/titanic_50/usr/src/lib/libast/amd64/include/ast/
H A Dregex.h84 #define REG_SUB_FULL 0x00000200 /* fully delimited */ macro
/titanic_50/usr/src/lib/libast/sparc/include/ast/
H A Dregex.h84 #define REG_SUB_FULL 0x00000200 /* fully delimited */ macro
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/
H A Dregex.h84 #define REG_SUB_FULL 0x00000200 /* fully delimited */ macro
/titanic_50/usr/src/lib/libast/i386/include/ast/
H A Dregex.h84 #define REG_SUB_FULL 0x00000200 /* fully delimited */ macro
/titanic_50/usr/src/lib/libast/common/regex/
H A Dregsubcomp.c173 flags |= REG_SUB_FULL; in regsubcomp()