ONIG_OPTION_NOTBOS  425 include/ruby/oniguruma.h #define ONIG_OPTION_NOTEOS               (ONIG_OPTION_NOTBOS << 1)
ONIG_OPTION_NOTBOS  436 regint.h       #define IS_NOTBOS(option)         ((option) & ONIG_OPTION_NOTBOS)