Searched refs:REG_MULTIREF (Results 1 – 8 of 8) sorted by relevance
65 #define REG_MULTIREF 0x00100000 /* multiple digit backrefs */ macro
47 #define REG_MULTIREF 0x00100000 /* multiple digit backrefs */ macro
265 if (isdigit(*s) && (p->env->flags & REG_MULTIREF)) in regsubcomp()
79 …|REG_NEWLINE|REG_SHELL|REG_AUGMENTED|REG_LEFT|REG_LITERAL|REG_MINIMAL|REG_MULTIREF|REG_NULL|REG_RI…
777 if ((env->flags & REG_MULTIREF) && isdigit(*sp)) in magic()