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.c63 #undef REG_DISCIPLINE
108 #ifdef REG_DISCIPLINE
348 #ifndef REG_DISCIPLINE
568 #ifdef REG_DISCIPLINE
895 #ifdef REG_DISCIPLINE in matchcheck()
1309 #ifdef REG_DISCIPLINE in main()
1402 #ifdef REG_DISCIPLINE in main()
1441 #ifdef REG_DISCIPLINE in main()
1936 #ifdef REG_DISCIPLINE in main()
1939 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