SCM_REGEXP_BOL_ANCHORED 1344 src/regexp.c       if (is_bol_anchored(ast)) ctx->rx->flags |= SCM_REGEXP_BOL_ANCHORED;
SCM_REGEXP_BOL_ANCHORED 2012 src/regexp.c       if (rx->flags & SCM_REGEXP_BOL_ANCHORED) {