eval.c File Reference

#include "eval_intern.h"
#include "iseq.h"
#include "gc.h"
#include "ruby/vm.h"
#include "ruby/encoding.h"
#include "internal.h"
#include "vm_core.h"
#include "probes_helper.h"
#include "eval_error.c"
#include "eval_jump.c"

Go to the source code of this file.

Defines

#define numberof(array)   (int)(sizeof(array) / sizeof((array)[0]))
#define exception_error   GET_VM()->special_exceptions[ruby_error_reenter]

Functions

 NORETURN (void rb_raise_jump(VALUE))
NODE * rb_vm_get_cref (const rb_iseq_t *, const VALUE *)
int ruby_setup (void)
void ruby_init (void)
void * ruby_options (int argc, char **argv)
 Processes command line arguments and compiles the Ruby source to execute.
static void ruby_finalize_0 (void)
static void ruby_finalize_1 (void)
void ruby_finalize (void)
 Runs the VM finalization processes.
int ruby_cleanup (volatile int ex)
 Destructs the VM.
static int ruby_exec_internal (void *n)
void ruby_stop (int ex)
 Calls ruby_cleanup() and exits the process.
int ruby_executable_node (void *n, int *status)
 Checks the return value of ruby_options().
int ruby_run_node (void *n)
 Runs the given compiled source and exits this process.
int ruby_exec_node (void *n)
 Runs the given compiled source.
static VALUE rb_mod_nesting (void)
static VALUE rb_mod_s_constants (int argc, VALUE *argv, VALUE mod)
void rb_frozen_class_p (VALUE klass)
 NORETURN (static void rb_longjmp(int, volatile VALUE))
static void setup_exception (rb_thread_t *th, int tag, volatile VALUE mesg)
static void rb_longjmp (int tag, volatile VALUE mesg)
static VALUE make_exception (int argc, VALUE *argv, int isstr)
void rb_exc_raise (VALUE mesg)
void rb_exc_fatal (VALUE mesg)
void rb_interrupt (void)
static VALUE get_errinfo (void)
static VALUE rb_f_raise (int argc, VALUE *argv)
VALUE rb_make_exception (int argc, VALUE *argv)
void rb_raise_jump (VALUE mesg)
void rb_jump_tag (int tag)
int rb_block_given_p (void)
int rb_iterator_p (void)
void rb_need_block (void)
VALUE rb_rescue2 (VALUE(*b_proc)(ANYARGS), VALUE data1, VALUE(*r_proc)(ANYARGS), VALUE data2,...)
VALUE rb_rescue (VALUE(*b_proc)(ANYARGS), VALUE data1, VALUE(*r_proc)(ANYARGS), VALUE data2)
VALUE rb_protect (VALUE(*proc)(VALUE), VALUE data, int *state)
VALUE rb_ensure (VALUE(*b_proc)(ANYARGS), VALUE data1, VALUE(*e_proc)(ANYARGS), VALUE data2)
static const rb_method_entry_tmethod_entry_of_iseq (rb_control_frame_t *cfp, rb_iseq_t *iseq)
static ID frame_func_id (rb_control_frame_t *cfp)
static ID frame_called_id (rb_control_frame_t *cfp)
ID rb_frame_this_func (void)
static rb_control_frame_tprevious_frame (rb_thread_t *th)
ID rb_frame_callee (void)
static ID rb_frame_caller (void)
ID rb_frame_last_func (void)
static VALUE rb_mod_append_features (VALUE module, VALUE include)
static VALUE rb_mod_include (int argc, VALUE *argv, VALUE module)
static VALUE rb_mod_prepend_features (VALUE module, VALUE prepend)
static VALUE rb_mod_prepend (int argc, VALUE *argv, VALUE module)
static void warn_refinements_once ()
static VALUE hidden_identity_hash_new ()
void rb_using_refinement (NODE *cref, VALUE klass, VALUE module)
static int using_refinement (VALUE klass, VALUE module, VALUE arg)
void rb_using_module (NODE *cref, VALUE module)
VALUE rb_refinement_module_get_refined_class (VALUE module)
static void add_activated_refinement (VALUE activated_refinements, VALUE klass, VALUE refinement)
VALUE rb_yield_refine_block (VALUE refinement, VALUE refinements)
static VALUE rb_mod_refine (VALUE module, VALUE klass)
void rb_obj_call_init (VALUE obj, int argc, VALUE *argv)
void rb_extend_object (VALUE obj, VALUE module)
static VALUE rb_mod_extend_object (VALUE mod, VALUE obj)
static VALUE rb_obj_extend (int argc, VALUE *argv, VALUE obj)
static VALUE top_include (int argc, VALUE *argv, VALUE self)
static VALUE top_using (VALUE self, VALUE module)
static VALUE * errinfo_place (rb_thread_t *th)
static VALUE get_thread_errinfo (rb_thread_t *th)
static VALUE errinfo_getter (ID id)
VALUE rb_errinfo (void)
void rb_set_errinfo (VALUE err)
VALUE rb_rubylevel_errinfo (void)
static VALUE errat_getter (ID id)
static void errat_setter (VALUE val, ID id, VALUE *var)
static VALUE rb_f_method_name (void)
static VALUE rb_f_callee_name (void)
static VALUE f_current_dirname (void)
void Init_eval (void)

