OP_NOT_WORD_BOUND 1418 ext/mbstring/oniguruma/regcomp.c   case ANCHOR_NOT_WORD_BOUND: r = add_opcode(reg, OP_NOT_WORD_BOUND); break;
OP_NOT_WORD_BOUND 5707 ext/mbstring/oniguruma/regcomp.c   { OP_NOT_WORD_BOUND,      "not-word-bound",  ARG_NON },
OP_NOT_WORD_BOUND 1943 ext/mbstring/oniguruma/regexec.c     case OP_NOT_WORD_BOUND:  MOP_IN(OP_NOT_WORD_BOUND);