ANCHOR_ANYCHAR_STAR 4580 mbstring/oniguruma/regcomp.c add_opt_anc_info(&opt->anc, ANCHOR_ANYCHAR_STAR); ANCHOR_ANYCHAR_STAR 4768 mbstring/oniguruma/regcomp.c ANCHOR_BEGIN_POSITION | ANCHOR_ANYCHAR_STAR | ANCHOR_ANYCHAR_STAR_ML); ANCHOR_ANYCHAR_STAR 4907 mbstring/oniguruma/regcomp.c if (anchor & ANCHOR_ANYCHAR_STAR) { ANCHOR_ANYCHAR_STAR 3768 mbstring/oniguruma/regexec.c if ((reg->anchor & ANCHOR_ANYCHAR_STAR) != 0) { ANCHOR_ANYCHAR_STAR 70 mbstring/oniguruma/regparse.h #define ANCHOR_ANYCHAR_STAR_MASK (ANCHOR_ANYCHAR_STAR | ANCHOR_ANYCHAR_STAR_ML)