Searched refs:REG_MUSTDELIM (Results 1 - 5 of 5) 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.c236 T(" t REG_MUSTDELIM all delimiters must be specified\n");
375 #ifndef REG_MUSTDELIM
453 #ifndef REG_MUSTDELIM
454 #define REG_MUSTDELIM NOTEST macro
1659 cflags |= REG_MUSTDELIM;
/ast/src/lib/libast/include/
H A Dregex.h68 #define REG_MUSTDELIM 0x08000000 /* all delimiters required */ macro
/ast/src/lib/libast/regex/
H A Dregsubcomp.c164 if (p->env->flags & REG_MUSTDELIM)
H A Dregcomp.c3397 else if (env.flags & REG_MUSTDELIM)

Completed in 24 milliseconds