Variables

VALUE rb_eLocalJumpError
VALUE rb_eSysStackError
VALUE rb_eThreadError

Define Documentation

#define exception_error   GET_VM()->special_exceptions[ruby_error_reenter]

Definition at line 32 of file eval.c.

Referenced by Init_eval(), and setup_exception().

#define numberof ( array   )     (int)(sizeof(array) / sizeof((array)[0]))

Definition at line 23 of file eval.c.


Function Documentation

static void add_activated_refinement ( VALUE  activated_refinements,
VALUE  klass,
VALUE  refinement 
) [static]
static VALUE errat_getter ( ID  id  )  [static]

Definition at line 1457 of file eval.c.

References err, get_backtrace(), get_errinfo(), NIL_P, and Qnil.

Referenced by Init_eval().

static void errat_setter ( VALUE  val,
ID  id,
VALUE *  var 
) [static]

Definition at line 1469 of file eval.c.

References err, get_errinfo(), NIL_P, rb_eArgError, rb_raise(), and set_backtrace().

Referenced by Init_eval().

static VALUE errinfo_getter ( ID  id  )  [static]

Definition at line 1410 of file eval.c.

References get_errinfo().

Referenced by Init_eval().

static VALUE* errinfo_place ( rb_thread_t th  )  [static]
static VALUE f_current_dirname ( void   )  [static]

Definition at line 1525 of file eval.c.

References NIL_P, Qnil, rb_current_realfilepath(), and rb_file_dirname().

Referenced by Init_eval().

static ID frame_called_id ( rb_control_frame_t cfp  )  [static]
static ID frame_func_id ( rb_control_frame_t cfp  )  [static]
static VALUE get_errinfo ( void   )  [static]
static VALUE get_thread_errinfo ( rb_thread_t th  )  [static]

Definition at line 1392 of file eval.c.

References rb_thread_struct::errinfo, and errinfo_place().

Referenced by get_errinfo().

static VALUE hidden_identity_hash_new (  )  [static]

Definition at line 1064 of file eval.c.

References hash(), rb_funcall(), rb_hash_new(), rb_intern, and RBASIC.

Referenced by rb_mod_refine(), and rb_using_refinement().

void Init_eval ( void   ) 
static VALUE make_exception ( int  argc,
VALUE *  argv,
int  isstr 
) [static]
static const rb_method_entry_t* method_entry_of_iseq ( rb_control_frame_t cfp,
rb_iseq_t iseq 
) [static]
NORETURN ( static void   rb_longjmpint, volatile VALUE  ) 
NORETURN ( void   rb_raise_jumpVALUE  ) 
static rb_control_frame_t* previous_frame ( rb_thread_t th  )  [static]
int rb_block_given_p ( void   ) 

Definition at line 672 of file eval.c.

References rb_thread_struct::cfp, FALSE, GET_THREAD(), rb_vm_control_frame_block_ptr(), and TRUE.

