~ubuntu-branches/ubuntu/precise/mysql-5.1/precise

« back to all changes in this revision

Viewing changes to cmd-line-utils/libedit/fcns.c

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Tretkowski
  • Date: 2010-03-17 14:56:02 UTC
  • Revision ID: james.westby@ubuntu.com-20100317145602-x7e30l1b2sb5s6w6
Tags: upstream-5.1.45
ImportĀ upstreamĀ versionĀ 5.1.45

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* Automatically generated file, do not edit */
 
2
#include "config.h"
 
3
#include "el.h"
 
4
private const el_func_t el_func[] = {
 
5
    ed_argument_digit,         ed_clear_screen,           
 
6
    ed_command,                ed_delete_next_char,       
 
7
    ed_delete_prev_char,       ed_delete_prev_word,       
 
8
    ed_digit,                  ed_end_of_file,            
 
9
    ed_insert,                 ed_kill_line,              
 
10
    ed_move_to_beg,            ed_move_to_end,            
 
11
    ed_newline,                ed_next_char,              
 
12
    ed_next_history,           ed_next_line,              
 
13
    ed_prev_char,              ed_prev_history,           
 
14
    ed_prev_line,              ed_prev_word,              
 
15
    ed_quoted_insert,          ed_redisplay,              
 
16
    ed_search_next_history,    ed_search_prev_history,    
 
17
    ed_sequence_lead_in,       ed_start_over,             
 
18
    ed_transpose_chars,        ed_tty_dsusp,              
 
19
    ed_tty_flush_output,       ed_tty_sigint,             
 
20
    ed_tty_sigquit,            ed_tty_sigtstp,            
 
21
    ed_tty_start_output,       ed_tty_stop_output,        
 
22
    ed_unassigned,             em_capitol_case,           
 
23
    em_copy_prev_word,         em_copy_region,            
 
24
    em_delete_next_word,       em_delete_or_list,         
 
25
    em_delete_prev_char,       em_exchange_mark,          
 
26
    em_gosmacs_transpose,      em_inc_search_next,        
 
27
    em_inc_search_prev,        em_kill_line,              
 
28
    em_kill_region,            em_lower_case,             
 
29
    em_meta_next,              em_next_word,              
 
30
    em_set_mark,               em_toggle_overwrite,       
 
31
    em_universal_argument,     em_upper_case,             
 
32
    em_yank,                   vi_add,                    
 
33
    vi_add_at_eol,             vi_alias,                  
 
34
    vi_change_case,            vi_change_meta,            
 
35
    vi_change_to_eol,          vi_command_mode,           
 
36
    vi_comment_out,            vi_delete_meta,            
 
37
    vi_delete_prev_char,       vi_end_big_word,           
 
38
    vi_end_word,               vi_histedit,               
 
39
    vi_history_word,           vi_insert,                 
 
40
    vi_insert_at_bol,          vi_kill_line_prev,         
 
41
    vi_list_or_eof,            vi_match,                  
 
42
    vi_next_big_word,          vi_next_char,              
 
43
    vi_next_word,              vi_paste_next,             
 
44
    vi_paste_prev,             vi_prev_big_word,          
 
45
    vi_prev_char,              vi_prev_word,              
 
46
    vi_redo,                   vi_repeat_next_char,       
 
47
    vi_repeat_prev_char,       vi_repeat_search_next,     
 
48
    vi_repeat_search_prev,     vi_replace_char,           
 
49
    vi_replace_mode,           vi_search_next,            
 
50
    vi_search_prev,            vi_substitute_char,        
 
51
    vi_substitute_line,        vi_to_column,              
 
52
    vi_to_history_line,        vi_to_next_char,           
 
53
    vi_to_prev_char,           vi_undo,                   
 
54
    vi_undo_line,              vi_yank,                   
 
55
    vi_yank_end,               vi_zero,                   
 
56
};
 
57
 
 
58
protected const el_func_t* func__get() { return el_func; }