rb_run_exec_options  494 include/ruby/intern.h int rb_run_exec_options(const struct rb_exec_arg *e, struct rb_exec_arg *s);
rb_run_exec_options 4633 io.c           	rb_run_exec_options(eargp, &sarg);
rb_run_exec_options 4648 io.c           		rb_run_exec_options(&sarg, NULL);
rb_run_exec_options 4654 io.c           	rb_run_exec_options(&sarg, NULL);
rb_run_exec_options 4676 io.c           	rb_run_exec_options(eargp, &sarg);
rb_run_exec_options 4680 io.c           	rb_run_exec_options(&sarg, NULL);
rb_run_exec_options 2147 process.c          if (rb_run_exec_options(e, NULL) < 0) {
rb_run_exec_options 2628 process.c          if (rb_run_exec_options(&earg, &sarg) < 0) {
rb_run_exec_options 2652 process.c          rb_run_exec_options(&sarg, NULL);