#include "ruby.h"
Go to the source code of this file.
Functions | |
| void | Init_Array (void) |
| void | Init_Bignum (void) |
| void | Init_Binding (void) |
| void | Init_Comparable (void) |
| void | Init_Dir (void) |
| void | Init_Enumerable (void) |
| void | Init_Exception (void) |
| void | Init_syserr (void) |
| void | Init_eval (void) |
| void | Init_load (void) |
| void | Init_Proc (void) |
| void | Init_Thread (void) |
| void | Init_File (void) |
| void | Init_GC (void) |
| void | Init_Hash (void) |
| void | Init_IO (void) |
| void | Init_Math (void) |
| void | Init_marshal (void) |
| void | Init_Numeric (void) |
| void | Init_Object (void) |
| void | Init_pack (void) |
| void | Init_Precision (void) |
| void | Init_sym (void) |
| void | Init_process (void) |
| void | Init_Random (void) |
| void | Init_Range (void) |
| void | Init_Regexp (void) |
| void | Init_signal (void) |
| void | Init_String (void) |
| void | Init_Struct (void) |
| void | Init_Time (void) |
| void | Init_var_tables (void) |
| void | Init_version (void) |
| void | rb_call_inits () |
|
|
|
Definition at line 2063 of file bignum.c. References rb_big_abs(), rb_big_and(), rb_big_aref(), rb_big_cmp(), rb_big_coerce(), rb_big_div(), rb_big_divmod(), rb_big_eq(), rb_big_eql(), rb_big_hash(), rb_big_lshift(), rb_big_minus(), rb_big_modulo(), rb_big_mul(), rb_big_neg(), rb_big_or(), rb_big_plus(), rb_big_pow(), rb_big_quo(), rb_big_remainder(), rb_big_rshift(), rb_big_size(), rb_big_to_f(), rb_big_to_s(), rb_big_uminus(), rb_big_xor(), rb_cBignum, rb_cInteger, rb_define_class(), and rb_define_method(). Referenced by rb_call_inits(). |
|
|
Definition at line 9557 of file eval.c. References CLASS_OF, proc_clone(), rb_cBinding, rb_cObject, rb_define_class(), rb_define_global_function(), rb_define_method(), rb_f_binding(), rb_undef_alloc_func(), and rb_undef_method(). Referenced by rb_call_inits(). |
|
|
Definition at line 232 of file compar.c. References cmp, cmp_between(), cmp_equal(), cmp_ge(), cmp_gt(), cmp_le(), cmp_lt(), rb_define_method(), rb_define_module(), rb_intern(), and rb_mComparable. Referenced by rb_call_inits(). |
|
|
Definition at line 1528 of file dir.c. References FNM_CASEFOLD, FNM_DOTMATCH, FNM_NOESCAPE, FNM_PATHNAME, and fnmatch(). Referenced by rb_call_inits(). |
|
|
Definition at line 899 of file enum.c. References enum_all(), enum_any(), enum_collect(), enum_each_with_index(), enum_find(), enum_find_all(), enum_grep(), enum_inject(), enum_max(), enum_member(), enum_min(), enum_partition(), enum_reject(), enum_sort(), enum_sort_by(), enum_to_a(), enum_zip(), id_cmp, id_each, id_eqq, rb_define_method(), rb_define_module(), rb_intern(), and rb_mEnumerable. Referenced by rb_call_inits(). |
|
|
|
|
|
|
|
Definition at line 1913 of file gc.c. References add_final(), call_final(), define_final(), finalizers, finals(), id2ref(), nomem_error, os_each_obj(), rb_ary_new(), rb_define_method(), rb_define_module(), rb_define_module_function(), rb_define_singleton_method(), rb_eNoMemError, rb_exc_new2(), rb_gc_disable(), rb_gc_enable(), rb_gc_register_address(), rb_gc_start(), rb_gc_unregister_address(), rb_global_variable(), rb_mGC, rm_final(), source_filenames, st_init_strtable(), undefine_final(), and VALUE. Referenced by rb_call_inits(). |
|
|
|
|
Definition at line 7949 of file eval.c. References rb_ary_new(), rb_cModule, rb_define_global_function(), rb_define_method(), rb_define_readonly_variable(), rb_f_autoload(), rb_f_autoload_p(), rb_f_load(), rb_f_require(), rb_features, rb_global_variable(), rb_load_path, rb_mod_autoload(), rb_mod_autoload_p(), ruby_dln_librefs, and ruby_wrapper. Referenced by rb_call_inits(). |
|
|
Definition at line 1468 of file marshal.c. References INT2FIX, marshal_dump(), marshal_load(), MARSHAL_MAJOR, MARSHAL_MINOR, rb_define_const(), rb_define_module(), rb_define_module_function(), rb_intern(), s_alloc, s_binmode, s_dump, s_dump_data, s_getc, s_load, s_load_data, s_mdump, s_mload, s_read, s_write, and VALUE. Referenced by rb_call_inits(). |
|
|
Definition at line 479 of file math.c. References math_acos(), math_acosh(), math_asin(), math_asinh(), math_atan(), math_atan2(), math_atanh(), math_cos(), math_cosh(), math_erf(), math_erfc(), math_exp(), math_frexp(), math_hypot(), math_ldexp(), math_log(), math_log10(), math_sin(), math_sinh(), math_sqrt(), math_tan(), math_tanh(), rb_define_const(), rb_define_module(), rb_define_module_function(), rb_float_new(), and rb_mMath. Referenced by rb_call_inits(). |
|
|
|
|
Definition at line 2102 of file pack.c. References pack_pack(), pack_unpack(), rb_cArray, rb_cString, and rb_define_method(). Referenced by rb_call_inits(). |
|
|
Definition at line 131 of file prec.c. References prc_if, prc_pr, prec_included(), prec_prec(), prec_prec_f(), prec_prec_i(), rb_define_method(), rb_define_module(), rb_define_singleton_method(), rb_intern(), and rb_mPrecision. Referenced by rb_call_inits(). |
|
|
|
|
Definition at line 498 of file random.c. References rb_define_global_function(), rb_f_rand(), rb_f_srand(), rb_global_variable(), and saved_seed. Referenced by rb_call_inits(). |
|
|
Definition at line 647 of file range.c. References id_beg, id_cmp, id_end, id_excl, id_succ, range_each(), range_eq(), range_eql(), range_exclude_end_p(), range_first(), range_hash(), range_include(), range_initialize(), range_inspect(), range_last(), range_step(), range_to_s(), rb_cObject, rb_cRange, rb_define_class(), rb_define_method(), rb_include_module(), rb_intern(), and rb_mEnumerable. Referenced by rb_call_inits(). |
|
|
|
Definition at line 855 of file signal.c. References init_sigchld(), install_sighandler(), rb_define_global_function(), rb_define_module(), rb_define_module_function(), sig_list(), sig_trap(), sighandler(), and VALUE. Referenced by rb_call_inits(). |
|
|
|
|
Definition at line 9875 of file parse.c. References st_init_numtable_with_size(), st_init_strtable_with_size(), sym_rev_tbl, and sym_tbl. Referenced by rb_call_inits(). |
|
|
Definition at line 1174 of file error.c. References set_syserr(). Referenced by rb_call_inits(). |
|