Searched refs:REG_DELIMITED (Results 1 - 11 of 11) sorted by relevance
/ast/src/cmd/re/ |
H A D | sed3.c | 37 if (code = regcomp((regex_t*)rebuf->w,(char*)t->w,reflags|REG_DELIMITED|REG_MUSTDELIM|((reflags®_LENIENT)?0:REG_ESCAPE))) 41 if (!(reflags®_ICASE) && (code = regcomp((regex_t*)rebuf->w,(char*)t->w-((regex_t*)rebuf->w)->re_npat,reflags|REG_ICASE|REG_DELIMITED|REG_MUSTDELIM|((reflags®_LENIENT)?0:REG_ESCAPE))))
|
H A D | testregex.c | 66 #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 D | ed.c | 375 ed.reflags = REG_DISCIPLINE|REG_DELIMITED;
|
/ast/src/lib/libast/include/ |
H A D | regex.h | 69 #define REG_DELIMITED 0x10000000 /* pattern[0] is delimiter */ macro
|
/ast/src/lib/libast/disc/ |
H A D | sfkeyprintf.c | 291 if (regcomp(fp->re[x], f.next, REG_DELIMITED|REG_NULL))
|
/ast/src/lib/libast/regex/ |
H A D | regsubcomp.c | 144 if (!(p->env->flags & REG_DELIMITED))
|
H A D | regdecomp.c | 425 if (flags & REG_DELIMITED)
|
H A D | regcomp.c | 3317 if (env.flags & REG_DELIMITED) 3392 if (env.flags & REG_DELIMITED) 3403 env.flags &= ~REG_DELIMITED;
|
/ast/src/cmd/std/ |
H A D | split.c | 208 if (n = regcomp(op->re, cp, REG_DELIMITED|REG_NOSUB))
|
/ast/src/cmd/pax/ |
H A D | pax.c | 200 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 D | cxopen.c | 1859 if (regcomp(&e->re, s, REG_DELIMITED|REG_LENIENT|REG_NULL))
|
Completed in 34 milliseconds