rb_compile_option_t 6140 compile.c      	const rb_compile_option_t *orig_opt = ISEQ_COMPILE_DATA(iseq)->option;
rb_compile_option_t 6142 compile.c      	    rb_compile_option_t new_opt = *orig_opt;
rb_compile_option_t  272 iseq.c         		   const rb_compile_option_t *option)
rb_compile_option_t  334 iseq.c         static rb_compile_option_t COMPILE_OPTION_DEFAULT = {
rb_compile_option_t  348 iseq.c         static const rb_compile_option_t COMPILE_OPTION_FALSE = {0};
rb_compile_option_t  351 iseq.c         set_compile_option_from_hash(rb_compile_option_t *option, VALUE opt)
rb_compile_option_t  379 iseq.c         rb_iseq_make_compile_option(rb_compile_option_t *option, VALUE opt)
rb_compile_option_t  386 iseq.c         make_compile_option(rb_compile_option_t *option, VALUE opt)
rb_compile_option_t  396 iseq.c         	for (i = 0; i < (int)(sizeof(rb_compile_option_t) / sizeof(int)); ++i)
rb_compile_option_t  409 iseq.c         make_compile_option_value(rb_compile_option_t *option)
rb_compile_option_t  475 iseq.c         		     enum iseq_type type, const rb_compile_option_t *option)
rb_compile_option_t  544 iseq.c             rb_compile_option_t option;
rb_compile_option_t  615 iseq.c             rb_compile_option_t option;
rb_compile_option_t  821 iseq.c             rb_compile_option_t option;
rb_compile_option_t  879 iseq.c             rb_compile_option_t option;
rb_compile_option_t  215 iseq.h             const rb_compile_option_t *option;
rb_compile_option_t  174 prelude.c          static const rb_compile_option_t optimization = {
rb_compile_option_t  821 vm_core.h      rb_iseq_t *rb_iseq_new_with_opt(NODE*, VALUE, VALUE, VALUE, VALUE, const rb_iseq_t *parent, enum iseq_type, const rb_compile_option_t*);