Referenced by argf_bytes(), argf_chars(), argf_codepoints(), argf_lines(), dh_generate(), dir_s_chdir(), dir_s_glob(), dir_s_open(), dsa_generate(), enum_chunk(), enum_count(), enum_find_index(), enum_grep(), enum_inject(), enum_max(), enum_min(), enum_minmax(), enum_slice_before(), enum_zip(), enumerator_each(), enumerator_initialize(), env_delete_m(), env_fetch(), env_update_i(), etc_group(), etc_passwd(), fdbm_delete(), fdbm_fetch(), fdbm_fetch_m(), fdbm_s_open(), fgdbm_fetch(), fgdbm_fetch_m(), fgdbm_s_open(), fsdbm_delete(), fsdbm_fetch(), fsdbm_fetch_m(), fsdbm_s_open(), generator_initialize(), gzfile_wrap(), lazy_drop_while(), lazy_flat_map(), lazy_grep(), lazy_initialize(), lazy_map(), lazy_reject(), lazy_select(), lazy_take_while(), lazy_to_enum(), lazy_zip(), mSyslog_open(), obj_to_enum(), ossl_pem_passwd_cb(), ossl_x509store_verify(), p_gid_switch(), p_uid_switch(), pack_unpack(), path_each_line(), path_open(), path_s_glob(), path_sub(), proc_call(), pty_getpty(), pty_open(), range_max(), range_min(), rb_ary_count(), rb_ary_delete(), rb_ary_fetch(), rb_ary_fill(), rb_ary_index(), rb_ary_initialize(), rb_ary_product(), rb_ary_rindex(), rb_ary_sort_bang(), rb_ary_uniq(), rb_ary_uniq_bang(), rb_ary_zip(), rb_dlhandle_initialize(), rb_f_at_exit(), rb_f_open(), rb_fiddle_handle_initialize(), rb_gzreader_bytes(), rb_gzreader_lines(), rb_hash_delete(), rb_hash_fetch_m(), rb_hash_initialize(), rb_hash_update(), rb_io_bytes(), rb_io_chars(), rb_io_codepoints(), rb_io_lines(), rb_io_s_new(), rb_io_s_open(), rb_io_s_pipe(), rb_io_s_popen(), rb_iterator_p(), rb_method_call(), rb_mod_initialize(), rb_mutex_synchronize_m(), rb_need_block(), rb_reg_match_m(), rb_scan_args(), rb_str_enumerate_bytes(), rb_str_enumerate_chars(), rb_str_enumerate_codepoints(), rb_str_enumerate_lines(), rb_str_match_m(), rb_str_scan(), rb_str_sub_bang(), rb_struct_s_def(), rb_thread_s_handle_interrupt(), rsa_generate(), specific_eval(), strio_bytes(), strio_chars(), strio_codepoints(), strio_lines(), strio_s_open(), thread_initialize(), tk_s_new(), tracepoint_disable_m(), tracepoint_enable_m(), tracepoint_new_s(), window_attron(), zstream_detach_buffer(), zstream_expand_buffer(), and zstream_run().

VALUE rb_ensure ( VALUE(*)(ANYARGS)  b_proc,
VALUE  data1,
VALUE(*)(ANYARGS)  e_proc,
VALUE  data2 
)
VALUE rb_errinfo ( void   ) 

Definition at line 1435 of file eval.c.

References rb_thread_struct::errinfo, and GET_THREAD().

void rb_exc_fatal ( VALUE  mesg  ) 

Definition at line 536 of file eval.c.

References FALSE, make_exception(), NIL_P, rb_longjmp(), and TAG_FATAL.

Referenced by rb_fatal().

void rb_exc_raise ( VALUE  mesg  ) 

Definition at line 527 of file eval.c.

References FALSE, make_exception(), NIL_P, rb_longjmp(), and TAG_RAISE.

