xref: /onnv-gate/usr/src/lib/libplot/t450/common/mapfile-vers (revision 2522:79989c8fe091)
1*2522Sraf#
2*2522Sraf# CDDL HEADER START
3*2522Sraf#
4*2522Sraf# The contents of this file are subject to the terms of the
5*2522Sraf# Common Development and Distribution License (the "License").
6*2522Sraf# You may not use this file except in compliance with the License.
7*2522Sraf#
8*2522Sraf# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*2522Sraf# or http://www.opensolaris.org/os/licensing.
10*2522Sraf# See the License for the specific language governing permissions
11*2522Sraf# and limitations under the License.
12*2522Sraf#
13*2522Sraf# When distributing Covered Code, include this CDDL HEADER in each
14*2522Sraf# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*2522Sraf# If applicable, add the following below this CDDL HEADER, with the
16*2522Sraf# fields enclosed by brackets "[]" replaced with your own identifying
17*2522Sraf# information: Portions Copyright [yyyy] [name of copyright owner]
18*2522Sraf#
19*2522Sraf# CDDL HEADER END
20*2522Sraf#
21*2522Sraf#
22*2522Sraf# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
23*2522Sraf# Use is subject to license terms.
24*2522Sraf#
25*2522Sraf# ident	"%Z%%M%	%I%	%E% SMI"
26*2522Sraf#
27*2522Sraf
28*2522SrafSUNW_1.1 {
29*2522Sraf    global:
30*2522Sraf	arc;
31*2522Sraf	box;
32*2522Sraf	circle;
33*2522Sraf	closepl;
34*2522Sraf	closevt;
35*2522Sraf	cont;
36*2522Sraf	erase;
37*2522Sraf	label;
38*2522Sraf	line;
39*2522Sraf	linemod;
40*2522Sraf	move;
41*2522Sraf	openpl;
42*2522Sraf	openvt;
43*2522Sraf	point;
44*2522Sraf	space;
45*2522Sraf};
46*2522Sraf
47*2522SrafSUNWprivate_1.1 {
48*2522Sraf    global:
49*2522Sraf	botx;
50*2522Sraf	boty;
51*2522Sraf	dist2;
52*2522Sraf	dot;
53*2522Sraf	inplot;
54*2522Sraf	ITTY;
55*2522Sraf	_lib_version;
56*2522Sraf	movep;
57*2522Sraf	obotx;
58*2522Sraf	oboty;
59*2522Sraf	OUTF;
60*2522Sraf	outplot;
61*2522Sraf	PTTY;
62*2522Sraf	reset;
63*2522Sraf	scalex;
64*2522Sraf	scaley;
65*2522Sraf	spew;
66*2522Sraf	swap;
67*2522Sraf	tobotleft;
68*2522Sraf	xconv;
69*2522Sraf	xnow;
70*2522Sraf	xoffset;
71*2522Sraf	xsc;
72*2522Sraf	xscale;
73*2522Sraf	yconv;
74*2522Sraf	ynow;
75*2522Sraf	ysc;
76*2522Sraf	yscale;
77*2522Sraf    local:
78*2522Sraf	*;
79*2522Sraf};
80