xref: /illumos-gate/usr/src/ucblib/libcurses/mapfile-vers (revision bfed486ad8de8b8ebc6345a8e10accae08bf2f45)
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	AL;
43	AL_PARM;
44	AM;
45	BC;
46	box;
47	BS;
48	BT;
49	CA;
50	CD;
51	CE;
52	CL;
53	CM;
54	COLS;
55	CR;
56	CS;
57	curscr;
58	DA;
59	DB;
60	DC;
61	Def_term;
62	delwin;
63	DL;
64	DL_PARM;
65	DM;
66	DO;
67	DOWN_PARM;
68	_echoit;
69	ED;
70	EI;
71	endwin;
72	_endwin;
73	EO;
74	getcap;
75	gettmode;
76	GT;
77	HC;
78	HO;
79	HZ;
80	IC;
81	idlok;
82	IM;
83	IN;
84	initscr;
85	IP;
86	K0;
87	K1;
88	K2;
89	K3;
90	K4;
91	K5;
92	K6;
93	K7;
94	K8;
95	K9;
96	KD;
97	KE;
98	KH;
99	KL;
100	KR;
101	KS;
102	KU;
103	LEFT_PARM;
104	LINES;
105	LL;
106	longname;
107	MA;
108	MI;
109	MS;
110	mvcur;
111	mvprintw;
112	mvscanw;
113	mvwin;
114	mvwprintw;
115	mvwscanw;
116	My_term;
117	NC;
118	ND;
119	newwin;
120	NL;
121	NONL;
122	normtty;
123	NS;
124	OS;
125	overlay;
126	overwrite;
127	PC;
128	_pfast;
129	printw;
130	_rawmode;
131	RC;
132	_res_flg;
133	RIGHT_PARM;
134	SC;
135	scanw;
136	scroll;
137	SE;
138	setterm;
139	SF;
140	SO;
141	SR;
142	stdscr;
143	subwin;
144	TA;
145	TE;
146	TI;
147	touchline;
148	touchwin;
149	_tty;
150	_tty_ch;
151	ttytype;
152	UC;
153	UE;
154	UL;
155	_unctrl;
156	UP;
157	UP_PARM;
158	UPPERCASE;
159	US;
160	VB;
161	VE;
162	VS;
163	waddch;
164	waddstr;
165	wclear;
166	wclrtobot;
167	wclrtoeol;
168	wdelch;
169	wdeleteln;
170	werase;
171	wgetch;
172	wgetstr;
173	winsch;
174	winsertln;
175	wmove;
176	wprintw;
177	wrefresh;
178	wscanw;
179	wstandend;
180	wstandout;
181	XB;
182	XN;
183	XS;
184	XT;
185	XX;
186};
187
188SUNWprivate_1.1 {
189    global:
190	_putchar;
191    local:
192	*;
193};
194