Referenced by argument_error(), cannot_be_coerced_into_BigDecimal(), check_funcall_failed(), cleanup_iseq_build(), cont_capture(), econv_convert(), econv_finish(), econv_init(), econv_s_search_convpath(), eval_string_with_cref(), fiber_store(), fiber_switch(), float_value(), fptr_finalize(), get_next_values(), gzfile_raise(), ignore_closed_stream(), ip_eval(), ip_invoke_with_position(), lib_eventloop_core(), lib_thread_callback(), make_readconv(), make_writeconv(), more_char(), ole_raise(), ossl_raise(), parse(), parser_set_encode(), pending_exception_check0(), pending_exception_check1(), process_sflag(), raise_from_check(), raise_loaderror(), raise_method_missing(), raise_zlib_error(), rand_random(), rb_econv_check_error(), rb_enc_raise(), rb_enc_reg_raise(), rb_error_arity(), rb_exit(), rb_f_abort(), rb_io_initialize(), rb_iseq_compile_with_option(), rb_load_internal(), rb_memerror(), rb_mod_sys_fail(), rb_mod_sys_fail_str(), rb_mod_syserr_fail(), rb_mod_syserr_fail_str(), rb_name_error(), rb_name_error_str(), rb_raise(), rb_reg_raise_str(), rb_sys_fail(), rb_sys_fail_str(), rb_syserr_fail(), rb_syserr_fail_str(), rb_threadptr_execute_interrupts(), rb_vm_jump_tag_but_local_jump(), rb_vm_localjump_error(), read_all(), read_would_block(), ruby_thread_stack_overflow(), send_internal(), stack_check(), thread_join(), tk_funcall(), transcode_loop(), validate_labels(), vm_call_opt_send(), vm_stackoverflow(), and write_would_block().

void rb_extend_object ( VALUE  obj,
VALUE  module 
)
static VALUE rb_f_callee_name ( void   )  [static]

Definition at line 1502 of file eval.c.

References ID2SYM, Qnil, and rb_frame_callee().

Referenced by Init_eval().

static VALUE rb_f_method_name ( void   )  [static]

Definition at line 1489 of file eval.c.

References ID2SYM, Qnil, and rb_frame_caller().

Referenced by Init_eval().

static VALUE rb_f_raise ( int  argc,
VALUE *  argv 
) [static]

Definition at line 577 of file eval.c.

References err, get_errinfo(), NIL_P, rb_make_exception(), rb_raise_jump(), and UNREACHABLE.

Referenced by Init_eval().

ID rb_frame_callee ( void   ) 
static ID rb_frame_caller ( void   )  [static]

Definition at line 927 of file eval.c.

References frame_func_id(), GET_THREAD(), and previous_frame().

Referenced by rb_f_method_name().

ID rb_frame_last_func ( void   ) 
ID rb_frame_this_func ( void   ) 
void rb_frozen_class_p ( VALUE  klass  ) 
void rb_interrupt ( void   ) 

Definition at line 545 of file eval.c.

References rb_eInterrupt, and rb_raise().

Referenced by rb_signal_exec().

int rb_iterator_p ( void   ) 

Definition at line 685 of file eval.c.

References rb_block_given_p().

void rb_jump_tag ( int  tag  ) 
static void rb_longjmp ( int  tag,
volatile VALUE  mesg 
) [static]

Definition at line 516 of file eval.c.

References GET_THREAD(), JUMP_TAG, rb_thread_raised_clear, and setup_exception().

Referenced by rb_exc_fatal(), and rb_exc_raise().

VALUE rb_make_exception ( int  argc,
VALUE *  argv 
)

Definition at line 642 of file eval.c.

References make_exception(), and TRUE.

Referenced by parser_set_encode(), rb_f_raise(), and rb_threadptr_raise().

static VALUE rb_mod_append_features ( VALUE  module,
VALUE  include 
) [static]

Definition at line 960 of file eval.c.

References Check_Type, rb_include_module(), T_CLASS, T_MODULE, and TYPE.

Referenced by Init_eval().

static VALUE rb_mod_extend_object ( VALUE  mod,
VALUE  obj 
) [static]

Definition at line 1273 of file eval.c.

References rb_extend_object().

Referenced by Init_eval().

static VALUE rb_mod_include ( int  argc,
VALUE *  argv,
VALUE  module 
) [static]

Definition at line 983 of file eval.c.

References Check_Type, CONST_ID, rb_funcall(), and T_MODULE.

Referenced by Init_eval(), and top_include().

static VALUE rb_mod_nesting ( void   )  [static]

Definition at line 334 of file eval.c.

References NIL_P, NODE_FL_CREF_PUSHED_BY_EVAL, rb_ary_new(), rb_ary_push(), and rb_vm_cref().

Referenced by Init_eval().

static VALUE rb_mod_prepend ( int  argc,
VALUE *  argv,
VALUE  module 
) [static]

Definition at line 1036 of file eval.c.

References Check_Type, CONST_ID, rb_funcall(), and T_MODULE.

Referenced by Init_eval().

static VALUE rb_mod_prepend_features ( VALUE  module,
VALUE  prepend 
) [static]

