Complete upgrade of libedit from 2015-03-25 to 2017-03-29
[dragonfly.git] / lib / libedit / libedit / Symbol.map
1 EDIT_121213 {
2     add_history;
3     clear_history;
4     completion_matches;
5     current_history;
6     el_beep;
7     el_deletestr;
8     el_end;
9     el_get;
10     el_getc;
11     el_gets;
12     el_init;
13     el_insertstr;
14     el_line;
15     el_parse;
16     el_push;
17     el_reset;
18     el_resize;
19     el_set;
20     el_source;
21     el_wget;
22     el_wgetc;
23     el_wgets;
24     el_winsertstr;
25     el_wline;
26     el_wparse;
27     el_wpush;
28     el_wset;
29     emacs_ctlx_keymap;
30     emacs_meta_keymap;
31     emacs_standard_keymap;
32     filename_completion_function;
33     fn_complete;
34     fn_display_match_list;
35     fn_filename_completion_function;
36     fn_tilde_expand;
37     get_history_event;
38     history;
39     history_arg_extract;
40     history_base;
41     history_end;
42     history_expand;
43     history_expansion_char;
44     history_get;
45     history_get_history_state;
46     history_inhibit_expansion_function;
47     history_init;
48     history_is_stifled;
49     history_length;
50     history_no_expand_chars;
51     history_search;
52     history_search_pos;
53     history_search_prefix;
54     history_set_pos;
55     history_subst_char;
56     history_tokenize;
57     history_total_bytes;
58     history_truncate_file;
59     history_w;
60     history_wend;
61     history_winit;
62     max_input_history;
63     next_history;
64     previous_history;
65     read_history;
66     readline;
67     readline_echoing_p;
68     remove_history;
69     replace_history_entry;
70     rl_add_defun;
71     rl_already_prompted;
72     rl_attempted_completion_function;
73     rl_attempted_completion_over;
74     rl_basic_word_break_characters;
75     rl_bind_key;
76     rl_bind_key_in_map;
77     rl_callback_handler_install;
78     rl_callback_handler_remove;
79     rl_callback_read_char;
80     rl_catch_signals;
81     rl_cleanup_after_signal;
82     rl_complete;
83     rl_completer_quote_characters;
84     rl_completer_word_break_characters;
85     rl_completion_append_character;
86     rl_completion_display_matches_hook;
87     rl_completion_entry_function;
88     rl_completion_matches;
89     rl_completion_query_items;
90     rl_completion_type;
91     rl_completion_word_break_hook;
92     rl_deprep_term_function;
93     rl_deprep_terminal;
94     rl_display_match_list;
95     rl_done;
96     rl_end;
97     rl_event_hook;
98     rl_filename_completion_desired;
99     rl_filename_completion_function;
100     rl_forced_update_display;
101     rl_free_line_state;
102     rl_generic_bind;
103     rl_get_keymap;
104     rl_get_previous_history;
105     rl_get_screen_size;
106     rl_getc_function;
107     rl_ignore_completion_duplicates;
108     rl_inhibit_completion;
109     rl_initialize;
110     rl_insert;
111     rl_insert_text;
112     rl_instream;
113     rl_kill_text;
114     rl_library_version;
115     rl_line_buffer;
116     rl_linefunc;
117     rl_make_bare_keymap;
118     rl_newline;
119     rl_on_new_line;
120     rl_outstream;
121     rl_parse_and_bind;
122     rl_point;
123     rl_pre_input_hook;
124     rl_prep_term_function;
125     rl_prep_terminal;
126     rl_prompt;
127     rl_read_init_file;
128     rl_read_key;
129     rl_readline_name;
130     rl_readline_version;
131     rl_redisplay;
132     rl_redisplay_function;
133     rl_reset_terminal;
134     rl_set_keymap;
135     rl_set_prompt;
136     rl_set_screen_size;
137     rl_special_prefixes;
138     rl_startup1_hook;
139     rl_startup_hook;
140     rl_stuff_char;
141     rl_terminal_name;
142     rl_variable_bind;
143     stifle_history;
144     tilde_expand;
145     tok_end;
146     tok_init;
147     tok_line;
148     tok_reset;
149     tok_str;
150     tok_wend;
151     tok_winit;
152     tok_wline;
153     tok_wreset;
154     tok_wstr;
155     unstifle_history;
156     username_completion_function;
157     using_history;
158     where_history;
159     write_history;
160 };
161
162 EDIT_121214 {
163     ct_decode_string;
164     ct_encode_string;
165     el_cursor;
166     el_init_fd;
167     history_list;
168     history_offset;
169     rl_catch_sigwinch;
170     rl_set_keyboard_input_timeout;
171 };
172
173 EDITprivate_1.0 {
174     _el_fn_complete;
175     _rl_abort_internal;
176     _rl_print_completions_horizontally;
177     _rl_qsort_string_compare;
178     secure_getenv;
179 };