ANCHOR_NOT_WORD_BOUND 1398 mbstring/oniguruma/regcomp.c   case ANCHOR_NOT_WORD_BOUND: r = add_opcode(reg, OP_NOT_WORD_BOUND); break;
ANCHOR_NOT_WORD_BOUND 5959 mbstring/oniguruma/regcomp.c     case ANCHOR_NOT_WORD_BOUND:  fputs("not word bound", f); break;
ANCHOR_NOT_WORD_BOUND 3083 mbstring/oniguruma/regparse.c       tok->u.anchor = ANCHOR_NOT_WORD_BOUND;