debug.h: VALUE rb_tracepoint_new(VALUE target_thread_not_supported_yet, rb_event_flag_t events, void (*func) encoding.h: VALUE rb_enc_str_new(const char*, long, rb_encoding*) encoding.h: VALUE rb_enc_str_new_cstr(const char*, rb_encoding*) encoding.h: VALUE rb_enc_str_new_static(const char*, long, rb_encoding*) encoding.h: VALUE rb_enc_reg_new(const char*, long, rb_encoding*, int) encoding.h: VALUE rb_external_str_new_with_enc(const char *ptr, long len, rb_encoding *) encoding.h: #define rb_enc_str_new(str, len, enc) encoding.h: #define rb_enc_str_new_cstr(str, enc) encoding.h: #define rb_enc_is_newline(p,end,enc) double.h: VALUE rb_float_new(double) double.h: VALUE rb_float_new_in_heap(double) intptr_t.h: #define rb_int_new rb_int2inum intptr_t.h: #define rb_uint_new rb_uint2inum long.h: #define rb_fix_new RB_INT2FIX error.h: #define rb_exc_new2 rb_exc_new_cstr error.h: #define rb_exc_new3 rb_exc_new_str error.h: VALUE rb_exc_new(VALUE, const char*, long) error.h: VALUE rb_exc_new_cstr(VALUE, const char*) error.h: VALUE rb_exc_new_str(VALUE, VALUE) array.h: VALUE rb_assoc_new(VALUE, VALUE) array.h: VALUE rb_ary_new(void) array.h: VALUE rb_ary_new_capa(long capa) array.h: VALUE rb_ary_new_from_args(long n, ...) array.h: VALUE rb_ary_new_from_values(long n, const VALUE *elts) array.h: VALUE rb_ary_tmp_new(long) array.h: #define rb_ary_new2 rb_ary_new_capa array.h: #define rb_ary_new3 rb_ary_new_from_args array.h: #define rb_ary_new4 rb_ary_new_from_values bignum.h: VALUE rb_big_new(size_t, int) class.h: VALUE rb_class_new(VALUE) class.h: VALUE rb_module_new(void) complex.h: VALUE rb_complex_new(VALUE, VALUE) complex.h: #define rb_complex_new1(x) complex.h: #define rb_complex_new2(x,y) complex.h: VALUE rb_complex_new_polar(VALUE abs, VALUE arg) complex.h: VALUE rb_dbl_complex_new(double real, double imag) cont.h: VALUE rb_fiber_new(rb_block_call_func_t, VALUE) cont.h: VALUE rb_fiber_new_kw(rb_block_call_func_t, VALUE, int kw_splat) hash.h: VALUE rb_hash_new(void) io.h: VALUE rb_stat_new(const struct stat *) object.h: VALUE rb_class_new_instance_pass_kw(int, const VALUE *, VALUE) object.h: VALUE rb_class_new_instance(int, const VALUE*, VALUE) object.h: VALUE rb_class_new_instance_kw(int, const VALUE*, VALUE, int) proc.h: VALUE rb_proc_new(rb_block_call_func_t, VALUE) proc.h: VALUE rb_binding_new(void) range.h: VALUE rb_range_new(VALUE, VALUE, int) rational.h: VALUE rb_rational_new(VALUE, VALUE) rational.h: #define rb_rational_new1(x) rational.h: #define rb_rational_new2(x,y) string.h: VALUE rb_str_new(const char*, long) string.h: VALUE rb_str_new_cstr(const char*) string.h: VALUE rb_str_new_shared(VALUE) string.h: VALUE rb_str_new_frozen(VALUE) string.h: VALUE rb_str_new_with_class(VALUE, const char*, long) string.h: VALUE rb_tainted_str_new_cstr(const char*) string.h: VALUE rb_tainted_str_new(const char*, long) string.h: VALUE rb_external_str_new(const char*, long) string.h: VALUE rb_external_str_new_cstr(const char*) string.h: VALUE rb_locale_str_new(const char*, long) string.h: VALUE rb_locale_str_new_cstr(const char*) string.h: VALUE rb_filesystem_str_new(const char*, long) string.h: VALUE rb_filesystem_str_new_cstr(const char*) string.h: VALUE rb_str_buf_new(long) string.h: VALUE rb_str_buf_new_cstr(const char*) string.h: VALUE rb_str_buf_new2(const char*) string.h: VALUE rb_str_tmp_new(long) string.h: VALUE rb_usascii_str_new(const char*, long) string.h: VALUE rb_usascii_str_new_cstr(const char*) string.h: VALUE rb_utf8_str_new(const char*, long) string.h: VALUE rb_utf8_str_new_cstr(const char*) string.h: VALUE rb_str_new_static(const char *ptr, long len) string.h: VALUE rb_usascii_str_new_static(const char *ptr, long len) string.h: VALUE rb_utf8_str_new_static(const char *ptr, long len) string.h: #define rb_str_new(str, len) string.h: #define rb_str_new_cstr(str) string.h: #define rb_usascii_str_new(str, len) string.h: #define rb_utf8_str_new(str, len) string.h: #define rb_tainted_str_new_cstr(str) string.h: #define rb_usascii_str_new_cstr(str) string.h: #define rb_utf8_str_new_cstr(str) string.h: #define rb_external_str_new_cstr(str) string.h: #define rb_locale_str_new_cstr(str) string.h: #define rb_str_buf_new_cstr(str) string.h: #define rb_exc_new_cstr(exc, str) string.h: #define rb_str_new2 rb_str_new_cstr string.h: #define rb_str_new3 rb_str_new_shared string.h: #define rb_str_new4 rb_str_new_frozen string.h: #define rb_str_new5 rb_str_new_with_class string.h: #define rb_tainted_str_new2 rb_tainted_str_new_cstr string.h: #define rb_str_buf_new2 rb_str_buf_new_cstr string.h: #define rb_usascii_str_new2 rb_usascii_str_new_cstr string.h: #define rb_str_new_lit(str) string.h: #define rb_usascii_str_new_lit(str) string.h: #define rb_utf8_str_new_lit(str) string.h: #define rb_enc_str_new_lit(str, enc) string.h: #define rb_str_new_literal(str) string.h: #define rb_usascii_str_new_literal(str) string.h: #define rb_utf8_str_new_literal(str) string.h: #define rb_enc_str_new_literal(str, enc) struct.h: VALUE rb_struct_new(VALUE, ...) time.h: VALUE rb_time_new(time_t, long) time.h: VALUE rb_time_nano_new(time_t, long) time.h: VALUE rb_time_timespec_new(const struct timespec *, int) time.h: VALUE rb_time_num_new(VALUE, VALUE)