Searched refs:REG_DISCIPLINE (Results 1 - 8 of 8) sorted by relevance

/ast/src/lib/libast/include/
H A Dregex.h64 #define REG_DISCIPLINE 0x00020000 /* regex_t.re_disc is valid */ macro
192 regdisc_t* re_disc; /* REG_DISCIPLINE discipline */
/ast/src/cmd/re/
H A Dtestregex.c63 #undef REG_DISCIPLINE macro
108 #ifdef REG_DISCIPLINE
348 #ifndef REG_DISCIPLINE
568 #ifdef REG_DISCIPLINE
897 #ifdef REG_DISCIPLINE
1305 #ifdef REG_DISCIPLINE
1398 #ifdef REG_DISCIPLINE
1437 #ifdef REG_DISCIPLINE
1934 #ifdef REG_DISCIPLINE
1937 flags |= REG_DISCIPLINE;
[all...]
H A Ded.c375 ed.reflags = REG_DISCIPLINE|REG_DELIMITED;
/ast/src/lib/libdss/
H A Ddsstags.c668 return regcomp(con->re, data, REG_AUGMENTED|REG_DISCIPLINE) ? -1 : 0;
H A Dcxopen.c67 if (regcomp(re, pv->string.data, REG_AUGMENTED|REG_DISCIPLINE))
/ast/src/cmd/kshlib/cmdtst/
H A Dgrep.c702 state.options = REG_FIRST|REG_NOSUB|REG_NULL|REG_DISCIPLINE|REG_MULTIPLE|options;
/ast/src/lib/libast/regex/
H A Dregcomp.c3242 if (flags & REG_DISCIPLINE)
3244 flags &= ~REG_DISCIPLINE;
3436 return fatal((flags & REG_DISCIPLINE) ? p->re_disc : &state.disc, REG_ESPACE, pattern);
/ast/src/lib/libast/port/
H A Dastconf.c1618 if (regcomp(&re, pattern, REG_DISCIPLINE|REG_EXTENDED|REG_LENIENT|REG_NULL))

Completed in 183 milliseconds