Searched refs:REG_DELIMITED (Results 1 - 11 of 11) sorted by relevance

/ast/src/cmd/re/
H A Dsed3.c37 if (code = regcomp((regex_t*)rebuf->w,(char*)t->w,reflags|REG_DELIMITED|REG_MUSTDELIM|((reflags&REG_LENIENT)?0:REG_ESCAPE)))
41 if (!(reflags&REG_ICASE) && (code = regcomp((regex_t*)rebuf->w,(char*)t->w-((regex_t*)rebuf->w)->re_npat,reflags|REG_ICASE|REG_DELIMITED|REG_MUSTDELIM|((reflags&REG_LENIENT)?0:REG_ESCAPE))))
H A Dtestregex.c66 #ifndef REG_DELIMITED
233 T(" q REG_DELIMITED delimited pattern\n");
345 #ifndef REG_DELIMITED
429 #ifndef REG_DELIMITED
430 #define REG_DELIMITED NOTEST macro
1650 cflags |= REG_DELIMITED;
1836 cflags |= REG_DELIMITED;
H A Ded.c375 ed.reflags = REG_DISCIPLINE|REG_DELIMITED;
/ast/src/lib/libast/include/
H A Dregex.h69 #define REG_DELIMITED 0x10000000 /* pattern[0] is delimiter */ macro
/ast/src/lib/libast/disc/
H A Dsfkeyprintf.c291 if (regcomp(fp->re[x], f.next, REG_DELIMITED|REG_NULL))
/ast/src/lib/libast/regex/
H A Dregsubcomp.c144 if (!(p->env->flags & REG_DELIMITED))
H A Dregdecomp.c425 if (flags & REG_DELIMITED)
H A Dregcomp.c3317 if (env.flags & REG_DELIMITED)
3392 if (env.flags & REG_DELIMITED)
3403 env.flags &= ~REG_DELIMITED;
/ast/src/cmd/std/
H A Dsplit.c208 if (n = regcomp(op->re, cp, REG_DELIMITED|REG_NOSUB))
/ast/src/cmd/pax/
H A Dpax.c200 if (!(c = regcomp(&mp->re, s, REG_DELIMITED|REG_LENIENT|REG_NULL)))
268 if (c = regcomp(re, s, REG_SHELL|REG_AUGMENTED|REG_DELIMITED|REG_LENIENT|REG_NULL|REG_LEFT|REG_RIGHT))
/ast/src/lib/libdss/
H A Dcxopen.c1859 if (regcomp(&e->re, s, REG_DELIMITED|REG_LENIENT|REG_NULL))

Completed in 34 milliseconds