Here is a list of all documented functions with links to the documentation:
- r -
- RARRAY_ASET() : rarray.h
- RARRAY_EMBED_LEN() : rarray.h
- RARRAY_LENINT() : rarray.h
- RARRAY_PTR() : rarray.h
- rb_absint_numwords() : bignum.h
- rb_absint_singlebit_p() : bignum.h
- rb_absint_size() : bignum.h
- rb_add_event_hook() : event.h
- rb_alias() : vm.h
- rb_alias_variable() : variable.h
- rb_alloc_tmp_buffer2() : memory.h
- rb_any_to_s() : object.h
- rb_apply() : vm.h
- rb_arithmetic_sequence_beg_len_step() : enumerator.h
- rb_arithmetic_sequence_extract() : enumerator.h
- rb_Array() : object.h
- rb_array_len() : rarray.h
- rb_ary_aref() : array.h
- rb_ary_assoc() : array.h
- rb_ary_cat() : array.h
- rb_ary_clear() : array.h
- rb_ary_cmp() : array.h
- rb_ary_concat() : array.h
- rb_ary_delete() : array.h
- rb_ary_delete_at() : array.h
- rb_ary_dup() : array.h
- rb_ary_each() : array.h
- rb_ary_entry() : array.h
- rb_ary_free() : array.h
- rb_ary_freeze() : array.h
- rb_ary_hidden_new() : array.h
- rb_ary_includes() : array.h
- rb_ary_join() : array.h
- rb_ary_modify() : array.h
- rb_ary_new() : array.h
- rb_ary_new_capa() : array.h
- rb_ary_new_from_args() : array.h
- rb_ary_new_from_values() : array.h
- rb_ary_plus() : array.h
- rb_ary_pop() : array.h
- rb_ary_push() : array.h
- rb_ary_rassoc() : array.h
- rb_ary_replace() : array.h
- rb_ary_resize() : array.h
- rb_ary_resurrect() : array.h
- rb_ary_reverse() : array.h
- rb_ary_rotate() : array.h
- rb_ary_shared_with_p() : array.h
- rb_ary_shift() : array.h
- rb_ary_sort() : array.h
- rb_ary_sort_bang() : array.h
- rb_ary_store() : array.h
- rb_ary_subseq() : array.h
- rb_ary_to_ary() : array.h
- rb_ary_to_s() : array.h
- rb_ary_unshift() : array.h
- rb_ascii8bit_encindex() : encoding.h
- rb_ascii8bit_encoding() : encoding.h
- rb_assoc_new() : array.h
- rb_attr() : vm.h
- rb_attr_get() : variable.h
- rb_autoload_load() : variable.h
- rb_autoload_p() : variable.h
- rb_backref_get() : parse.h
- rb_backref_set() : parse.h
- rb_backtrace() : vm.h
- rb_big2dbl() : bignum.h
- rb_big2long() : bignum.h
- rb_big2str() : bignum.h
- rb_big2ulong() : bignum.h
- rb_big_2comp() : bignum.h
- rb_big_and() : bignum.h
- rb_big_clone() : bignum.h
- rb_big_cmp() : bignum.h
- rb_big_div() : bignum.h
- rb_big_divmod() : bignum.h
- rb_big_eq() : bignum.h
- rb_big_eql() : bignum.h
- rb_big_idiv() : bignum.h
- rb_big_lshift() : bignum.h
- rb_big_minus() : bignum.h
- rb_big_modulo() : bignum.h
- rb_big_mul() : bignum.h
- rb_big_new() : bignum.h
- rb_big_norm() : bignum.h
- rb_big_or() : bignum.h
- rb_big_pack() : bignum.h
- rb_big_plus() : bignum.h
- rb_big_pow() : bignum.h
- rb_big_resize() : bignum.h
- rb_big_rshift() : bignum.h
- rb_big_sign() : rbignum.h
- rb_big_unpack() : bignum.h
- rb_big_xor() : bignum.h
- rb_bigzero_p() : bignum.h
- rb_binding_new() : proc.h
- rb_block_call() : iterator.h
- rb_block_call_kw() : iterator.h
- rb_block_given_p() : iterator.h
- rb_block_lambda() : proc.h
- rb_block_proc() : proc.h
- RB_BUILTIN_TYPE() : value_type.h
- rb_call_super() : eval.h
- rb_call_super_kw() : eval.h
- rb_catch() : iterator.h
- rb_catch_obj() : iterator.h
- rb_char_to_option_kcode() : encoding.h
- rb_check_arity() : error.h
- rb_check_array_type() : array.h
- rb_check_convert_type() : object.h
- rb_check_copyable() : error.h
- rb_check_frozen() : error.h
- rb_check_frozen_inline() : error.h
- rb_check_funcall() : vm.h
- rb_check_funcall_kw() : vm.h
- rb_check_hash_type() : hash.h
- rb_check_id() : symbol.h
- rb_check_id_cstr() : symbol.h
- rb_check_inheritable() : class.h
- rb_check_string_type() : string.h
- rb_check_symbol() : symbol.h
- rb_check_symbol_cstr() : symbol.h
- rb_check_to_float() : object.h
- rb_check_to_int() : object.h
- rb_check_to_integer() : object.h
- rb_check_typeddata() : rtypeddata.h
- RB_CHR2FIX() : char.h
- rb_class2name() : ruby.h
- rb_class_attached_object() : class.h
- rb_class_descendants() : class.h
- rb_class_get_superclass() : rclass.h
- rb_class_inherited_p() : object.h
- rb_class_instance_methods() : class.h
- rb_class_name() : variable.h
- rb_class_new() : class.h
- rb_class_new_instance() : object.h
- rb_class_new_instance_kw() : object.h
- rb_class_new_instance_pass_kw() : object.h
- rb_class_of() : globals.h
- rb_class_path() : variable.h
- rb_class_path_cached() : variable.h
- rb_class_private_instance_methods() : class.h
- rb_class_protected_instance_methods() : class.h
- rb_class_public_instance_methods() : class.h
- rb_class_real() : object.h
- rb_class_subclasses() : class.h
- rb_class_superclass() : object.h
- rb_clear_constant_cache_for_id() : vm.h
- rb_cloexec_dup() : io.h
- rb_cloexec_dup2() : io.h
- rb_cloexec_fcntl_dupfd() : io.h
- rb_cloexec_open() : io.h
- rb_cloexec_pipe() : io.h
- rb_clone_setup() : newobj.h
- rb_close_before_exec() : io.h
- rb_cmperr() : compar.h
- rb_cmpint() : compar.h
- rb_Complex() : complex.h
- rb_complex_abs() : complex.h
- rb_complex_arg() : complex.h
- rb_complex_conjugate() : complex.h
- rb_complex_div() : complex.h
- rb_complex_imag() : complex.h
- rb_complex_minus() : complex.h
- rb_complex_mul() : complex.h
- rb_complex_new() : complex.h
- rb_complex_new_polar() : complex.h
- rb_complex_plus() : complex.h
- rb_complex_polar() : complex.h
- rb_complex_pow() : complex.h
- rb_complex_raw() : complex.h
- rb_complex_real() : complex.h
- rb_complex_uminus() : complex.h
- rb_const_defined() : variable.h
- rb_const_defined_at() : variable.h
- rb_const_defined_from() : variable.h
- rb_const_get() : variable.h
- rb_const_get_at() : variable.h
- rb_const_get_from() : variable.h
- rb_const_list() : variable.h
- rb_const_remove() : variable.h
- rb_const_set() : variable.h
- rb_convert_type() : object.h
- rb_copy_generic_ivar() : newobj.h
- rb_cstr2inum() : bignum.h
- rb_cstr_to_dbl() : object.h
- rb_cstr_to_inum() : bignum.h
- rb_current_receiver() : eval.h
- rb_cv_get() : variable.h
- rb_cv_set() : variable.h
- rb_cvar_defined() : variable.h
- rb_cvar_find() : variable.h
- rb_cvar_get() : variable.h
- rb_cvar_set() : variable.h
- rb_data_define() : struct.h
- rb_data_object_alloc() : rdata.h
- rb_data_object_make() : rdata.h
- rb_data_object_wrap() : rdata.h
- rb_data_object_zalloc() : rdata.h
- rb_data_typed_object_alloc() : rtypeddata.h
- rb_data_typed_object_make() : rtypeddata.h
- rb_data_typed_object_wrap() : rtypeddata.h
- rb_data_typed_object_zalloc() : rtypeddata.h
- rb_dbl2big() : bignum.h
- rb_dbl_cmp() : numeric.h
- rb_dbl_complex_new() : complex.h
- rb_debug_inspector_backtrace_locations() : debug.h
- rb_debug_inspector_current_depth() : debug.h
- rb_debug_inspector_frame_binding_get() : debug.h
- rb_debug_inspector_frame_class_get() : debug.h
- rb_debug_inspector_frame_depth() : debug.h
- rb_debug_inspector_frame_iseq_get() : debug.h
- rb_debug_inspector_frame_self_get() : debug.h
- rb_debug_inspector_open() : debug.h
- rb_default_external_encoding() : encoding.h
- rb_default_internal_encoding() : encoding.h
- rb_define_alloc_func() : vm.h
- rb_define_class_id() : class.h
- rb_define_class_id_under() : class.h
- rb_define_class_variable() : variable.h
- rb_define_const() : variable.h
- rb_define_dummy_encoding() : encoding.h
- rb_define_finalizer() : gc.h
- rb_define_global_const() : variable.h
- rb_define_hooked_variable() : variable.h
- rb_define_method_id() : class.h
- rb_define_module_id() : class.h
- rb_define_module_id_under() : class.h
- rb_define_private_method() : class.h
- rb_define_protected_method() : class.h
- rb_define_readonly_variable() : variable.h
- rb_define_singleton_method() : class.h
- rb_define_variable() : variable.h
- rb_define_virtual_variable() : variable.h
- rb_deprecate_constant() : variable.h
- rb_detach_process() : process.h
- rb_dir_getwd() : dir.h
- rb_dup_setup() : newobj.h
- rb_during_gc() : gc.h
- RB_DYNAMIC_SYM_P() : value_type.h
- rb_each() : iterator.h
- rb_econv_append() : transcode.h
- rb_econv_asciicompat_encoding() : transcode.h
- rb_econv_binmode() : transcode.h
- rb_econv_check_error() : transcode.h
- rb_econv_close() : transcode.h
- rb_econv_convert() : transcode.h
- rb_econv_decorate_at_first() : transcode.h
- rb_econv_decorate_at_last() : transcode.h
- rb_econv_encoding_to_insert_output() : transcode.h
- rb_econv_has_convpath_p() : transcode.h
- rb_econv_insert_output() : transcode.h
- rb_econv_make_exception() : transcode.h
- rb_econv_open() : transcode.h
- rb_econv_open_exc() : transcode.h
- rb_econv_open_opts() : transcode.h
- rb_econv_prepare_options() : transcode.h
- rb_econv_prepare_opts() : transcode.h
- rb_econv_putback() : transcode.h
- rb_econv_putbackable() : transcode.h
- rb_econv_set_replacement() : transcode.h
- rb_econv_str_append() : transcode.h
- rb_econv_str_convert() : transcode.h
- rb_econv_substr_append() : transcode.h
- rb_econv_substr_convert() : transcode.h
- rb_enc_alias() : encoding.h
- rb_enc_ascget() : encoding.h
- rb_enc_asciicompat() : encoding.h
- rb_enc_associate() : encoding.h
- rb_enc_associate_index() : encoding.h
- rb_enc_capable() : encoding.h
- rb_enc_check() : encoding.h
- rb_enc_code_to_mbclen() : encoding.h
- rb_enc_codelen() : encoding.h
- rb_enc_codepoint() : encoding.h
- rb_enc_codepoint_len() : encoding.h
- RB_ENC_CODERANGE() : coderange.h
- RB_ENC_CODERANGE_AND() : coderange.h
- RB_ENC_CODERANGE_ASCIIONLY() : coderange.h
- RB_ENC_CODERANGE_CLEAN_P() : coderange.h
- RB_ENC_CODERANGE_CLEAR() : coderange.h
- RB_ENC_CODERANGE_SET() : coderange.h
- rb_enc_compatible() : encoding.h
- rb_enc_copy() : encoding.h
- rb_enc_default_external() : encoding.h
- rb_enc_default_internal() : encoding.h
- rb_enc_dummy_p() : encoding.h
- rb_enc_fast_mbclen() : encoding.h
- rb_enc_find() : encoding.h
- rb_enc_find_index() : encoding.h
- rb_enc_from_encoding() : encoding.h
- rb_enc_from_index() : encoding.h
- rb_enc_get() : encoding.h
- rb_enc_get_index() : encoding.h
- rb_enc_interned_str() : string.h
- rb_enc_interned_str_cstr() : string.h
- rb_enc_is_newline() : ctype.h
- rb_enc_isalnum() : ctype.h
- rb_enc_isalpha() : ctype.h
- rb_enc_isascii() : ctype.h
- rb_enc_iscntrl() : ctype.h
- rb_enc_isctype() : ctype.h
- rb_enc_isdigit() : ctype.h
- rb_enc_islower() : ctype.h
- rb_enc_isprint() : ctype.h
- rb_enc_ispunct() : ctype.h
- rb_enc_isspace() : ctype.h
- rb_enc_isupper() : ctype.h
- rb_enc_left_char_head() : encoding.h
- rb_enc_mbc_to_codepoint() : encoding.h
- rb_enc_mbclen() : encoding.h
- rb_enc_mbcput() : encoding.h
- rb_enc_mbmaxlen() : encoding.h
- rb_enc_mbminlen() : encoding.h
- rb_enc_name() : encoding.h
- rb_enc_nth() : string.h
- rb_enc_path_end() : pathname.h
- rb_enc_path_last_separator() : pathname.h
- rb_enc_path_next() : pathname.h
- rb_enc_path_skip_prefix() : pathname.h
- rb_enc_precise_mbclen() : encoding.h
- rb_enc_prev_char() : encoding.h
- rb_enc_raise() : sprintf.h
- rb_enc_reg_new() : re.h
- rb_enc_right_char_head() : encoding.h
- rb_enc_set_default_external() : encoding.h
- rb_enc_set_default_internal() : encoding.h
- rb_enc_set_index() : encoding.h
- rb_enc_sprintf() : sprintf.h
- rb_enc_step_back() : encoding.h
- rb_enc_str_asciicompat_p() : encoding.h
- rb_enc_str_asciionly_p() : string.h
- rb_enc_str_buf_cat() : string.h
- rb_enc_str_coderange() : string.h
- rb_enc_str_new() : string.h
- rb_enc_str_new_cstr() : string.h
- rb_enc_str_new_static() : string.h
- rb_enc_strlen() : string.h
- rb_enc_symname2_p() : symbol.h
- rb_enc_symname_p() : symbol.h
- rb_enc_to_index() : encoding.h
- rb_enc_tolower() : ctype.h
- rb_enc_toupper() : ctype.h
- rb_enc_uint_chr() : string.h
- rb_enc_unicode_p() : encoding.h
- rb_enc_vsprintf() : sprintf.h
- RB_ENCODING_CODERANGE_SET() : encoding.h
- RB_ENCODING_GET() : encoding.h
- RB_ENCODING_GET_INLINED() : encoding.h
- RB_ENCODING_IS_ASCII8BIT() : encoding.h
- RB_ENCODING_SET() : encoding.h
- RB_ENCODING_SET_INLINED() : encoding.h
- rb_ensure() : iterator.h
- rb_enum_values_pack() : enum.h
- rb_enumeratorize() : enumerator.h
- rb_enumeratorize_with_size() : enumerator.h
- rb_enumeratorize_with_size_kw() : enumerator.h
- rb_env_clear() : hash.h
- rb_eql() : object.h
- rb_equal() : ruby.h
- rb_errinfo() : error.h
- rb_errno() : ruby.h
- rb_errno_ptr() : ruby.h
- rb_errno_set() : ruby.h
- rb_error_frozen() : error.h
- rb_error_frozen_object() : error.h
- rb_eval_cmd_kw() : vm.h
- rb_eval_string() : eval.h
- rb_eval_string_protect() : eval.h
- rb_eval_string_wrap() : eval.h
- rb_exc_fatal() : eval.h
- rb_exc_new() : error.h
- rb_exc_new_cstr() : error.h
- rb_exc_new_str() : error.h
- rb_exc_raise() : eval.h
- rb_exec_recursive() : thread.h
- rb_exec_recursive_outer() : thread.h
- rb_exec_recursive_paired() : thread.h
- rb_exec_recursive_paired_outer() : thread.h
- rb_exit() : error.h
- rb_ext_ractor_safe() : load.h
- rb_ext_resolve_symbol() : load.h
- rb_extend_object() : module.h
- rb_external_str_new() : string.h
- rb_external_str_new_cstr() : string.h
- rb_external_str_new_with_enc() : string.h
- rb_extract_keywords() : eval.h
- rb_f_abort() : eval.h
- rb_f_exec() : process.h
- rb_f_exit() : eval.h
- rb_f_global_variables() : variable.h
- rb_f_kill() : signal.h
- rb_f_notimplement() : vm.h
- rb_f_require() : load.h
- rb_f_sprintf() : sprintf.h
- rb_f_trace_var() : variable.h
- rb_f_untrace_var() : variable.h
- rb_fd_clr() : largesize.h, win32.h
- rb_fd_copy() : largesize.h, win32.h, posix.h
- rb_fd_dup() : largesize.h, win32.h, posix.h
- rb_fd_fix_cloexec() : io.h
- rb_fd_init() : win32.h, largesize.h
- rb_fd_isset() : largesize.h, win32.h
- rb_fd_max() : largesize.h, posix.h, win32.h
- rb_fd_ptr() : posix.h, win32.h, largesize.h
- rb_fd_select() : largesize.h, win32.h
- rb_fd_set() : largesize.h, win32.h
- rb_fd_term() : largesize.h, win32.h
- rb_fd_zero() : largesize.h, win32.h
- rb_fdopen() : io.h
- rb_feature_provided() : load.h
- rb_fiber_alive_p() : cont.h
- rb_fiber_current() : cont.h
- rb_fiber_new() : cont.h
- rb_fiber_new_storage() : cont.h
- rb_fiber_raise() : cont.h
- rb_fiber_resume() : cont.h
- rb_fiber_resume_kw() : cont.h
- rb_fiber_scheduler_address_resolve() : scheduler.h
- rb_fiber_scheduler_block() : scheduler.h
- rb_fiber_scheduler_blocking_operation_wait() : scheduler.h
- rb_fiber_scheduler_close() : scheduler.h
- rb_fiber_scheduler_current() : scheduler.h
- rb_fiber_scheduler_current_for_thread() : scheduler.h
- rb_fiber_scheduler_fiber() : scheduler.h
- rb_fiber_scheduler_get() : scheduler.h
- rb_fiber_scheduler_io_close() : scheduler.h
- rb_fiber_scheduler_io_pread() : scheduler.h
- rb_fiber_scheduler_io_pread_memory() : scheduler.h
- rb_fiber_scheduler_io_pwrite() : scheduler.h
- rb_fiber_scheduler_io_pwrite_memory() : scheduler.h
- rb_fiber_scheduler_io_read() : scheduler.h
- rb_fiber_scheduler_io_read_memory() : scheduler.h
- rb_fiber_scheduler_io_result() : scheduler.h
- rb_fiber_scheduler_io_result_apply() : scheduler.h
- rb_fiber_scheduler_io_select() : scheduler.h
- rb_fiber_scheduler_io_selectv() : scheduler.h
- rb_fiber_scheduler_io_wait() : scheduler.h
- rb_fiber_scheduler_io_wait_readable() : scheduler.h
- rb_fiber_scheduler_io_wait_writable() : scheduler.h
- rb_fiber_scheduler_io_write() : scheduler.h
- rb_fiber_scheduler_io_write_memory() : scheduler.h
- rb_fiber_scheduler_kernel_sleep() : scheduler.h
- rb_fiber_scheduler_kernel_sleepv() : scheduler.h
- rb_fiber_scheduler_make_timeout() : scheduler.h
- rb_fiber_scheduler_process_wait() : scheduler.h
- rb_fiber_scheduler_set() : scheduler.h
- rb_fiber_scheduler_unblock() : scheduler.h
- rb_fiber_transfer() : cont.h
- rb_fiber_transfer_kw() : cont.h
- rb_fiber_yield() : cont.h
- rb_fiber_yield_kw() : cont.h
- rb_file_absolute_path() : file.h
- rb_file_directory_p() : file.h
- rb_file_dirname() : file.h
- rb_file_expand_path() : file.h
- rb_file_open() : io.h
- rb_file_open_str() : io.h
- rb_file_s_absolute_path() : file.h
- rb_file_s_expand_path() : file.h
- rb_file_size() : file.h
- rb_filesystem_encindex() : encoding.h
- rb_filesystem_encoding() : encoding.h
- rb_filesystem_str_new() : string.h
- rb_filesystem_str_new_cstr() : string.h
- rb_find_encoding() : encoding.h
- rb_find_file() : file.h
- rb_find_file_ext() : file.h
- RB_FIX2INT() : int.h
- rb_fix2int() : int.h
- rb_fix2long() : long.h
- rb_fix2short() : short.h
- rb_fix2str() : numeric.h
- RB_FIX2UINT() : int.h
- rb_fix2uint() : int.h
- rb_fix2ulong() : long.h
- rb_fix2ushort() : short.h
- RB_FIXNUM_P() : special_consts.h
- RB_FL_ABLE() : fl_type.h
- RB_FL_ALL() : fl_type.h
- RB_FL_ALL_RAW() : fl_type.h
- RB_FL_ANY() : fl_type.h
- RB_FL_ANY_RAW() : fl_type.h
- RB_FL_REVERSE() : fl_type.h
- RB_FL_REVERSE_RAW() : fl_type.h
- RB_FL_SET() : fl_type.h
- RB_FL_SET_RAW() : fl_type.h
- RB_FL_TEST() : fl_type.h
- RB_FL_TEST_RAW() : fl_type.h
- RB_FL_UNSET() : fl_type.h
- RB_FL_UNSET_RAW() : fl_type.h
- rb_Float() : object.h
- rb_float_new() : double.h
- rb_float_new_in_heap() : double.h
- RB_FLOAT_TYPE_P() : value_type.h
- rb_float_value() : double.h
- RB_FLONUM_P() : special_consts.h
- rb_flt_rationalize() : rational.h
- rb_flt_rationalize_with_prec() : rational.h
- rb_frame_callee() : eval.h
- rb_frame_method_id_and_class() : vm.h
- rb_frame_this_func() : eval.h
- rb_free_generic_ivar() : variable.h
- rb_freeze_singleton_class() : fl_type.h
- rb_frozen_error_raise() : error.h
- rb_funcall() : eval.h
- rb_funcall_passing_block() : eval.h
- rb_funcall_passing_block_kw() : eval.h
- rb_funcall_with_block() : eval.h
- rb_funcall_with_block_kw() : eval.h
- rb_funcallv() : eval.h
- rb_funcallv_kw() : eval.h
- rb_funcallv_public() : eval.h
- rb_funcallv_public_kw() : eval.h
- rb_gc() : gc.h
- rb_gc_adjust_memory_usage() : gc.h
- rb_gc_copy_finalizer() : gc.h
- rb_gc_count() : gc.h
- rb_gc_disable() : gc.h
- rb_gc_enable() : gc.h
- rb_gc_latest_gc_info() : gc.h
- rb_gc_location() : gc.h
- rb_gc_mark() : gc.h
- rb_gc_mark_locations() : gc.h
- rb_gc_mark_maybe() : gc.h
- rb_gc_mark_movable() : gc.h
- rb_gc_register_address() : gc.h
- rb_gc_register_mark_object() : gc.h
- rb_gc_start() : gc.h
- rb_gc_stat() : gc.h
- rb_gc_unregister_address() : gc.h
- rb_gc_update_tbl_refs() : gc.h
- rb_gc_writebarrier() : gc.h
- rb_gc_writebarrier_unprotect() : gc.h
- rb_genrand_int32() : random.h
- rb_genrand_real() : random.h
- rb_genrand_ulong_limited() : random.h
- rb_get_alloc_func() : vm.h
- rb_get_argv() : ruby.h
- rb_get_kwargs() : eval.h
- rb_get_path() : ruby.h
- rb_get_path_no_checksafe() : ruby.h
- rb_get_values_at() : array.h
- rb_gets() : io.h
- rb_glob() : glob.h
- rb_global_variable() : gc.h
- rb_gv_get() : variable.h
- rb_gv_set() : variable.h
- rb_hash() : hash.h
- rb_Hash() : object.h
- rb_hash_aref() : hash.h
- rb_hash_aset() : hash.h
- rb_hash_bulk_insert() : hash.h
- rb_hash_clear() : hash.h
- rb_hash_delete() : hash.h
- rb_hash_delete_if() : hash.h
- rb_hash_dup() : hash.h
- rb_hash_fetch() : hash.h
- rb_hash_foreach() : hash.h
- rb_hash_freeze() : hash.h
- rb_hash_lookup() : hash.h
- rb_hash_lookup2() : hash.h
- rb_hash_new() : hash.h
- rb_hash_new_capa() : hash.h
- rb_hash_set_ifnone() : rhash.h
- rb_hash_size() : hash.h
- rb_hash_size_num() : rhash.h
- rb_hash_start() : string.h
- rb_hash_tbl() : rhash.h
- rb_hash_update_by() : hash.h
- rb_id2name() : symbol.h
- rb_id2str() : symbol.h
- rb_id2sym() : symbol.h
- rb_id_attrset() : parse.h
- RB_IMMEDIATE_P() : special_consts.h
- rb_inspect() : object.h
- rb_int2big() : intptr_t.h
- RB_INT2FIX() : long.h
- rb_int2inum() : intptr_t.h
- rb_int2num_inline() : int.h
- rb_int_pair_to_real() : random.h
- rb_int_positive_pow() : numeric.h
- rb_Integer() : object.h
- rb_integer_pack() : bignum.h
- rb_integer_type_p() : value_type.h
- rb_integer_unpack() : bignum.h
- rb_intern() : symbol.h
- rb_intern2() : symbol.h
- rb_intern3() : symbol.h
- rb_intern_const() : symbol.h
- rb_intern_str() : symbol.h
- rb_internal_thread_add_event_hook() : thread.h
- rb_internal_thread_remove_event_hook() : thread.h
- rb_internal_thread_specific_get() : thread.h
- rb_internal_thread_specific_key_create() : thread.h
- rb_internal_thread_specific_set() : thread.h
- rb_interned_str() : string.h
- rb_interned_str_cstr() : string.h
- rb_interrupt() : eval.h
- rb_invalid_str() : error.h
- rb_io_addstr() : io.h
- rb_io_ascii8bit_binmode() : io.h
- rb_io_binmode() : io.h
- rb_io_bufwrite() : io.h
- rb_io_check_byte_readable() : io.h
- rb_io_check_char_readable() : io.h
- rb_io_check_closed() : io.h
- rb_io_check_initialized() : io.h
- rb_io_check_io() : io.h
- rb_io_check_readable() : io.h
- rb_io_check_writable() : io.h
- rb_io_close() : io.h
- rb_io_closed_p() : io.h
- rb_io_descriptor() : io.h
- rb_io_eof() : io.h
- rb_io_extract_encoding_option() : io.h
- rb_io_extract_modeenc() : io.h
- rb_io_fdopen() : io.h
- rb_io_flush() : io.h
- rb_io_fptr_finalize() : io.h
- rb_io_get_io() : io.h
- rb_io_get_write_io() : io.h
- rb_io_getbyte() : io.h
- rb_io_gets() : io.h
- rb_io_maybe_wait() : io.h
- rb_io_maybe_wait_readable() : io.h
- rb_io_maybe_wait_writable() : io.h
- rb_io_mode() : io.h
- rb_io_modestr_fmode() : io.h
- rb_io_modestr_oflags() : io.h
- rb_io_open_descriptor() : io.h
- rb_io_path() : io.h
- rb_io_print() : io.h
- rb_io_printf() : io.h
- rb_io_puts() : io.h
- rb_io_read_check() : io.h
- rb_io_set_nonblock() : io.h
- rb_io_set_timeout() : io.h
- rb_io_set_write_io() : io.h
- rb_io_stdio_file() : io.h
- rb_io_synchronized() : io.h
- rb_io_taint_check() : io.h
- rb_io_timeout() : io.h
- rb_io_ungetbyte() : io.h
- rb_io_ungetc() : io.h
- rb_io_wait() : io.h
- rb_io_wait_readable() : io.h
- rb_io_wait_writable() : io.h
- rb_io_write() : io.h
- rb_is_absolute_path() : file.h
- rb_is_attrset_id() : parse.h
- rb_is_class_id() : parse.h
- rb_is_const_id() : parse.h
- rb_is_global_id() : parse.h
- rb_is_instance_id() : parse.h
- rb_is_junk_id() : parse.h
- rb_is_local_id() : parse.h
- rb_isalnum() : ctype.h
- rb_isalpha() : ctype.h
- rb_isascii() : ctype.h
- rb_isblank() : ctype.h
- rb_iscntrl() : ctype.h
- rb_isdigit() : ctype.h
- rb_isgraph() : ctype.h
- rb_islower() : ctype.h
- rb_isprint() : ctype.h
- rb_ispunct() : ctype.h
- rb_isspace() : ctype.h
- rb_isupper() : ctype.h
- rb_isxdigit() : ctype.h
- rb_iter_break() : error.h
- rb_iter_break_value() : error.h
- rb_iterate() : iterator.h
- rb_iv_get() : variable.h
- rb_iv_set() : variable.h
- rb_ivar_count() : variable.h
- rb_ivar_defined() : variable.h
- rb_ivar_foreach() : variable.h
- rb_ivar_get() : variable.h
- rb_ivar_set() : variable.h
- rb_jump_tag() : eval.h
- rb_keyword_given_p() : iterator.h
- rb_last_status_get() : process.h
- rb_last_status_set() : process.h
- rb_lastline_get() : parse.h
- rb_lastline_set() : parse.h
- rb_ll2inum() : long_long.h
- rb_ll2num_inline() : long_long.h
- rb_load() : load.h
- rb_load_file() : ruby.h
- rb_load_file_str() : ruby.h
- rb_load_protect() : load.h
- rb_loaderror() : error.h
- rb_loaderror_with_path() : error.h
- rb_locale_charmap() : encoding.h
- rb_locale_encindex() : encoding.h
- rb_locale_encoding() : encoding.h
- rb_locale_str_new() : string.h
- rb_locale_str_new_cstr() : string.h
- rb_long2int_inline() : long.h
- rb_long2num_inline() : long.h
- rb_make_backtrace() : vm.h
- rb_make_exception() : eval.h
- rb_mark_hash() : gc.h
- rb_mark_set() : gc.h
- rb_mark_tbl() : gc.h
- rb_mark_tbl_no_pin() : gc.h
- rb_marshal_define_compat() : marshal.h
- rb_marshal_dump() : marshal.h
- rb_marshal_load() : marshal.h
- rb_match_busy() : re.h
- rb_mem_clear() : array.h
- rb_memcicmp() : re.h
- rb_memerror() : gc.h
- rb_memhash() : string.h
- rb_memory_id() : object.h
- rb_memory_view_available_p() : memory_view.h
- rb_memory_view_extract_item_members() : memory_view.h
- rb_memory_view_fill_contiguous_strides() : memory_view.h
- rb_memory_view_get() : memory_view.h
- rb_memory_view_get_item() : memory_view.h
- rb_memory_view_get_item_pointer() : memory_view.h
- rb_memory_view_init_as_byte_array() : memory_view.h
- rb_memory_view_is_column_major_contiguous() : memory_view.h
- rb_memory_view_is_contiguous() : memory_view.h
- rb_memory_view_is_row_major_contiguous() : memory_view.h
- rb_memory_view_item_size_from_format() : memory_view.h
- rb_memory_view_parse_item_format() : memory_view.h
- rb_memory_view_prepare_item_desc() : memory_view.h
- rb_memory_view_register() : memory_view.h
- rb_memory_view_release() : memory_view.h
- rb_memsearch() : string.h
- rb_method_basic_definition_p() : vm.h
- rb_method_boundp() : vm.h
- rb_method_call() : proc.h
- rb_method_call_kw() : proc.h
- rb_method_call_with_block() : proc.h
- rb_method_call_with_block_kw() : proc.h
- rb_mod_ancestors() : class.h
- rb_mod_class_variables() : variable.h
- rb_mod_const_at() : variable.h
- rb_mod_const_of() : variable.h
- rb_mod_constants() : variable.h
- rb_mod_include_p() : class.h
- rb_mod_included_modules() : class.h
- rb_mod_init_copy() : class.h
- rb_mod_method_arity() : proc.h
- rb_mod_module_eval() : vm.h
- rb_mod_module_exec() : vm.h
- rb_mod_name() : variable.h
- rb_mod_remove_const() : variable.h
- rb_mod_remove_cvar() : variable.h
- rb_module_new() : class.h
- rb_mul_size_overflow() : memory.h
- rb_must_asciicompat() : string.h
- rb_mutex_lock() : thread.h
- rb_mutex_locked_p() : thread.h
- rb_mutex_new() : thread.h
- rb_mutex_sleep() : thread.h
- rb_mutex_synchronize() : thread.h
- rb_mutex_trylock() : thread.h
- rb_mutex_unlock() : thread.h
- rb_name_error() : error.h
- rb_name_error_str() : error.h
- rb_native_cond_broadcast() : thread_native.h
- rb_native_cond_destroy() : thread_native.h
- rb_native_cond_initialize() : thread_native.h
- rb_native_cond_signal() : thread_native.h
- rb_native_cond_timedwait() : thread_native.h
- rb_native_cond_wait() : thread_native.h
- rb_native_mutex_destroy() : thread_native.h
- rb_native_mutex_initialize() : thread_native.h
- rb_native_mutex_lock() : thread_native.h
- rb_native_mutex_trylock() : thread_native.h
- rb_native_mutex_unlock() : thread_native.h
- rb_nativethread_lock_destroy() : thread_native.h
- rb_nativethread_lock_initialize() : thread_native.h
- rb_nativethread_lock_lock() : thread_native.h
- rb_nativethread_lock_unlock() : thread_native.h
- rb_nativethread_self() : thread_native.h
- rb_need_block() : iterator.h
- RB_NIL_OR_UNDEF_P() : special_consts.h
- RB_NIL_P() : special_consts.h
- rb_nogvl() : thread.h
- rb_num2char_inline() : char.h
- rb_num2dbl() : double.h
- rb_num2fix() : numeric.h
- rb_num2int() : int.h
- rb_num2int_inline() : int.h
- rb_num2ll() : long_long.h
- rb_num2ll_inline() : long_long.h
- rb_num2long() : long.h
- rb_num2long_inline() : long.h
- rb_num2short() : short.h
- rb_num2short_inline() : short.h
- rb_num2uint() : int.h
- RB_NUM2UINT() : int.h
- rb_num2ull() : long_long.h
- rb_num2ull_inline() : long_long.h
- rb_num2ulong() : long.h
- rb_num2ulong_inline() : long.h
- rb_num2ushort() : short.h
- rb_num_coerce_bin() : numeric.h
- rb_num_coerce_bit() : numeric.h
- rb_num_coerce_cmp() : numeric.h
- rb_num_coerce_relop() : numeric.h
- rb_num_zerodiv() : numeric.h
- rb_obj_alloc() : object.h
- rb_obj_as_string() : string.h
- rb_obj_call_init() : eval.h
- rb_obj_call_init_kw() : eval.h
- rb_obj_class() : newobj.h
- rb_obj_classname() : ruby.h
- rb_obj_clone() : object.h
- rb_obj_dup() : object.h
- rb_obj_encoding() : string.h
- rb_obj_freeze() : object.h
- rb_obj_freeze_inline() : fl_type.h
- RB_OBJ_FREEZE_RAW() : fl_type.h
- RB_OBJ_FROZEN() : fl_type.h
- rb_obj_frozen_p() : object.h
- RB_OBJ_FROZEN_RAW() : fl_type.h
- rb_obj_hide() : rbasic.h
- rb_obj_id() : object.h
- RB_OBJ_INFECT() : fl_type.h
- RB_OBJ_INFECT_RAW() : fl_type.h
- rb_obj_init_copy() : object.h
- rb_obj_instance_eval() : vm.h
- rb_obj_instance_exec() : vm.h
- rb_obj_instance_variables() : variable.h
- rb_obj_is_fiber() : cont.h
- rb_obj_is_instance_of() : object.h
- rb_obj_is_kind_of() : object.h
- rb_obj_is_method() : proc.h
- rb_obj_is_proc() : proc.h
- rb_obj_method() : proc.h
- rb_obj_method_arity() : proc.h
- RB_OBJ_PROMOTED() : gc.h
- RB_OBJ_PROMOTED_RAW() : gc.h
- rb_obj_remove_instance_variable() : variable.h
- rb_obj_respond_to() : vm.h
- rb_obj_reveal() : rbasic.h
- rb_obj_setup() : newobj.h
- rb_obj_singleton_methods() : class.h
- RB_OBJ_TAINT() : fl_type.h
- RB_OBJ_TAINT_RAW() : fl_type.h
- RB_OBJ_TAINTABLE() : fl_type.h
- RB_OBJ_TAINTED() : fl_type.h
- RB_OBJ_TAINTED_RAW() : fl_type.h
- rb_obj_wb_unprotect() : gc.h
- rb_orig_errno_ptr() : ruby.h
- rb_out_of_int() : long.h
- rb_p() : ruby.h
- rb_path2class() : variable.h
- rb_path_check() : hash.h
- rb_path_to_class() : variable.h
- rb_pipe() : io.h
- rb_postponed_job_preregister() : debug.h
- rb_postponed_job_register() : debug.h
- rb_postponed_job_register_one() : debug.h
- rb_postponed_job_trigger() : debug.h
- rb_proc_arity() : proc.h
- rb_proc_call() : proc.h
- rb_proc_call_kw() : proc.h
- rb_proc_call_with_block() : proc.h
- rb_proc_call_with_block_kw() : proc.h
- rb_proc_exec() : process.h
- rb_proc_lambda_p() : proc.h
- rb_proc_new() : proc.h
- rb_proc_times() : process.h
- rb_process_status_wait() : process.h
- rb_profile_frame_absolute_path() : debug.h
- rb_profile_frame_base_label() : debug.h
- rb_profile_frame_classpath() : debug.h
- rb_profile_frame_first_lineno() : debug.h
- rb_profile_frame_full_label() : debug.h
- rb_profile_frame_label() : debug.h
- rb_profile_frame_method_name() : debug.h
- rb_profile_frame_path() : debug.h
- rb_profile_frame_qualified_method_name() : debug.h
- rb_profile_frame_singleton_method_p() : debug.h
- rb_profile_frames() : debug.h
- rb_profile_thread_frames() : debug.h
- rb_protect() : proc.h
- rb_provide() : load.h
- rb_provided() : load.h
- rb_ractor_local_storage_ptr() : ractor.h
- rb_ractor_local_storage_ptr_newkey() : ractor.h
- rb_ractor_local_storage_ptr_set() : ractor.h
- rb_ractor_local_storage_value() : ractor.h
- rb_ractor_local_storage_value_lookup() : ractor.h
- rb_ractor_local_storage_value_newkey() : ractor.h
- rb_ractor_local_storage_value_set() : ractor.h
- rb_ractor_make_shareable() : ractor.h
- rb_ractor_make_shareable_copy() : ractor.h
- rb_ractor_shareable_p() : ractor.h
- rb_ractor_stderr() : ractor.h
- rb_ractor_stderr_set() : ractor.h
- rb_ractor_stdin() : ractor.h
- rb_ractor_stdin_set() : ractor.h
- rb_ractor_stdout() : ractor.h
- rb_ractor_stdout_set() : ractor.h
- rb_rand_bytes_int32() : random.h
- rb_rand_if() : random.h
- rb_random_base_init() : random.h
- rb_random_bytes() : random.h
- rb_random_int32() : random.h
- rb_random_mark() : random.h
- rb_random_real() : random.h
- rb_random_ulong_limited() : random.h
- rb_range_beg_len() : range.h
- rb_range_new() : range.h
- rb_range_values() : range.h
- rb_Rational() : rational.h
- rb_rational_den() : rational.h
- rb_rational_new() : rational.h
- rb_rational_num() : rational.h
- rb_rational_raw() : rational.h
- rb_readwrite_sys_fail() : error.h
- rb_readwrite_syserr_fail() : error.h
- rb_refinement_new() : class.h
- rb_reg_adjust_startpos() : re.h
- rb_reg_backref_number() : re.h
- rb_reg_last_match() : re.h
- rb_reg_match() : re.h
- rb_reg_match2() : re.h
- rb_reg_match_last() : re.h
- rb_reg_match_post() : re.h
- rb_reg_match_pre() : re.h
- rb_reg_new() : re.h
- rb_reg_new_str() : re.h
- rb_reg_nth_defined() : re.h
- rb_reg_nth_match() : re.h
- rb_reg_onig_match() : re.h
- rb_reg_options() : re.h
- rb_reg_prepare_re() : re.h
- rb_reg_quote() : re.h
- rb_reg_regcomp() : re.h
- rb_reg_region_copy() : re.h
- rb_reg_regsub() : re.h
- rb_reg_search() : re.h
- rb_remove_event_hook() : event.h
- rb_remove_event_hook_with_data() : debug.h
- rb_remove_method() : vm.h
- rb_remove_method_id() : vm.h
- rb_require() : ruby.h
- rb_require_string() : load.h
- rb_rescue() : iterator.h
- rb_rescue2() : iterator.h
- rb_reserved_fd_p() : io.h
- rb_reset_random_seed() : random.h
- rb_respond_to() : vm.h
- rb_scan_args() : scan_args.h
- rb_scan_args_kw() : scan_args.h
- rb_set_class_path() : variable.h
- rb_set_class_path_string() : variable.h
- rb_set_end_proc() : eval.h
- rb_set_errinfo() : error.h
- rb_singleton_class() : class.h
- rb_singleton_class_attached() : newobj.h
- rb_singleton_class_clone() : newobj.h
- rb_sourcefile() : vm.h
- rb_sourceline() : vm.h
- rb_spawn() : process.h
- rb_spawn_err() : process.h
- rb_special_const_p() : special_consts.h
- RB_SPECIAL_CONST_P() : special_consts.h
- rb_sprintf() : sprintf.h
- RB_ST2FIX() : st_data_t.h
- rb_st_foreach_safe() : hash.h
- rb_stat_new() : io.h
- RB_STATIC_SYM_P() : special_consts.h
- rb_str2inum() : bignum.h
- rb_str_append() : string.h
- rb_str_buf_append() : string.h
- rb_str_buf_cat() : string.h
- rb_str_buf_cat2() : string.h
- rb_str_buf_cat_ascii() : string.h
- rb_str_buf_new() : string.h
- rb_str_buf_new_cstr() : string.h
- rb_str_capacity() : string.h
- rb_str_cat() : string.h
- rb_str_cat2() : string.h
- rb_str_cat_cstr() : string.h
- rb_str_catf() : sprintf.h
- rb_str_cmp() : string.h
- rb_str_coderange_scan_restartable() : string.h
- rb_str_comparable() : string.h
- rb_str_concat() : string.h
- rb_str_conv_enc() : string.h
- rb_str_conv_enc_opts() : string.h
- rb_str_drop_bytes() : string.h
- rb_str_dump() : string.h
- rb_str_dup() : string.h
- rb_str_dup_frozen() : string.h
- rb_str_ellipsize() : string.h
- rb_str_encode() : transcode.h
- rb_str_encode_ospath() : file.h
- rb_str_equal() : string.h
- rb_str_export() : rstring.h
- rb_str_export_locale() : rstring.h
- rb_str_export_to_enc() : string.h
- rb_str_format() : sprintf.h
- rb_str_free() : string.h
- rb_str_freeze() : string.h
- rb_str_hash() : string.h
- rb_str_hash_cmp() : string.h
- rb_str_inspect() : string.h
- rb_str_intern() : string.h
- rb_str_length() : string.h
- rb_str_locktmp() : string.h
- rb_str_modify() : string.h
- rb_str_modify_expand() : string.h
- rb_str_new() : string.h
- rb_str_new_cstr() : string.h
- rb_str_new_frozen() : string.h
- rb_str_new_shared() : string.h
- rb_str_new_static() : string.h
- rb_str_new_with_class() : string.h
- rb_str_offset() : string.h
- rb_str_plus() : string.h
- rb_str_replace() : string.h
- rb_str_resize() : string.h
- rb_str_resurrect() : string.h
- rb_str_scrub() : string.h
- rb_str_set_len() : string.h
- rb_str_shared_replace() : string.h
- rb_str_split() : string.h
- rb_str_strlen() : string.h
- rb_str_sublen() : string.h
- rb_str_subpos() : string.h
- rb_str_subseq() : string.h
- rb_str_substr() : string.h
- rb_str_succ() : string.h
- rb_str_times() : string.h
- rb_str_tmp_new() : string.h
- rb_str_to_dbl() : object.h
- rb_str_to_interned_str() : string.h
- rb_str_to_inum() : bignum.h
- rb_str_to_str() : rstring.h
- rb_str_unlocktmp() : string.h
- rb_str_update() : string.h
- rb_str_vcatf() : sprintf.h
- rb_String() : object.h
- rb_string_value() : rstring.h
- rb_string_value_cstr() : rstring.h
- rb_string_value_ptr() : rstring.h
- rb_struct_alloc() : struct.h
- rb_struct_alloc_noinit() : struct.h
- rb_struct_aref() : rstruct.h
- rb_struct_aset() : rstruct.h
- rb_struct_define() : struct.h
- rb_struct_define_under() : struct.h
- rb_struct_define_without_accessor() : struct.h
- rb_struct_define_without_accessor_under() : struct.h
- rb_struct_getmember() : struct.h
- rb_struct_initialize() : struct.h
- rb_struct_members() : struct.h
- rb_struct_new() : struct.h
- rb_struct_s_members() : struct.h
- rb_struct_size() : rstruct.h
- rb_sym2id() : symbol.h
- rb_sym2str() : symbol.h
- rb_sym_all_symbols() : parse.h
- rb_sym_to_s() : string.h
- RB_SYMBOL_P() : value_type.h
- rb_symname_p() : parse.h
- rb_syswait() : process.h
- RB_TEST() : special_consts.h
- rb_thread_add_event_hook() : debug.h
- rb_thread_alone() : thread.h
- rb_thread_atfork() : thread.h
- rb_thread_atfork_before_exec() : thread.h
- rb_thread_call_with_gvl() : thread.h
- rb_thread_call_without_gvl() : thread.h
- rb_thread_call_without_gvl2() : thread.h
- rb_thread_check_ints() : thread.h
- rb_thread_create() : thread.h
- rb_thread_current() : thread.h
- rb_thread_fd_close() : thread.h
- rb_thread_fd_select() : select.h
- rb_thread_fd_writable() : thread.h
- rb_thread_interrupted() : thread.h
- rb_thread_kill() : thread.h
- rb_thread_local_aref() : thread.h
- rb_thread_local_aset() : thread.h
- rb_thread_lock_native_thread() : thread.h
- rb_thread_main() : thread.h
- rb_thread_remove_event_hook() : debug.h
- rb_thread_remove_event_hook_with_data() : debug.h
- rb_thread_run() : thread.h
- rb_thread_schedule() : thread.h
- rb_thread_sleep() : thread.h
- rb_thread_sleep_deadly() : thread.h
- rb_thread_sleep_forever() : thread.h
- rb_thread_stop() : thread.h
- rb_thread_wait_fd() : thread.h
- rb_thread_wait_for() : thread.h
- rb_thread_wakeup() : thread.h
- rb_thread_wakeup_alive() : thread.h
- rb_throw() : iterator.h
- rb_throw_obj() : iterator.h
- rb_time_interval() : time.h
- rb_time_nano_new() : time.h
- rb_time_new() : time.h
- rb_time_num_new() : time.h
- rb_time_timespec() : time.h
- rb_time_timespec_interval() : time.h
- rb_time_timespec_new() : time.h
- rb_time_timeval() : time.h
- rb_time_utc_offset() : time.h
- rb_timespec_now() : time.h
- rb_to_encoding() : encoding.h
- rb_to_encoding_index() : encoding.h
- rb_to_float() : object.h
- rb_to_id() : symbol.h
- rb_to_int() : object.h
- rb_to_symbol() : symbol.h
- rb_tolower() : ctype.h
- rb_toupper() : ctype.h
- rb_tracearg_binding() : debug.h
- rb_tracearg_callee_id() : debug.h
- rb_tracearg_defined_class() : debug.h
- rb_tracearg_event() : debug.h
- rb_tracearg_event_flag() : debug.h
- rb_tracearg_from_tracepoint() : debug.h
- rb_tracearg_lineno() : debug.h
- rb_tracearg_method_id() : debug.h
- rb_tracearg_object() : debug.h
- rb_tracearg_path() : debug.h
- rb_tracearg_raised_exception() : debug.h
- rb_tracearg_return_value() : debug.h
- rb_tracearg_self() : debug.h
- rb_tracepoint_disable() : debug.h
- rb_tracepoint_enable() : debug.h
- rb_tracepoint_enabled_p() : debug.h
- rb_tracepoint_new() : debug.h
- rb_type() : value_type.h
- RB_TYPE_P() : value_type.h
- rb_typeddata_inherited_p() : rtypeddata.h
- rb_typeddata_is_kind_of() : rtypeddata.h
- rb_uint2big() : intptr_t.h
- rb_uint2inum() : intptr_t.h
- rb_uint2num_inline() : int.h
- rb_ull2inum() : long_long.h
- rb_ull2num_inline() : long_long.h
- rb_ulong2num_inline() : long.h
- rb_undef() : class.h
- rb_undef_alloc_func() : vm.h
- RB_UNDEF_P() : special_consts.h
- rb_undefine_finalizer() : gc.h
- rb_update_max_fd() : io.h
- rb_usascii_encindex() : encoding.h
- rb_usascii_encoding() : encoding.h
- rb_usascii_str_new() : string.h
- rb_usascii_str_new_cstr() : string.h
- rb_usascii_str_new_static() : string.h
- rb_utf8_encindex() : encoding.h
- rb_utf8_encoding() : encoding.h
- rb_utf8_str_new() : string.h
- rb_utf8_str_new_cstr() : string.h
- rb_utf8_str_new_static() : string.h
- rb_uv_to_utf8() : bignum.h
- rb_vrescue2() : iterator.h
- rb_vsprintf() : sprintf.h
- rb_w32_fd_copy() : win32.h
- rb_w32_fd_dup() : win32.h
- rb_wait_for_single_fd() : io.h
- rb_waitpid() : process.h
- rb_write_error() : io.h
- rb_write_error2() : io.h
- rb_yield() : iterator.h
- rb_yield_block() : iterator.h
- rb_yield_splat() : iterator.h
- rb_yield_splat_kw() : iterator.h
- rb_yield_values() : iterator.h
- rb_yield_values2() : iterator.h
- rb_yield_values_kw() : iterator.h
- RBASIC_CLASS() : rbasic.h
- RBIGNUM_NEGATIVE_P() : rbignum.h
- RBIGNUM_POSITIVE_P() : rbignum.h
- RBIMPL_ATTR_CONST() : io.h
- RBIMPL_ATTR_NORETURN() : io.h
- RBIMPL_ATTR_PURE() : io.h
- RMATCH_REGS() : rmatch.h
- ROBJECT_IVPTR() : robject.h
- RREGEXP_SRC() : rregexp.h
- RREGEXP_SRC_END() : rregexp.h
- RREGEXP_SRC_LEN() : rregexp.h
- RREGEXP_SRC_PTR() : rregexp.h
- RSTRING_END() : rstring.h
- RSTRING_LEN() : rstring.h
- RSTRING_LENINT() : rstring.h
- RSTRING_PTR() : rstring.h
- RSTRUCT_GET() : rstruct.h
- RSTRUCT_LEN() : rstruct.h
- RSTRUCT_SET() : rstruct.h
- RTYPEDDATA_P() : rtypeddata.h
- RTYPEDDATA_TYPE() : rtypeddata.h
- ruby_brace_glob() : glob.h
- ruby_cleanup() : interpreter.h
- ruby_default_signal() : signal.h
- ruby_each_words() : util.h
- ruby_enc_find_basename() : pathname.h
- ruby_enc_find_extname() : pathname.h
- ruby_exec_node() : interpreter.h
- ruby_executable_node() : interpreter.h
- ruby_finalize() : interpreter.h
- ruby_free_at_exit_p() : vm.h
- ruby_getcwd() : util.h
- ruby_glob() : glob.h
- ruby_incpush() : interpreter.h
- ruby_init() : interpreter.h
- ruby_init_loadpath() : interpreter.h
- ruby_init_stack() : interpreter.h
- ruby_native_thread_p() : ruby.h
- ruby_options() : interpreter.h
- ruby_process_options() : interpreter.h
- ruby_prog_init() : interpreter.h
- ruby_qsort() : util.h
- ruby_run_node() : interpreter.h
- ruby_scan_digits() : util.h
- ruby_scan_hex() : util.h
- ruby_scan_oct() : util.h
- ruby_script() : interpreter.h
- ruby_set_argv() : interpreter.h
- ruby_set_script_name() : interpreter.h
- ruby_setenv() : util.h
- ruby_setup() : interpreter.h
- ruby_show_copyright() : interpreter.h
- ruby_show_version() : interpreter.h
- ruby_sig_finalize() : interpreter.h
- ruby_signal_name() : signal.h
- ruby_snprintf() : ruby.h
- ruby_stack_check() : interpreter.h
- ruby_stack_length() : interpreter.h
- ruby_stop() : interpreter.h
- ruby_strdup() : util.h
- ruby_strtod() : util.h
- ruby_strtoul() : ctype.h
- ruby_sysinit() : interpreter.h
- ruby_unsetenv() : util.h
- ruby_vm_at_exit() : vm.h
- ruby_vm_destruct() : vm.h
- ruby_vsnprintf() : ruby.h
- ruby_xcalloc() : xmalloc.h
- ruby_xfree() : xmalloc.h
- ruby_xmalloc() : xmalloc.h
- ruby_xmalloc2() : xmalloc.h
- ruby_xrealloc() : xmalloc.h
- ruby_xrealloc2() : xmalloc.h