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 (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved. 23# 24 25# 26# MAPFILE HEADER START 27# 28# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 29# Object versioning must comply with the rules detailed in 30# 31# usr/src/lib/README.mapfiles 32# 33# You should not be making modifications here until you've read the most current 34# copy of that file. If you need help, contact a gatekeeper for guidance. 35# 36# MAPFILE HEADER END 37# 38 39$mapfile_version 2 40 41SYMBOL_VERSION SUNW_1.1 { 42 global: 43 AL; 44 AL_PARM; 45 AM; 46 BC; 47 box; 48 BS; 49 BT; 50 CA; 51 CD; 52 CE; 53 CL; 54 CM; 55 COLS; 56 CR; 57 CS; 58 curscr; 59 DA; 60 DB; 61 DC; 62 Def_term; 63 delwin; 64 DL; 65 DL_PARM; 66 DM; 67 DO; 68 DOWN_PARM; 69 _echoit; 70 ED; 71 EI; 72 endwin; 73 _endwin; 74 EO; 75 getcap; 76 gettmode; 77 GT; 78 HC; 79 HO; 80 HZ; 81 IC; 82 idlok; 83 IM; 84 IN; 85 initscr; 86 IP; 87 K0; 88 K1; 89 K2; 90 K3; 91 K4; 92 K5; 93 K6; 94 K7; 95 K8; 96 K9; 97 KD; 98 KE; 99 KH; 100 KL; 101 KR; 102 KS; 103 KU; 104 LEFT_PARM; 105 LINES; 106 LL; 107 longname; 108 MA; 109 MI; 110 MS; 111 mvcur; 112 mvprintw; 113 mvscanw; 114 mvwin; 115 mvwprintw; 116 mvwscanw; 117 My_term; 118 NC; 119 ND; 120 newwin; 121 NL; 122 NONL; 123 normtty; 124 NS; 125 OS; 126 overlay; 127 overwrite; 128 PC; 129 _pfast; 130 printw; 131 _rawmode; 132 RC; 133 _res_flg; 134 RIGHT_PARM; 135 SC; 136 scanw; 137 scroll; 138 SE; 139 setterm; 140 SF; 141 SO; 142 SR; 143 stdscr; 144 subwin; 145 TA; 146 TE; 147 TI; 148 touchline; 149 touchwin; 150 _tty; 151 _tty_ch; 152 ttytype; 153 UC; 154 UE; 155 UL; 156 _unctrl; 157 UP; 158 UP_PARM; 159 UPPERCASE; 160 US; 161 VB; 162 VE; 163 VS; 164 waddch; 165 waddstr; 166 wclear; 167 wclrtobot; 168 wclrtoeol; 169 wdelch; 170 wdeleteln; 171 werase; 172 wgetch; 173 wgetstr; 174 winsch; 175 winsertln; 176 wmove; 177 wprintw; 178 wrefresh; 179 wscanw; 180 wstandend; 181 wstandout; 182 XB; 183 XN; 184 XS; 185 XT; 186 XX; 187}; 188 189SYMBOL_VERSION SUNWprivate_1.1 { 190 global: 191 _putchar; 192 local: 193 *; 194}; 195