ruby_each_words   157 debug.c            ruby_each_words(str, set_debug_option, 0);
ruby_each_words    73 include/ruby/util.h void ruby_each_words(const char *, void (*)(const char*, int, void*), void *);
ruby_each_words   956 ruby.c         		ruby_each_words(s, enable_option, &opt->disable);
ruby_each_words   959 ruby.c         		ruby_each_words(s, disable_option, &opt->disable);
ruby_each_words  1001 ruby.c         		ruby_each_words(s, dump_option, &opt->dump);