ruby_debug_print_value  126 compile.c         ruby_debug_print_value(1, compile_debug, (header), (value)))
ruby_debug_print_value  134 compile.c         ruby_debug_print_value(1, compile_debug, (header), (value)))
ruby_debug_print_value  138 compile.c         ruby_debug_print_value(2, compile_debug, (header), (value)))
ruby_debug_print_value  142 compile.c         ruby_debug_print_value(10, compile_debug, (header), (value)))
ruby_debug_print_value   78 debug.c            ruby_debug_print_value(0, 1, "", v);
ruby_debug_print_value   20 vm_debug.h     #define dpv(h,v) ruby_debug_print_value(-1, 0, (h), (v))
ruby_debug_print_value   21 vm_debug.h     #define dp(v)    ruby_debug_print_value(-1, 0, "", (v))
ruby_debug_print_value   27 vm_debug.h     VALUE ruby_debug_print_value(int level, int debug_level, const char *header, VALUE v);