Home
last modified time | relevance | path

Searched refs:REG_NULL (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dre_comp.c59 if (!(r = regcomp(&state.re, pattern, REG_LENIENT|REG_NOSUB|REG_NULL))) in re_comp()
H A Dregexp.c65 n = regcomp(&env->re, pattern, REG_LENIENT|REG_NULL); in _re_comp()
H A Dregcmp.c175 c = regcomp(&re->re, s, REG_EXTENDED|REG_LENIENT|REG_NULL); in regcmp()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dregex.h58 #define REG_NULL 0x00000800 /* allow null patterns */ macro
/illumos-gate/usr/src/test/libc-tests/tests/regex/
H A Dtestregex.c387 #ifndef REG_NULL
465 #ifndef REG_NULL
466 #define REG_NULL NOTEST macro
1684 cflags |= REG_NULL; in main()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/disc/
H A Dsfkeyprintf.c291 if (regcomp(fp->re[x], f.next, REG_DELIMITED|REG_NULL)) in getfmt()
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppexpr.c129 …else if ((c = regcomp(&re, pp.token, REG_AUGMENTED|REG_LENIENT|REG_NULL)) || (c = regexec(&re, tmp… in compare()
H A Dppcontrol.c1905 if (i0 = regcomp(&map->re, s, REG_AUGMENTED|REG_DELIMITED|REG_LENIENT|REG_NULL)) in ppcontrol()
1929 …if (!(i0 = regcomp(&edit->re, s, REG_AUGMENTED|REG_DELIMITED|REG_LENIENT|REG_NULL)) && !(i0 = regs… in ppcontrol()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/regex/
H A Dregcomp.c2730 if (e->type == REX_NULL && env->type == ERE && !(env->flags & (REG_NULL|REG_REGEXP))) in seq()
2918 if ((e->type == REX_NULL || f->type == REX_NULL) && !(env->flags & (REG_NULL|REG_REGEXP))) in alt()
3191 if (env->flags & (REG_NULL|REG_REGEXP)) in special()
3306 env.flags |= REG_LENIENT|REG_NULL; in regcomp()
/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()