gnu.readline

Undocumented in source.

Members

Aliases

CPFunction
alias CPFunction = char* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CPPFunction
alias CPPFunction = char** function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FUNMAP
alias FUNMAP = _funmap
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Function
alias Function = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEYMAP_ENTRY
alias KEYMAP_ENTRY = _keymap_entry
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEYMAP_ENTRY_ARRAY
alias KEYMAP_ENTRY_ARRAY = KEYMAP_ENTRY[KEYMAP_SIZE]
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Keymap
alias Keymap = KEYMAP_ENTRY*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UNDO_LIST
alias UNDO_LIST = undo_list
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
VFunction
alias VFunction = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_command_func_t
alias rl_command_func_t = int function(int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_compdisp_func_t
alias rl_compdisp_func_t = void function(char**, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_compentry_func_t
alias rl_compentry_func_t = char* function(const(char)*, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_compignore_func_t
alias rl_compignore_func_t = int function(char**)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_completion_func_t
alias rl_completion_func_t = char** function(const(char)*, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_cpcpfunc_t
alias rl_cpcpfunc_t = char* function(char*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_cpcppfunc_t
alias rl_cpcppfunc_t = char* function(char**)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_cpifunc_t
alias rl_cpifunc_t = char* function(int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_cpvfunc_t
alias rl_cpvfunc_t = char* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_dequote_func_t
alias rl_dequote_func_t = char* function(char*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_getc_func_t
alias rl_getc_func_t = int function(FILE*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_hook_func_t
alias rl_hook_func_t = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_icpfunc_t
alias rl_icpfunc_t = int function(char*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_icppfunc_t
alias rl_icppfunc_t = int function(char**)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_intfunc_t
alias rl_intfunc_t = int function(int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_ivoidfunc_t
alias rl_ivoidfunc_t = rl_hook_func_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_linebuf_func_t
alias rl_linebuf_func_t = int function(char*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_quote_func_t
alias rl_quote_func_t = char* function(char*, int, char*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_symbolic_link_hook
alias rl_symbolic_link_hook = rl_directory_completion_hook
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_vcpfunc_t
alias rl_vcpfunc_t = void function(char*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_vcppfunc_t
alias rl_vcppfunc_t = void function(char**)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_vintfunc_t
alias rl_vintfunc_t = void function(int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_voidfunc_t
alias rl_voidfunc_t = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

undo_code
enum undo_code
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

RL_ISSTATE
auto RL_ISSTATE(int x)
Undocumented in source. Be warned that the author may not have intended to support it.
RL_SETSTATE
int RL_SETSTATE(int x)
Undocumented in source. Be warned that the author may not have intended to support it.
RL_UNSETSTATE
int RL_UNSETSTATE(int x)
Undocumented in source. Be warned that the author may not have intended to support it.
readline
char* readline(const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_abort
int rl_abort(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_add_defun
int rl_add_defun(const(char)* , rl_command_func_t , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_add_funmap_entry
int rl_add_funmap_entry(const(char)** , rl_command_func_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_add_undo
void rl_add_undo(undo_code , int , int , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_alphabetic
int rl_alphabetic(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_arrow_keys
int rl_arrow_keys(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_backward
int rl_backward(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_backward_byte
int rl_backward_byte(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_backward_char
int rl_backward_char(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_backward_char_search
int rl_backward_char_search(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_backward_kill_line
int rl_backward_kill_line(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_backward_kill_word
int rl_backward_kill_word(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_backward_menu_complete
int rl_backward_menu_complete(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_backward_word
int rl_backward_word(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_beg_of_line
int rl_beg_of_line(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_begin_undo_group
int rl_begin_undo_group()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_beginning_of_history
int rl_beginning_of_history(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_bind_key
int rl_bind_key(int , rl_command_func_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_bind_key_if_unbound
int rl_bind_key_if_unbound(int , rl_command_func_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_bind_key_if_unbound_in_map
int rl_bind_key_if_unbound_in_map(int , rl_command_func_t , Keymap )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_bind_key_in_map
int rl_bind_key_in_map(int , rl_command_func_t , Keymap )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_bind_keyseq
int rl_bind_keyseq(const(char)** , rl_command_func_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_bind_keyseq_if_unbound
int rl_bind_keyseq_if_unbound(const(char)** , rl_command_func_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_bind_keyseq_if_unbound_in_map
int rl_bind_keyseq_if_unbound_in_map(const(char)** , rl_command_func_t , Keymap )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_bind_keyseq_in_map
int rl_bind_keyseq_in_map(const(char)** , rl_command_func_t , Keymap )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_call_last_kbd_macro
int rl_call_last_kbd_macro(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_callback_handler_install
void rl_callback_handler_install(const(char)* , rl_vcpfunc_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_callback_handler_remove
void rl_callback_handler_remove()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_callback_read_char
void rl_callback_read_char()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_capitalize_word
int rl_capitalize_word(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_char_search
int rl_char_search(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_character_len
int rl_character_len(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_cleanup_after_signal
void rl_cleanup_after_signal()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_clear_history
void rl_clear_history()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_clear_message
int rl_clear_message()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_clear_pending_input
int rl_clear_pending_input()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_clear_screen
int rl_clear_screen(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_clear_signals
int rl_clear_signals()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_complete
int rl_complete(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_complete_internal
int rl_complete_internal(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_completion_matches
char** rl_completion_matches(const(char)** , rl_compentry_func_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_completion_mode
int rl_completion_mode(rl_command_func_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_copy_backward_word
int rl_copy_backward_word(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_copy_forward_word
int rl_copy_forward_word(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_copy_keymap
Keymap rl_copy_keymap(Keymap )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_copy_keymap
Keymap rl_copy_keymap(Keymap )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_copy_region_to_kill
int rl_copy_region_to_kill(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_copy_text
char* rl_copy_text(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_crlf
int rl_crlf()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_delete
int rl_delete(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_delete_horizontal_space
int rl_delete_horizontal_space(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_delete_or_show_completions
int rl_delete_or_show_completions(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_delete_text
int rl_delete_text(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_deprep_terminal
void rl_deprep_terminal()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_digit_argument
int rl_digit_argument(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_ding
int rl_ding()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_discard_argument
int rl_discard_argument()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_discard_keymap
void rl_discard_keymap(Keymap )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_discard_keymap
void rl_discard_keymap(Keymap )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_display_match_list
void rl_display_match_list(char** , int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_do_lowercase_version
int rl_do_lowercase_version(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_do_undo
int rl_do_undo()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_downcase_word
int rl_downcase_word(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_dump_functions
int rl_dump_functions(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_dump_macros
int rl_dump_macros(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_dump_variables
int rl_dump_variables(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_echo_signal_char
void rl_echo_signal_char(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_emacs_editing_mode
int rl_emacs_editing_mode(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_end_kbd_macro
int rl_end_kbd_macro(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_end_of_history
int rl_end_of_history(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_end_of_line
int rl_end_of_line(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_end_undo_group
int rl_end_undo_group()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_exchange_point_and_mark
int rl_exchange_point_and_mark(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_execute_next
int rl_execute_next(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_expand_prompt
int rl_expand_prompt(char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_extend_line_buffer
void rl_extend_line_buffer(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_filename_completion_function
char* rl_filename_completion_function(const(char)** , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_forced_update_display
int rl_forced_update_display()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_forward
int rl_forward(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_forward_byte
int rl_forward_byte(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_forward_char
int rl_forward_char(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_forward_search_history
int rl_forward_search_history(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_forward_word
int rl_forward_word(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_free
void rl_free(void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_free_keymap
void rl_free_keymap(Keymap )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_free_line_state
void rl_free_line_state()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_free_undo_list
void rl_free_undo_list()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_function_dumper
void rl_function_dumper(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_function_of_keyseq
rl_command_func_t rl_function_of_keyseq(const(char)** , Keymap , int* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_funmap_names
const(char)*** rl_funmap_names()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_generic_bind
int rl_generic_bind(int , const(char)** , char* , Keymap )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_get_keymap
Keymap rl_get_keymap()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_get_keymap
Keymap rl_get_keymap()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_get_keymap_by_name
Keymap rl_get_keymap_by_name(const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_get_keymap_by_name
Keymap rl_get_keymap_by_name(const(char)** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_get_keymap_name
char* rl_get_keymap_name(Keymap )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_get_keymap_name_from_edit_mode
char* rl_get_keymap_name_from_edit_mode()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_get_next_history
int rl_get_next_history(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_get_previous_history
int rl_get_previous_history(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_get_screen_size
void rl_get_screen_size(int* , int* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_get_termcap
char* rl_get_termcap(const(char)** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_getc
int rl_getc(FILE* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_history_search_backward
int rl_history_search_backward(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_history_search_forward
int rl_history_search_forward(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_history_substr_search_backward
int rl_history_substr_search_backward(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_history_substr_search_forward
int rl_history_substr_search_forward(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_initialize
int rl_initialize()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_initialize_funmap
void rl_initialize_funmap()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_insert
int rl_insert(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_insert_close
int rl_insert_close(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_insert_comment
int rl_insert_comment(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_insert_completions
int rl_insert_completions(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_insert_text
int rl_insert_text(const(char)** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_invoking_keyseqs
char** rl_invoking_keyseqs(rl_command_func_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_invoking_keyseqs_in_map
char** rl_invoking_keyseqs_in_map(rl_command_func_t , Keymap )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_kill_full_line
int rl_kill_full_line(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_kill_line
int rl_kill_line(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_kill_region
int rl_kill_region(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_kill_text
int rl_kill_text(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_kill_word
int rl_kill_word(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_list_funmap_names
void rl_list_funmap_names()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_macro_bind
int rl_macro_bind(const(char)** , const(char)** , Keymap )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_macro_dumper
void rl_macro_dumper(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_make_bare_keymap
Keymap rl_make_bare_keymap()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_make_bare_keymap
Keymap rl_make_bare_keymap()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_make_keymap
Keymap rl_make_keymap()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_make_keymap
Keymap rl_make_keymap()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_maybe_replace_line
int rl_maybe_replace_line()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_maybe_save_line
int rl_maybe_save_line()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_maybe_unsave_line
int rl_maybe_unsave_line()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_menu_complete
int rl_menu_complete(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_modifying
int rl_modifying(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_named_function
rl_command_func_t rl_named_function(const(char)** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_newline
int rl_newline(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_noninc_forward_search
int rl_noninc_forward_search(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_noninc_forward_search_again
int rl_noninc_forward_search_again(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_noninc_reverse_search
int rl_noninc_reverse_search(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_noninc_reverse_search_again
int rl_noninc_reverse_search_again(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_old_menu_complete
int rl_old_menu_complete(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_on_new_line
int rl_on_new_line()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_on_new_line_with_prompt
int rl_on_new_line_with_prompt()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_overwrite_mode
int rl_overwrite_mode(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_parse_and_bind
int rl_parse_and_bind(char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_possible_completions
int rl_possible_completions(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_prep_terminal
void rl_prep_terminal(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_print_last_kbd_macro
int rl_print_last_kbd_macro(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_push_macro_input
void rl_push_macro_input(char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_quoted_insert
int rl_quoted_insert(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_re_read_init_file
int rl_re_read_init_file(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_read_init_file
int rl_read_init_file(const(char)** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_read_key
int rl_read_key()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_redisplay
void rl_redisplay()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_refresh_line
int rl_refresh_line(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_replace_line
void rl_replace_line(const(char)** , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_reset_after_signal
void rl_reset_after_signal()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_reset_line_state
int rl_reset_line_state()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_reset_screen_size
void rl_reset_screen_size()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_reset_terminal
int rl_reset_terminal(const(char)** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_resize_terminal
void rl_resize_terminal()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_restart_output
int rl_restart_output(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_restore_prompt
void rl_restore_prompt()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_restore_state
int rl_restore_state(readline_state* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_reverse_search_history
int rl_reverse_search_history(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_revert_line
int rl_revert_line(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_rubout
int rl_rubout(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_rubout_or_delete
int rl_rubout_or_delete(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_save_prompt
void rl_save_prompt()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_save_state
int rl_save_state(readline_state* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_set_key
int rl_set_key(const(char)** , rl_command_func_t , Keymap )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_set_keyboard_input_timeout
int rl_set_keyboard_input_timeout(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_set_keymap
void rl_set_keymap(Keymap )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_set_keymap
void rl_set_keymap(Keymap )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_set_keymap_from_edit_mode
void rl_set_keymap_from_edit_mode()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_set_mark
int rl_set_mark(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_set_paren_blink_timeout
int rl_set_paren_blink_timeout(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_set_prompt
int rl_set_prompt(const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_set_screen_size
void rl_set_screen_size(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_set_signals
int rl_set_signals()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_show_char
int rl_show_char(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_skip_csi_sequence
int rl_skip_csi_sequence(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_start_kbd_macro
int rl_start_kbd_macro(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_stop_output
int rl_stop_output(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_stuff_char
int rl_stuff_char(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_tab_insert
int rl_tab_insert(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_tilde_expand
int rl_tilde_expand(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_translate_keyseq
int rl_translate_keyseq(const(char)** , char* , int* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_transpose_chars
int rl_transpose_chars(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_transpose_words
int rl_transpose_words(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_tty_set_default_bindings
void rl_tty_set_default_bindings(Keymap )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_tty_status
int rl_tty_status(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_tty_unset_default_bindings
void rl_tty_unset_default_bindings(Keymap )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_unbind_command_in_map
int rl_unbind_command_in_map(const(char)* , Keymap )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_unbind_function_in_map
int rl_unbind_function_in_map(rl_command_func_t , Keymap )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_unbind_key
int rl_unbind_key(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_unbind_key_in_map
int rl_unbind_key_in_map(int , Keymap )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_undo_command
int rl_undo_command(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_universal_argument
int rl_universal_argument(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_unix_filename_rubout
int rl_unix_filename_rubout(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_unix_line_discard
int rl_unix_line_discard(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_unix_word_rubout
int rl_unix_word_rubout(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_untranslate_keyseq
char* rl_untranslate_keyseq(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_upcase_word
int rl_upcase_word(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_username_completion_function
char* rl_username_completion_function(const(char)** , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_variable_bind
int rl_variable_bind(const(char)** , const(char)** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_variable_dumper
void rl_variable_dumper(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_variable_value
char* rl_variable_value(const(char)** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_vi_append_eol
int rl_vi_append_eol(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_vi_append_mode
int rl_vi_append_mode(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_vi_arg_digit
int rl_vi_arg_digit(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_vi_bWord
int rl_vi_bWord(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_vi_back_to_indent
int rl_vi_back_to_indent(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_vi_bracktype
int rl_vi_bracktype(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_vi_bword
int rl_vi_bword(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_vi_change_case
int rl_vi_change_case(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_vi_change_char
int rl_vi_change_char(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_vi_change_to
int rl_vi_change_to(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_vi_char_search
int rl_vi_char_search(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_vi_check
int rl_vi_check()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_vi_column
int rl_vi_column(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_vi_complete
int rl_vi_complete(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_vi_delete
int rl_vi_delete(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_vi_delete_to
int rl_vi_delete_to(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_vi_domove
int rl_vi_domove(int , int* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_vi_eWord
int rl_vi_eWord(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_vi_editing_mode
int rl_vi_editing_mode(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_vi_end_word
int rl_vi_end_word(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_vi_eof_maybe
int rl_vi_eof_maybe(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_vi_eword
int rl_vi_eword(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_vi_fWord
int rl_vi_fWord(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_vi_fetch_history
int rl_vi_fetch_history(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_vi_first_print
int rl_vi_first_print(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_vi_fword
int rl_vi_fword(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_vi_goto_mark
int rl_vi_goto_mark(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_vi_insert_beg
int rl_vi_insert_beg(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_vi_insert_mode
int rl_vi_insert_mode(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_vi_insertion_mode
int rl_vi_insertion_mode(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_vi_match
int rl_vi_match(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_vi_movement_mode
int rl_vi_movement_mode(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_vi_next_word
int rl_vi_next_word(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_vi_overstrike
int rl_vi_overstrike(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_vi_overstrike_delete
int rl_vi_overstrike_delete(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_vi_prev_word
int rl_vi_prev_word(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_vi_put
int rl_vi_put(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_vi_redo
int rl_vi_redo(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_vi_replace
int rl_vi_replace(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_vi_rubout
int rl_vi_rubout(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_vi_search
int rl_vi_search(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_vi_search_again
int rl_vi_search_again(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_vi_set_mark
int rl_vi_set_mark(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_vi_start_inserting
void rl_vi_start_inserting(int , int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_vi_subst
int rl_vi_subst(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_vi_tilde_expand
int rl_vi_tilde_expand(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_vi_undo
int rl_vi_undo(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_vi_yank_arg
int rl_vi_yank_arg(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_vi_yank_to
int rl_vi_yank_to(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_yank
int rl_yank(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_yank_last_arg
int rl_yank_last_arg(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_yank_nth_arg
int rl_yank_nth_arg(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_yank_pop
int rl_yank_pop(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

ANYOTHERKEY
enum ANYOTHERKEY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ISFUNC
enum ISFUNC;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ISKMAP
enum ISKMAP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ISMACR
enum ISMACR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KEYMAP_SIZE
enum KEYMAP_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
MULT_MATCH
enum MULT_MATCH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NO_MATCH
enum NO_MATCH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
READERR
enum READERR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RL_PROMPT_END_IGNORE
enum RL_PROMPT_END_IGNORE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RL_PROMPT_START_IGNORE
enum RL_PROMPT_START_IGNORE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RL_STATE_CALLBACK
enum RL_STATE_CALLBACK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RL_STATE_COMPLETING
enum RL_STATE_COMPLETING;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RL_STATE_DISPATCHING
enum RL_STATE_DISPATCHING;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RL_STATE_DONE
enum RL_STATE_DONE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RL_STATE_INITIALIZED
enum RL_STATE_INITIALIZED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RL_STATE_INITIALIZING
enum RL_STATE_INITIALIZING;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RL_STATE_INPUTPENDING
enum RL_STATE_INPUTPENDING;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RL_STATE_ISEARCH
enum RL_STATE_ISEARCH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RL_STATE_MACRODEF
enum RL_STATE_MACRODEF;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RL_STATE_MACROINPUT
enum RL_STATE_MACROINPUT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RL_STATE_METANEXT
enum RL_STATE_METANEXT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RL_STATE_MOREINPUT
enum RL_STATE_MOREINPUT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RL_STATE_MULTIKEY
enum RL_STATE_MULTIKEY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RL_STATE_NONE
enum RL_STATE_NONE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RL_STATE_NSEARCH
enum RL_STATE_NSEARCH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RL_STATE_NUMERICARG
enum RL_STATE_NUMERICARG;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RL_STATE_OVERWRITE
enum RL_STATE_OVERWRITE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RL_STATE_READCMD
enum RL_STATE_READCMD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RL_STATE_REDISPLAYING
enum RL_STATE_REDISPLAYING;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RL_STATE_SEARCH
enum RL_STATE_SEARCH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RL_STATE_SIGHANDLER
enum RL_STATE_SIGHANDLER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RL_STATE_TERMPREPPED
enum RL_STATE_TERMPREPPED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RL_STATE_TTYCSAVED
enum RL_STATE_TTYCSAVED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RL_STATE_UNDOING
enum RL_STATE_UNDOING;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RL_STATE_VICMDONCE
enum RL_STATE_VICMDONCE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RL_STATE_VIMOTION
enum RL_STATE_VIMOTION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SINGLE_MATCH
enum SINGLE_MATCH;
emacs_ctlx_keymap
KEYMAP_ENTRY_ARRAY emacs_ctlx_keymap;
emacs_meta_keymap
KEYMAP_ENTRY_ARRAY emacs_meta_keymap;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

emacs_standard_keymap
KEYMAP_ENTRY_ARRAY emacs_standard_keymap;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
funmap
FUNMAP** funmap;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_already_prompted
int rl_already_prompted;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_attempted_completion_function
rl_completion_func_t rl_attempted_completion_function;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_attempted_completion_over
int rl_attempted_completion_over;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_basic_quote_characters
const(char)* rl_basic_quote_characters;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_basic_word_break_characters
const(char)* rl_basic_word_break_characters;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_binding_keymap
Keymap rl_binding_keymap;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_catch_signals
int rl_catch_signals;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_catch_sigwinch
int rl_catch_sigwinch;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_change_environment
int rl_change_environment;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_char_is_quoted_p
rl_linebuf_func_t rl_char_is_quoted_p;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_completer_quote_characters
const(char)* rl_completer_quote_characters;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_completer_word_break_characters
char* rl_completer_word_break_characters;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_completion_append_character
int rl_completion_append_character;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_completion_display_matches_hook
rl_compdisp_func_t rl_completion_display_matches_hook;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_completion_entry_function
rl_compentry_func_t rl_completion_entry_function;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_completion_found_quote
int rl_completion_found_quote;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_completion_invoking_key
int rl_completion_invoking_key;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_completion_mark_symlink_dirs
int rl_completion_mark_symlink_dirs;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_completion_query_items
int rl_completion_query_items;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_completion_quote_character
int rl_completion_quote_character;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_completion_suppress_append
int rl_completion_suppress_append;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_completion_suppress_quote
int rl_completion_suppress_quote;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_completion_type
int rl_completion_type;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_completion_word_break_hook
rl_cpvfunc_t rl_completion_word_break_hook;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_deprep_term_function
rl_voidfunc_t rl_deprep_term_function;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_directory_completion_hook
rl_icppfunc_t rl_directory_completion_hook;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_directory_rewrite_hook
rl_icppfunc_t rl_directory_rewrite_hook;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_dispatching
int rl_dispatching;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_display_prompt
char* rl_display_prompt;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_done
int rl_done;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_editing_mode
int rl_editing_mode;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_end
int rl_end;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_erase_empty_line
int rl_erase_empty_line;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_event_hook
rl_hook_func_t rl_event_hook;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_executing_key
int rl_executing_key;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_executing_keymap
Keymap rl_executing_keymap;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_executing_keyseq
char* rl_executing_keyseq;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_executing_macro
char* rl_executing_macro;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_explicit_arg
int rl_explicit_arg;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_filename_completion_desired
int rl_filename_completion_desired;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_filename_dequoting_function
rl_dequote_func_t rl_filename_dequoting_function;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_filename_quote_characters
const(char)* rl_filename_quote_characters;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_filename_quoting_desired
int rl_filename_quoting_desired;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_filename_quoting_function
rl_quote_func_t rl_filename_quoting_function;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_filename_rewrite_hook
rl_dequote_func_t rl_filename_rewrite_hook;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_filename_stat_hook
rl_icppfunc_t rl_filename_stat_hook;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_getc_function
rl_getc_func_t rl_getc_function;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_gnu_readline_p
int rl_gnu_readline_p;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_ignore_completion_duplicates
int rl_ignore_completion_duplicates;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_ignore_some_completions_function
rl_compignore_func_t rl_ignore_some_completions_function;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_inhibit_completion
int rl_inhibit_completion;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_input_available_hook
rl_hook_func_t rl_input_available_hook;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_insert_mode
int rl_insert_mode;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_instream
FILE* rl_instream;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_key_sequence_length
int rl_key_sequence_length;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_last_func
rl_command_func_t rl_last_func;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_library_version
const(char)* rl_library_version;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_line_buffer
char* rl_line_buffer;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_mark
int rl_mark;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_menu_completion_entry_function
rl_compentry_func_t rl_menu_completion_entry_function;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_num_chars_to_read
int rl_num_chars_to_read;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_numeric_arg
int rl_numeric_arg;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_outstream
FILE* rl_outstream;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_pending_input
int rl_pending_input;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_point
int rl_point;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_pre_input_hook
rl_hook_func_t rl_pre_input_hook;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_prefer_env_winsize
int rl_prefer_env_winsize;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_prep_term_function
rl_vintfunc_t rl_prep_term_function;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_prompt
char* rl_prompt;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_readline_name
const(char)* rl_readline_name;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_readline_state
int rl_readline_state;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_readline_version
int rl_readline_version;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_redisplay_function
rl_voidfunc_t rl_redisplay_function;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_signal_event_hook
rl_hook_func_t rl_signal_event_hook;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_sort_completion_matches
int rl_sort_completion_matches;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_special_prefixes
const(char)* rl_special_prefixes;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_startup_hook
rl_hook_func_t rl_startup_hook;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_terminal_name
const(char)* rl_terminal_name;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rl_undo_list
UNDO_LIST* rl_undo_list;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vi_insertion_keymap
KEYMAP_ENTRY_ARRAY vi_insertion_keymap;
vi_movement_keymap
KEYMAP_ENTRY_ARRAY vi_movement_keymap;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

_funmap
struct _funmap
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_keymap_entry
struct _keymap_entry
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
readline_state
struct readline_state
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
undo_list
struct undo_list
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta