Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/libc-tests/tests/regex/
H A Dtestregex.c61 #undef REG_DISCIPLINE
106 #ifdef REG_DISCIPLINE
346 #ifndef REG_DISCIPLINE
566 #ifdef REG_DISCIPLINE
893 #ifdef REG_DISCIPLINE in matchcheck()
1307 #ifdef REG_DISCIPLINE in main()
1400 #ifdef REG_DISCIPLINE in main()
1439 #ifdef REG_DISCIPLINE in main()
1934 #ifdef REG_DISCIPLINE in main()
1937 flags |= REG_DISCIPLINE; in main()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dregex.h64 #define REG_DISCIPLINE 0x00020000 /* regex_t.re_disc is valid */ macro
/illumos-gate/usr/src/contrib/ast/src/lib/libast/regex/
H A Dregcomp.c3242 if (flags & REG_DISCIPLINE) in regcomp()
3244 flags &= ~REG_DISCIPLINE; in regcomp()
3436 return fatal((flags & REG_DISCIPLINE) ? p->re_disc : &state.disc, REG_ESPACE, pattern); in regncomp()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/port/
H A Dastconf.c1618 if (regcomp(&re, pattern, REG_DISCIPLINE|REG_EXTENDED|REG_LENIENT|REG_NULL)) in astconflist()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dmagic.c2069 if (!(n = regcomp(ep->value.sub, p, REG_DELIMITED|REG_LENIENT|REG_NULL|REG_DISCIPLINE))) in load()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE1259 00-10-05 regex: add REG_DISCIPLINE and regdisc_t for alloc/error disc