Definition at line 1013 of file eval.c.

References Check_Type, rb_prepend_module(), T_CLASS, T_MODULE, and TYPE.

Referenced by Init_eval().

static VALUE rb_mod_refine ( VALUE  module,
VALUE  klass 
) [static]
static VALUE rb_mod_s_constants ( int  argc,
VALUE *  argv,
VALUE  mod 
) [static]
void rb_need_block ( void   ) 

Definition at line 693 of file eval.c.

References Qnil, rb_block_given_p(), and rb_vm_localjump_error().

Referenced by generator_initialize(), and yielder_initialize().

void rb_obj_call_init ( VALUE  obj,
int  argc,
VALUE *  argv 
)
static VALUE rb_obj_extend ( int  argc,
VALUE *  argv,
VALUE  obj 
) [static]

Definition at line 1305 of file eval.c.

References Check_Type, CONST_ID, rb_check_arity, rb_funcall(), T_MODULE, and UNLIMITED_ARGUMENTS.

Referenced by Init_eval().

VALUE rb_protect ( VALUE(*)(VALUE)  proc,
VALUE  data,
int *  state 
)
void rb_raise_jump ( VALUE  mesg  ) 
VALUE rb_refinement_module_get_refined_class ( VALUE  module  ) 

Definition at line 1135 of file eval.c.

References CONST_ID, and rb_attr_get().

Referenced by include_modules_at(), rb_method_entry_make(), and rb_mod_to_s().

VALUE rb_rescue ( VALUE(*)(ANYARGS)  b_proc,
VALUE  data1,
VALUE(*)(ANYARGS)  r_proc,
VALUE  data2 
)

Definition at line 763 of file eval.c.

References rb_eStandardError, and rb_rescue2().

Referenced by cmp_equal(), do_coerce(), range_init(), and time_mload().

VALUE rb_rescue2 ( VALUE(*)(ANYARGS)  b_proc,
VALUE  data1,
VALUE(*)(ANYARGS)  r_proc,
VALUE  data2,
  ... 
)
VALUE rb_rubylevel_errinfo ( void   ) 

Definition at line 1451 of file eval.c.

References get_errinfo().

void rb_set_errinfo ( VALUE  err  ) 
void rb_using_module ( NODE *  cref,
VALUE  module 
)

Definition at line 1123 of file eval.c.

References Check_Type, CONST_ID, NIL_P, rb_attr_get(), rb_hash_foreach(), T_MODULE, and using_refinement().

Referenced by top_using().

void rb_using_refinement ( NODE *  cref,
VALUE  klass,
VALUE  module 
)
NODE* rb_vm_get_cref ( const rb_iseq_t ,
const VALUE *   
)
VALUE rb_yield_refine_block ( VALUE  refinement,
VALUE  refinements 
)
int ruby_cleanup ( volatile int  ex  ) 

Destructs the VM.

Runs the VM finalization processes as well as ruby_finalize(), and frees resources used by the VM.

Parameters:
ex Default value to the return value.
Returns:
If an error occured returns a non-zero. If otherwise, returns the given ex.
Note:
This function does not raise any exception.

Definition at line 155 of file eval.c.

References err, rb_thread_struct::errinfo, error_handle(), EXEC_TAG, EXIT_FAILURE, EXIT_SUCCESS, GET_THREAD(), GET_VM, NUM2INT, numberof, POP_TAG, PUSH_TAG, rb_eSignal, rb_eSystemExit, rb_iv_get(), rb_obj_is_kind_of(), rb_thread_stop_timer_thread(), rb_thread_terminate_all(), rb_threadptr_check_signal(), rb_threadptr_interrupt(), rb_threadptr_unlock_all_locking_mutexes(), RB_TYPE_P, RTEST, ruby_default_signal(), ruby_finalize_0(), ruby_finalize_1(), ruby_init_stack(), RUBY_VM_CHECK_INTS, ruby_vm_destruct(), rb_thread_struct::safe_level, SAVE_ROOT_JMPBUF, STACK_UPPER, rb_thread_struct::status, sysexit_status(), T_NODE, and THREAD_KILLED.

Referenced by PPP_ShutdownModule(), ruby_run_node(), and ruby_stop().

static int ruby_exec_internal ( void *  n  )  [static]
int ruby_exec_node ( void *  n  ) 

