Home
last modified time | relevance | path

Searched refs:rb_locale_str_new_cstr (Results 1 – 8 of 8) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/ext/readline/
H A Dreadline.c537 result = rb_locale_str_new_cstr(buff); in readline_readline()
953 return rb_locale_str_new_cstr(rl_line_buffer); in readline_s_get_line_buffer()
1389 return rb_locale_str_new_cstr(rl_basic_word_break_characters); in readline_s_get_basic_word_break_characters()
1559 return rb_locale_str_new_cstr(rl_basic_quote_characters); in readline_s_get_basic_quote_characters()
1615 return rb_locale_str_new_cstr(rl_completer_quote_characters); in readline_s_get_completer_quote_characters()
1669 return rb_locale_str_new_cstr(rl_filename_quote_characters); in readline_s_get_filename_quote_characters()
1728 return rb_locale_str_new_cstr(entry->line); in hist_get()
1785 val = rb_locale_str_new_cstr(entry->line); in rb_remove_history()
1830 rb_yield(rb_locale_str_new_cstr(entry->line)); in hist_each()
1884 rb_ary_push(result, rb_locale_str_new_cstr(matches[i])); in filename_completion_proc_call()
[all …]
/dports/lang/ruby26/ruby-2.6.9/include/ruby/
H A Dintern.h737 VALUE rb_locale_str_new_cstr(const char*);
854 #define rb_locale_str_new_cstr(str) RB_GNUC_EXTENSION_BLOCK( \ macro
857 rb_locale_str_new_cstr(str) \
/dports/lang/ruby26/ruby-2.6.9/ext/etc/
H A Detc.c108 return rb_locale_str_new_cstr(str); in safe_setup_locale_str()
/dports/lang/ruby26/ruby-2.6.9/spec/ruby/optional/capi/
H A Dstring_spec.rb732 s = @s.rb_locale_str_new_cstr("abc")
/dports/lang/ruby26/ruby-2.6.9/spec/ruby/optional/capi/ext/
H A Dstring_spec.c263 return rb_locale_str_new_cstr(RSTRING_PTR(str)); in string_spec_rb_locale_str_new_cstr()
/dports/lang/ruby26/ruby-2.6.9/
H A Dstring.c57 #undef rb_locale_str_new_cstr
1125 rb_locale_str_new_cstr(const char *ptr) in rb_locale_str_new_cstr() function
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-2.4.04662 rb_external_str_new_cstr, rb_locale_str_new_cstr,
H A DChangeLog-1.9.39467 * time.c (time_zone): use rb_locale_str_new_cstr to set encoding
36643 * string.c (rb_locale_str_new_cstr): ditto.
36645 * ext/readline/readline.c: now use rb_locale_str_new_cstr().