Home
last modified time | relevance | path

Searched refs:REG_DELIMITED (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dregex.h69 #define REG_DELIMITED 0x10000000 /* pattern[0] is delimiter */ macro
/illumos-gate/usr/src/test/libc-tests/tests/regex/
H A Dtestregex.c66 #ifndef REG_DELIMITED
345 #ifndef REG_DELIMITED
429 #ifndef REG_DELIMITED
430 #define REG_DELIMITED NOTEST macro
1654 cflags |= REG_DELIMITED; in main()
1840 cflags |= REG_DELIMITED; in main()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/regex/
H A Dregsubcomp.c144 if (!(p->env->flags & REG_DELIMITED)) in regsubcomp()
H A Dregdecomp.c425 if (flags & REG_DELIMITED) in regdecomp()
H A Dregcomp.c3317 if (env.flags & REG_DELIMITED) in regcomp()
3392 if (env.flags & REG_DELIMITED) in regcomp()
3403 env.flags &= ~REG_DELIMITED; in regcomp()
/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 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/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 DRELEASE969 02-06-01 regex/regcomp.c: REG_DELIMITED now consumes the delimiter
1139 regex/regcomp.c: REG_LENIENT|REG_DELIMITED \<newline> => <newline>
1419 98-09-22 regcomp: add REG_DELIMITED and REG_ESCAPE delimited re support