Searched refs:REG_MULTIREF (Results 1 – 4 of 4) sorted by relevance
67 #define REG_MULTIREF 0x00100000 /* multiple digit backrefs */ macro
265 if (isdigit(*s) && (p->env->flags & REG_MULTIREF)) in regsubcomp()
786 if ((env->flags & REG_MULTIREF) && isdigit(*sp)) in magic()
370 #ifndef REG_MULTIREF448 #ifndef REG_MULTIREF449 #define REG_MULTIREF NOTEST macro1625 cflags |= REG_MULTIREF; in main()