Ruby 1.9.3p327(2012-11-10revision37606)
|
#include "ruby/config.h"
#include <errno.h>
#include <stdio.h>
#include <string.h>
#include "ruby/ruby.h"
#include "ruby/io.h"
Go to the source code of this file.
#define COMPLETION_CASE_FOLD "completion_case_fold" |
Definition at line 59 of file readline.c.
Referenced by Init_readline().
#define COMPLETION_PROC "completion_proc" |
Definition at line 58 of file readline.c.
Referenced by Init_readline().
#define EDIT_LINE_LIBRARY_VERSION "EditLine wrapper" |
Definition at line 49 of file readline.c.
Referenced by Init_readline().
#define hist_clear rb_f_notimplement |
Definition at line 1463 of file readline.c.
Referenced by Init_readline().
#define hist_set rb_f_notimplement |
Definition at line 1337 of file readline.c.
Referenced by Init_readline().
#define OutputStringValue | ( | str | ) |
do {\ SafeStringValue(str);\ (str) = rb_str_conv_enc((str), rb_enc_get(str), rb_locale_encoding());\ } while (0)\
Definition at line 84 of file readline.c.
Referenced by hist_push(), hist_push_method(), and readline_readline().
#define readline_s_emacs_editing_mode rb_f_notimplement |
Definition at line 842 of file readline.c.
Referenced by Init_readline().
#define readline_s_emacs_editing_mode_p rb_f_notimplement |
Definition at line 863 of file readline.c.
Referenced by Init_readline().
#define readline_s_get_basic_quote_characters rb_f_notimplement |
Definition at line 1132 of file readline.c.
Referenced by Init_readline().
#define readline_s_get_basic_word_break_characters rb_f_notimplement |
Definition at line 1012 of file readline.c.
Referenced by Init_readline().
#define readline_s_get_completer_quote_characters rb_f_notimplement |
Definition at line 1194 of file readline.c.
Referenced by Init_readline().
#define readline_s_get_completer_word_break_characters rb_f_notimplement |
Definition at line 1073 of file readline.c.
Referenced by Init_readline().
#define readline_s_get_completion_append_character rb_f_notimplement |
Definition at line 951 of file readline.c.
Referenced by Init_readline().
#define readline_s_get_filename_quote_characters rb_f_notimplement |
Definition at line 1254 of file readline.c.
Referenced by Init_readline().
#define readline_s_get_line_buffer rb_f_notimplement |
Definition at line 624 of file readline.c.
Referenced by Init_readline().
#define readline_s_get_point rb_f_notimplement |
Definition at line 648 of file readline.c.
Referenced by Init_readline().
#define readline_s_get_screen_size rb_f_notimplement |
Definition at line 775 of file readline.c.
Referenced by Init_readline().
#define readline_s_refresh_line rb_f_notimplement |
Definition at line 1274 of file readline.c.
Referenced by Init_readline().
#define readline_s_set_basic_quote_characters rb_f_notimplement |
Definition at line 1109 of file readline.c.
Referenced by Init_readline().
#define readline_s_set_basic_word_break_characters rb_f_notimplement |
Definition at line 988 of file readline.c.
Referenced by Init_readline().
#define readline_s_set_completer_quote_characters rb_f_notimplement |
Definition at line 1170 of file readline.c.
Referenced by Init_readline().
#define readline_s_set_completer_word_break_characters rb_f_notimplement |
Definition at line 1049 of file readline.c.
Referenced by Init_readline().
#define readline_s_set_completion_append_character rb_f_notimplement |
Definition at line 923 of file readline.c.
Referenced by Init_readline().
#define readline_s_set_filename_quote_characters rb_f_notimplement |
Definition at line 1230 of file readline.c.
Referenced by Init_readline().
#define readline_s_set_screen_size rb_f_notimplement |
Definition at line 745 of file readline.c.
Referenced by Init_readline().
#define readline_s_vi_editing_mode rb_f_notimplement |
Definition at line 798 of file readline.c.
Referenced by Init_readline().
#define readline_s_vi_editing_mode_p rb_f_notimplement |
Definition at line 819 of file readline.c.
Referenced by Init_readline().
#define rl_completion_matches completion_matches |
Definition at line 72 of file readline.c.
Referenced by filename_completion_proc_call(), and username_completion_proc_call().
#define rl_filename_completion_function filename_completion_function |
Definition at line 66 of file readline.c.
Referenced by filename_completion_proc_call().
#define rl_username_completion_function username_completion_function |
Definition at line 69 of file readline.c.
Referenced by username_completion_proc_call().
#define USE_INSERT_IGNORE_ESCAPE 0 |
Definition at line 54 of file readline.c.
Definition at line 1467 of file readline.c.
References free, Qnil, RARRAY_LEN, rb_ary_new(), rb_ary_push(), rb_ary_shift(), rb_locale_str_new_cstr(), result, rl_completion_matches, rl_filename_completion_function, and StringValuePtr.
Referenced by Init_readline().
Definition at line 1440 of file readline.c.
References NUM2INT, rb_eIndexError, rb_raise(), rb_remove_history(), and rb_secure().
Referenced by Init_readline().
Definition at line 1408 of file readline.c.
References history_get_offset_func, NULL, rb_locale_str_new_cstr(), rb_secure(), rb_yield(), and RETURN_ENUMERATOR.
Referenced by Init_readline().
Definition at line 1433 of file readline.c.
References Qfalse, Qtrue, and rb_secure().
Referenced by Init_readline().
Definition at line 1296 of file readline.c.
References history_get_offset_func, NULL, NUM2INT, rb_eIndexError, rb_locale_str_new_cstr(), rb_raise(), and rb_secure().
Referenced by Init_readline().
Definition at line 1426 of file readline.c.
References INT2NUM(), and rb_secure().
Referenced by Init_readline().
Definition at line 1386 of file readline.c.
References Qnil, rb_remove_history(), and rb_secure().
Referenced by Init_readline().
Definition at line 1341 of file readline.c.
References OutputStringValue, rb_secure(), and RSTRING_PTR.
Referenced by Init_readline().
Definition at line 1350 of file readline.c.
References OutputStringValue, rb_secure(), and RSTRING_PTR.
Referenced by Init_readline().
Definition at line 1397 of file readline.c.
References Qnil, rb_remove_history(), and rb_secure().
Referenced by Init_readline().
Definition at line 1278 of file readline.c.
References rb_str_new_cstr().
Referenced by Init_readline().
static int history_get_offset_0 | ( | int | offset | ) | [static] |
Definition at line 1290 of file readline.c.
Referenced by Init_readline().
static int history_get_offset_history_base | ( | int | offset | ) | [static] |
Definition at line 1284 of file readline.c.
Referenced by Init_readline().
void Init_readline | ( | ) |
Definition at line 1517 of file readline.c.
References COMPLETION_CASE_FOLD, completion_case_fold, COMPLETION_PROC, completion_proc, CONST_ID, EDIT_LINE_LIBRARY_VERSION, filename_completion_proc_call(), free, hist_clear, hist_delete_at(), hist_each(), hist_empty_p(), hist_get(), hist_length(), hist_pop(), hist_push(), hist_push_method(), hist_set, hist_shift(), hist_to_s(), history_get_offset_0(), history_get_offset_func, history_get_offset_history_base(), history_replace_offset_func, mReadline, NULL, rb_cObject, rb_define_const(), rb_define_module(), rb_define_module_function(), rb_define_singleton_method(), rb_extend_object(), rb_intern, rb_intern_const, rb_mEnumerable, rb_obj_alloc(), rb_stdin, rb_str_new_cstr(), readline_attempted_completion_function(), readline_readline(), readline_s_emacs_editing_mode, readline_s_emacs_editing_mode_p, readline_s_get_basic_quote_characters, readline_s_get_basic_word_break_characters, readline_s_get_completer_quote_characters, readline_s_get_completer_word_break_characters, readline_s_get_completion_append_character, readline_s_get_completion_case_fold(), readline_s_get_completion_proc(), readline_s_get_filename_quote_characters, readline_s_get_line_buffer, readline_s_get_point, readline_s_get_screen_size, readline_s_refresh_line, readline_s_set_basic_quote_characters, readline_s_set_basic_word_break_characters, readline_s_set_completer_quote_characters, readline_s_set_completer_word_break_characters, readline_s_set_completion_append_character, readline_s_set_completion_case_fold(), readline_s_set_completion_proc(), readline_s_set_filename_quote_characters, readline_s_set_input(), readline_s_set_output(), readline_s_set_screen_size, readline_s_vi_editing_mode, readline_s_vi_editing_mode_p, strlen(), username_completion_proc_call(), and version().
static VALUE rb_remove_history | ( | int | index | ) | [static] |
Definition at line 1364 of file readline.c.
References free, Qnil, rb_locale_str_new_cstr(), rb_notimplement(), and rb_secure().
Referenced by hist_delete_at(), hist_pop(), and hist_shift().
static char ** readline_attempted_completion_function | ( | const char * | text, |
int | start, | ||
int | end | ||
) | [static] |
Definition at line 652 of file readline.c.
References ALLOC_N, completion_case_fold, completion_proc, malloc(), mReadline, NIL_P, NULL, RARRAY_LEN, RARRAY_PTR, rb_Array(), rb_attr_get(), rb_enc_check(), rb_enc_codepoint_len(), rb_enc_from_encoding(), rb_eNoMemError, rb_funcall(), rb_intern, rb_locale_encoding(), rb_locale_str_new_cstr(), rb_memerror(), rb_obj_as_string(), rb_raise(), rb_tolower(), RB_TYPE_P, result, RSTRING_LEN, RSTRING_PTR, RTEST, strdup, StringValueCStr, strlen(), and T_ARRAY.
Referenced by Init_readline().
Definition at line 266 of file readline.c.
Referenced by readline_readline().
Definition at line 361 of file readline.c.
References errno, fileno, free, fstat, NULL, OutputStringValue, Qnil, rb_eIOError, rb_jump_tag(), rb_locale_str_new_cstr(), rb_protect(), rb_raise(), rb_scan_args(), rb_secure(), rb_str_locktmp(), rb_str_unlocktmp(), readline_get(), result, RSTRING_PTR, RTEST, and stat.
Referenced by Init_readline().
Definition at line 597 of file readline.c.
References completion_case_fold, mReadline, rb_attr_get(), and rb_secure().
Referenced by Init_readline().
Definition at line 559 of file readline.c.
References completion_proc, mReadline, rb_attr_get(), and rb_secure().
Referenced by Init_readline().
Definition at line 574 of file readline.c.
References completion_case_fold, mReadline, rb_ivar_set(), and rb_secure().
Referenced by Init_readline().
Definition at line 542 of file readline.c.
References completion_proc, mReadline, NIL_P, rb_eArgError, rb_intern, rb_ivar_set(), rb_raise(), rb_respond_to(), and rb_secure().
Referenced by Init_readline().
Definition at line 436 of file readline.c.
References Check_Type, GetOpenFile, input, rb_io_stdio_file(), rb_secure(), and T_FILE.
Referenced by Init_readline().
Definition at line 460 of file readline.c.
References Check_Type, GetOpenFile, output, rb_io_stdio_file(), rb_secure(), and T_FILE.
Referenced by Init_readline().
Definition at line 1492 of file readline.c.
References free, Qnil, RARRAY_LEN, rb_ary_new(), rb_ary_push(), rb_ary_shift(), rb_locale_str_new_cstr(), result, rl_completion_matches, rl_username_completion_function, and StringValuePtr.
Referenced by Init_readline().
Definition at line 60 of file readline.c.
Referenced by Init_readline(), readline_attempted_completion_function(), readline_s_get_completion_case_fold(), and readline_s_set_completion_case_fold().
ID completion_proc [static] |
Definition at line 60 of file readline.c.
Referenced by Init_readline(), readline_attempted_completion_function(), readline_s_get_completion_proc(), and readline_s_set_completion_proc().
int(* history_get_offset_func)(int) [static] |
Definition at line 75 of file readline.c.
Referenced by hist_each(), hist_get(), and Init_readline().
int(* history_replace_offset_func)(int) [static] |
Definition at line 76 of file readline.c.
Referenced by Init_readline().
Definition at line 47 of file readline.c.
Referenced by Init_readline(), readline_attempted_completion_function(), readline_s_get_completion_case_fold(), readline_s_get_completion_proc(), readline_s_set_completion_case_fold(), and readline_s_set_completion_proc().