ANCHOR_ANYCHAR_STAR 1484 regcomp.c        case ANCHOR_ANYCHAR_STAR:   r = add_opcode(reg, OP_BEGIN_POS_OR_LINE); break;
ANCHOR_ANYCHAR_STAR 3346 regcomp.c      	np = onig_node_new_anchor(ANCHOR_ANYCHAR_STAR);   /* (?:^|\G) */
ANCHOR_ANYCHAR_STAR 5181 regcomp.c      	    add_opt_anc_info(&opt->anc, ANCHOR_ANYCHAR_STAR);
ANCHOR_ANYCHAR_STAR 5379 regcomp.c              ANCHOR_BEGIN_POSITION | ANCHOR_ANYCHAR_STAR | ANCHOR_ANYCHAR_STAR_ML |
ANCHOR_ANYCHAR_STAR 5522 regcomp.c        if (anchor & ANCHOR_ANYCHAR_STAR) {
ANCHOR_ANYCHAR_STAR 6661 regcomp.c          case ANCHOR_ANYCHAR_STAR:   fputs("begin position/line", f); break;
ANCHOR_ANYCHAR_STAR 4327 regexec.c              if ((reg->anchor & ANCHOR_ANYCHAR_STAR) != 0) {
ANCHOR_ANYCHAR_STAR   91 regparse.h     #define ANCHOR_ANYCHAR_STAR_MASK (ANCHOR_ANYCHAR_STAR | ANCHOR_ANYCHAR_STAR_ML)