xref: /illumos-gate/usr/src/lib/libeti/form/common/mapfile-vers (revision 2b24ab6b3865caeede9eeb9db6b83e1d89dcd1ea)
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9# or http://www.opensolaris.org/os/licensing.
10# See the License for the specific language governing permissions
11# and limitations under the License.
12#
13# When distributing Covered Code, include this CDDL HEADER in each
14# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15# If applicable, add the following below this CDDL HEADER, with the
16# fields enclosed by brackets "[]" replaced with your own identifying
17# information: Portions Copyright [yyyy] [name of copyright owner]
18#
19# CDDL HEADER END
20#
21#
22# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
23# Use is subject to license terms.
24#
25
26#
27# MAPFILE HEADER START
28#
29# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
30# Object versioning must comply with the rules detailed in
31#
32#	usr/src/lib/README.mapfiles
33#
34# You should not be making modifications here until you've read the most current
35# copy of that file. If you need help, contact a gatekeeper for guidance.
36#
37# MAPFILE HEADER END
38#
39
40SUNW_1.1 {
41    global:
42	current_field;
43	data_ahead;
44	data_behind;
45	dup_field;
46	dynamic_field_info;
47	field_arg;
48	field_back;
49	field_buffer;
50	field_count;
51	field_fore;
52	field_index;
53	field_info;
54	field_init;
55	field_just;
56	field_opts;
57	field_opts_off;
58	field_opts_on;
59	field_pad;
60	field_status;
61	field_term;
62	field_type;
63	field_userptr;
64	form_driver;
65	form_fields;
66	form_init;
67	form_opts;
68	form_opts_off;
69	form_opts_on;
70	form_page;
71	form_sub;
72	form_term;
73	form_userptr;
74	form_win;
75	free_field;
76	free_fieldtype;
77	free_form;
78	link_field;
79	link_fieldtype;
80	move_field;
81	new_field;
82	new_fieldtype;
83	new_form;
84	new_page;
85	pos_form_cursor;
86	post_form;
87	scale_form;
88	set_current_field;
89	set_field_back;
90	set_field_buffer;
91	set_field_fore;
92	set_field_init;
93	set_field_just;
94	set_field_opts;
95	set_field_pad;
96	set_field_status;
97	set_field_term;
98	set_field_type;
99	set_fieldtype_arg;
100	set_fieldtype_choice;
101	set_field_userptr;
102	set_form_fields;
103	set_form_init;
104	set_form_opts;
105	set_form_page;
106	set_form_sub;
107	set_form_term;
108	set_form_userptr;
109	set_form_win;
110	set_max_field;
111	set_new_page;
112	unpost_form;
113};
114
115SUNWprivate_1.1 {
116    global:
117	_adjust_cursor;
118	__advance;
119	_beg_field;
120	_beg_line;
121	__braelist;
122	__braslist;
123	__bravar;
124	_buf_to_win;
125	__cclass;
126	__cflg;
127	_checkchar;
128	_checkfield;
129	_clr_eof;
130	_clr_eol;
131	_clr_field;
132	_copyarg;
133	_data_beg;
134	_data_end;
135	_data_entry;
136	_data_manipulation;
137	_data_navigation;
138	_DEFAULT_FIELD;
139	_DEFAULT_FIELDTYPE;
140	_DEFAULT_FORM;
141	_del_char;
142	_del_line;
143	_del_prev;
144	_del_word;
145	_down_char;
146	_down_field;
147	_end_field;
148	_end_line;
149	__eptr_;
150	__execute;
151	_field_navigation;
152	_first_active;
153	_first_field;
154	_first_page;
155	_freearg;
156	__getrnge;
157	_grow_field;
158	_ins_char;
159	_ins_line;
160	_ins_mode;
161	__i_size = DATA FILTER libc.so.1 S0x4;
162	_last_field;
163	_last_page;
164	_left_char;
165	_left_field;
166	_lib_version;
167	__lptr_;
168	_makearg;
169	_misc_request;
170	_new_line;
171	_next_char;
172	_next_choice;
173	_nextchoice;
174	_next_field;
175	_next_line;
176	_next_page;
177	_next_word;
178	_ovl_mode;
179	_page_navigation;
180	_pos_form_cursor;
181	_prev_char;
182	_prev_choice;
183	_prevchoice;
184	_prev_field;
185	_prev_line;
186	_prev_page;
187	_prev_word;
188	_right_char;
189	_right_field;
190	__rpop;
191	__rpush;
192	_scr_bchar;
193	_scr_bhpage;
194	_scr_bline;
195	_scr_bpage;
196	_scr_fchar;
197	_scr_fhpage;
198	_scr_fline;
199	_scr_fpage;
200	_scr_hbhalf;
201	_scr_hbline;
202	_scr_hfhalf;
203	_scr_hfline;
204	_set_current_field;
205	_set_form_page;
206	_sfirst_field;
207	__size;
208	_slast_field;
209	_snext_field;
210	__sp_;
211	_sprev_field;
212	__st;
213	__stmax;
214	_sync_attrs;
215	_sync_buffer;
216	_sync_field;
217	_sync_linked;
218	_sync_opts;
219	TYPE_ALNUM;
220	TYPE_ALPHA;
221	TYPE_ENUM;
222	TYPE_INTEGER;
223	TYPE_NUMERIC;
224	TYPE_REGEXP;
225	_up_char;
226	_update_current;
227	_up_field;
228	_validate;
229	_validation;
230	_whsp_beg;
231	_whsp_end;
232	_win_to_buf;
233	__xpop;
234	__xpush;
235    local:
236	*;
237};
238