xref: /freebsd/contrib/dialog/package/dialog.map (revision 0957b409)
1# $Id: dialog.map,v 1.7 2018/06/21 00:32:55 tom Exp $
2# script for shared library symbol-versioning using ld
3#
4# This file was generated by ncu-mapsyms
5# Configure options (1.0.20040721)
6#	--disable-leaks --enable-trace
7#	--disable-leaks --enable-trace --enable-widec
8# Configure options (1.1.20070227)
9#	--disable-leaks --enable-trace
10#	--disable-leaks --enable-trace --enable-widec
11# Configure options (1.2.20121230)
12#	--disable-leaks --enable-trace
13#	--disable-leaks --enable-trace --enable-widec
14# Configure options (1.3.20160126)
15#	--disable-leaks --enable-trace
16#	--disable-leaks --enable-trace --enable-widec
17# Configure options (1.3.20180620)
18#	--disable-leaks --enable-trace
19#	--disable-leaks --enable-trace --enable-widec
20
21DIALOG_1.0.20040721 {
22	global:
23		dialog_calendar;
24		dialog_checklist;
25		dialog_form;
26		dialog_fselect;
27		dialog_gauge;
28		dialog_inputbox;
29		dialog_menu;
30		dialog_msgbox;
31		dialog_state;
32		dialog_tailbox;
33		dialog_textbox;
34		dialog_timebox;
35		dialog_vars;
36		dialog_version;
37		dialog_yesno;
38		dlg_add_callback;
39		dlg_add_quoted;
40		dlg_add_result;
41		dlg_attr_clear;
42		dlg_auto_size;
43		dlg_auto_sizefile;
44		dlg_beeping;
45		dlg_box_x_ordinate;
46		dlg_box_y_ordinate;
47		dlg_button_count;
48		dlg_button_layout;
49		dlg_button_sizes;
50		dlg_button_x_step;
51		dlg_calc_listh;
52		dlg_calc_listw;
53		dlg_char_to_button;
54		dlg_clear;
55		dlg_color_count;
56		dlg_color_setup;
57		dlg_color_table;
58		dlg_count_columns;
59		dlg_count_wchars;
60		dlg_create_rc;
61		dlg_ctl_size;
62		dlg_default_item;
63		dlg_defaultno_button;
64		dlg_del_window;
65		dlg_does_output;
66		dlg_draw_arrows;
67		dlg_draw_bottom_box;
68		dlg_draw_box;
69		dlg_draw_buttons;
70		dlg_draw_shadow;
71		dlg_draw_title;
72		dlg_edit_offset;
73		dlg_edit_string;
74		dlg_exit;
75		dlg_exit_label;
76		dlg_exiterr;
77		dlg_flush_getc;
78		dlg_getc;
79		dlg_getc_callbacks;
80		dlg_index_columns;
81		dlg_index_wchars;
82		dlg_item_help;
83		dlg_killall_bg;
84		dlg_last_getc;
85		dlg_limit_columns;
86		dlg_match_char;
87		dlg_mouse_bigregion;
88		dlg_mouse_free_regions;
89		dlg_mouse_mkbigregion;
90		dlg_mouse_mkregion;
91		dlg_mouse_region;
92		dlg_mouse_setbase;
93		dlg_mouse_wgetch;
94		dlg_new_window;
95		dlg_next_button;
96		dlg_next_ok_buttonindex;
97		dlg_ok_buttoncode;
98		dlg_ok_label;
99		dlg_ok_labels;
100		dlg_parse_rc;
101		dlg_prev_button;
102		dlg_prev_ok_buttonindex;
103		dlg_print_autowrap;
104		dlg_print_size;
105		dlg_print_text;
106		dlg_put_backtitle;
107		dlg_remove_callback;
108		dlg_set_focus;
109		dlg_show_string;
110		dlg_strclone;
111		dlg_sub_window;
112		dlg_tab_correct_str;
113		dlg_trim_string;
114		dlg_yes_labels;
115		end_dialog;
116		init_dialog;
117};
118
119DIALOG_1.1.20070227 {
120	global:
121		dialog_dselect;
122		dialog_editbox;
123		dialog_mixedform;
124		dialog_mixedgauge;
125		dialog_pause;
126		dialog_progressbox;
127		dlg_asciibox;
128		dlg_boxchar;
129		dlg_button_to_char;
130		dlg_calc_list_width;
131		dlg_checklist;
132		dlg_clr_result;
133		dlg_color_pair;
134		dlg_default_formitem;
135		dlg_default_listitem;
136		dlg_draw_arrows2;
137		dlg_dump_keys;
138		dlg_editbox;
139		dlg_exit_buttoncode;
140		dlg_find_index;
141		dlg_form;
142		dlg_free_formitems;
143		dlg_lookup_key;
144		dlg_max_input;
145		dlg_menu;
146		dlg_mouse_wgetch_nowait;
147		dlg_move_window;
148		dlg_ordinate;
149		dlg_parse_bindkey;
150		dlg_print_line;
151		dlg_register_buttons;
152		dlg_register_window;
153		dlg_result_key;
154		dlg_set_result;
155		dlg_strempty;
156		dlg_trace;
157		dlg_trace_chr;
158		dlg_trace_win;
159		dlg_unregister_window;
160		dlg_yes_buttoncode;
161} DIALOG_1.0.20040721;
162
163DIALOG_1.2.20121230 {
164	global:
165		dialog_buildlist;
166		dialog_helpfile;
167		dialog_prgbox;
168		dialog_rangebox;
169		dialog_treeview;
170		dlg_add_callback_ref;
171		dlg_add_separator;
172		dlg_add_string;
173		dlg_align_columns;
174		dlg_allocate_gauge;
175		dlg_buildlist;
176		dlg_check_scrolled;
177		dlg_count_argv;
178		dlg_count_real_columns;
179		dlg_default_button;
180		dlg_draw_bottom_box2;
181		dlg_draw_box2;
182		dlg_draw_helpline;
183		dlg_draw_scrollbar;
184		dlg_dummy_menutext;
185		dlg_dump_window_keys;
186		dlg_eat_argv;
187		dlg_free_columns;
188		dlg_free_gauge;
189		dlg_get_attrs;
190		dlg_mouse_setcode;
191		dlg_need_separator;
192		dlg_new_modal_window;
193		dlg_print_listitem;
194		dlg_print_scrolled;
195		dlg_progressbox;
196		dlg_renamed_menutext;
197		dlg_restore_vars;
198		dlg_save_vars;
199		dlg_string_to_argv;
200		dlg_trace_msg;
201		dlg_treeview;
202		dlg_update_gauge;
203		dlg_wgetparent;
204} DIALOG_1.1.20070227;
205
206DIALOG_1.3.20160126 {
207	global:
208		dlg_add_help_formitem;
209		dlg_add_help_listitem;
210		dlg_add_last_key;
211		dlg_finish_string;
212		dlg_popen;
213		dlg_reallocate_gauge;
214} DIALOG_1.2.20121230;
215
216DIALOG_1.3.20180620 {
217	global:
218		dlg_trace_2n;
219		dlg_trace_2s;
220		dlg_ttysize;
221		dlg_will_resize;
222} DIALOG_1.3.20160126;
223