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()
372 #ifndef REG_MULTIREF450 #ifndef REG_MULTIREF451 #define REG_MULTIREF NOTEST macro1627 cflags |= REG_MULTIREF; in main()