Searched refs:REG_DISCIPLINE (Results 1 – 9 of 9) sorted by relevance
62 #define REG_DISCIPLINE 0x00020000 /* regex_t.re_disc is valid */ macro
44 #define REG_DISCIPLINE 0x00020000 /* regex_t.re_disc is valid */ macro
3191 if (flags & REG_DISCIPLINE) in regcomp()3193 flags &= ~REG_DISCIPLINE; in regcomp()3391 return fatal((flags & REG_DISCIPLINE) ? p->re_disc : &state.disc, REG_ESPACE, pattern); in regncomp()
1549 if (regcomp(&re, pattern, REG_DISCIPLINE|REG_EXTENDED|REG_LENIENT|REG_NULL))
2028 if (!(n = regcomp(ep->value.sub, p, REG_DELIMITED|REG_LENIENT|REG_NULL|REG_DISCIPLINE))) in load()
1071 00-10-05 regex: add REG_DISCIPLINE and regdisc_t for alloc/error disc