Runs the given compiled source.

Definition at line 312 of file eval.c.

References ruby_exec_internal(), and ruby_init_stack().

Referenced by ruby_run_node().

int ruby_executable_node ( void *  n,
int *  status 
)

Checks the return value of ruby_options().

Parameters:
n return value of ruby_options().
status pointer to the exit status of this process.

ruby_options() sometimes returns a special value to indicate this process should immediately exit. This function checks if the case. Also stores the exit status that the caller have to pass to exit(3) into *status.

Return values:
non-zero if the given opaque pointer is actually a compiled source.
0 if the given value is such a special value.

Definition at line 279 of file eval.c.

References EXIT_FAILURE, EXIT_SUCCESS, FALSE, FIX2INT, FIXNUM_P, Qfalse, Qtrue, and TRUE.

Referenced by ruby_run_node().

void ruby_finalize ( void   ) 

Runs the VM finalization processes.

END{} and procs registered by Kernel.at_exit are executed here. See the Ruby language spec for more details.

Note:
This function is allowed to raise an exception if an error occurred.

Definition at line 138 of file eval.c.

References ruby_finalize_0(), and ruby_finalize_1().

Referenced by rb_exit(), and rescue_callback().

static void ruby_finalize_0 ( void   )  [static]

Definition at line 111 of file eval.c.

References EXEC_TAG, POP_TAG, PUSH_TAG, rb_clear_trace_func(), rb_exec_end_proc(), and rb_trap_exit().

Referenced by ruby_cleanup(), and ruby_finalize().

static void ruby_finalize_1 ( void   )  [static]
void ruby_init ( void   ) 

Definition at line 71 of file eval.c.

References error_print(), EXIT_FAILURE, and ruby_setup().

Referenced by main(), and pruby_init().

void* ruby_options ( int  argc,
char **  argv 
)

Processes command line arguments and compiles the Ruby source to execute.

This function does:

  • Processses the given command line flags and arguments for ruby(1)
  • compiles the source code from the given argument, -e or stdin, and
  • returns the compiled source as an opaque pointer to an internal data structure
Returns:
an opaque pointer to the compiled source or an internal special value.
See also:
ruby_executable_node().

Definition at line 91 of file eval.c.

References error_handle(), EXEC_TAG, GET_THREAD(), INT2FIX, POP_TAG, PUSH_TAG, rb_clear_trace_func(), ruby_init_stack(), ruby_process_options(), and SAVE_ROOT_JMPBUF.

int ruby_run_node ( void *  n  ) 

Runs the given compiled source and exits this process.

Return values:
0 if successfully run thhe source
non-zero if an error occurred.

Definition at line 300 of file eval.c.

References ruby_cleanup(), ruby_exec_node(), and ruby_executable_node().

int ruby_setup ( void   ) 

Definition at line 42 of file eval.c.

References EXEC_TAG, GET_VM, Init_BareVM(), Init_heap(), POP_TAG, PUSH_TAG, rb_call_inits(), ruby_init_stack(), and ruby_prog_init().

Referenced by ruby_init().

void ruby_stop ( int  ex  ) 

Calls ruby_cleanup() and exits the process.

Definition at line 261 of file eval.c.

References ruby_cleanup().

Referenced by thread_start_func_2().

static void setup_exception ( rb_thread_t th,
int  tag,
volatile VALUE  mesg 
) [static]
static VALUE top_include ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 1333 of file eval.c.

References GET_THREAD(), rb_cObject, rb_mod_include(), rb_secure(), rb_warning(), and rb_thread_struct::top_wrapper.

Referenced by Init_eval().

static VALUE top_using ( VALUE  self,
VALUE  module 
) [static]
static int using_refinement ( VALUE  klass,
VALUE  module,
VALUE  arg 
) [static]

Definition at line 1114 of file eval.c.

References rb_using_refinement().

Referenced by rb_using_module().

static void warn_refinements_once (  )  [static]

Definition at line 1053 of file eval.c.

References rb_warn().

Referenced by rb_mod_refine(), and top_using().


Variable Documentation

Definition at line 29 of file eval.c.

Referenced by Init_Proc(), and make_localjump_error().

Definition at line 30 of file eval.c.

Referenced by error_print(), and Init_Proc().


Generated on 18 May 2020 for Ruby by  doxygen 1.6.1