Searched refs:REG_DISCIPLINE (Results 1 – 6 of 6) sorted by relevance
61 #undef REG_DISCIPLINE106 #ifdef REG_DISCIPLINE346 #ifndef REG_DISCIPLINE566 #ifdef REG_DISCIPLINE893 #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()
64 #define REG_DISCIPLINE 0x00020000 /* regex_t.re_disc is valid */ macro
3242 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()
1618 if (regcomp(&re, pattern, REG_DISCIPLINE|REG_EXTENDED|REG_LENIENT|REG_NULL)) in astconflist()
2069 if (!(n = regcomp(ep->value.sub, p, REG_DELIMITED|REG_LENIENT|REG_NULL|REG_DISCIPLINE))) in load()
1259 00-10-05 regex: add REG_DISCIPLINE and regdisc_t for alloc/error disc