1*f808c858Sraf# 2*f808c858Sraf# CDDL HEADER START 3*f808c858Sraf# 4*f808c858Sraf# The contents of this file are subject to the terms of the 5*f808c858Sraf# Common Development and Distribution License (the "License"). 6*f808c858Sraf# You may not use this file except in compliance with the License. 7*f808c858Sraf# 8*f808c858Sraf# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9*f808c858Sraf# or http://www.opensolaris.org/os/licensing. 10*f808c858Sraf# See the License for the specific language governing permissions 11*f808c858Sraf# and limitations under the License. 12*f808c858Sraf# 13*f808c858Sraf# When distributing Covered Code, include this CDDL HEADER in each 14*f808c858Sraf# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15*f808c858Sraf# If applicable, add the following below this CDDL HEADER, with the 16*f808c858Sraf# fields enclosed by brackets "[]" replaced with your own identifying 17*f808c858Sraf# information: Portions Copyright [yyyy] [name of copyright owner] 18*f808c858Sraf# 19*f808c858Sraf# CDDL HEADER END 20*f808c858Sraf# 21*f808c858Sraf# 22*f808c858Sraf# Copyright 2006 Sun Microsystems, Inc. All rights reserved. 23*f808c858Sraf# Use is subject to license terms. 24*f808c858Sraf# 25*f808c858Sraf# ident "%Z%%M% %I% %E% SMI" 26*f808c858Sraf# 27*f808c858Sraf 28*f808c858SrafSUNW_1.1 { 29*f808c858Sraf global: 30*f808c858Sraf current_item; 31*f808c858Sraf free_item; 32*f808c858Sraf free_menu; 33*f808c858Sraf item_count; 34*f808c858Sraf item_description; 35*f808c858Sraf item_index; 36*f808c858Sraf item_init; 37*f808c858Sraf item_name; 38*f808c858Sraf item_opts; 39*f808c858Sraf item_opts_off; 40*f808c858Sraf item_opts_on; 41*f808c858Sraf item_term; 42*f808c858Sraf item_userptr; 43*f808c858Sraf item_value; 44*f808c858Sraf item_visible; 45*f808c858Sraf menu_back; 46*f808c858Sraf menu_driver; 47*f808c858Sraf menu_fore; 48*f808c858Sraf menu_format; 49*f808c858Sraf menu_grey; 50*f808c858Sraf menu_init; 51*f808c858Sraf menu_items; 52*f808c858Sraf menu_mark; 53*f808c858Sraf menu_opts; 54*f808c858Sraf menu_opts_off; 55*f808c858Sraf menu_opts_on; 56*f808c858Sraf menu_pad; 57*f808c858Sraf menu_pattern; 58*f808c858Sraf menu_sub; 59*f808c858Sraf menu_term; 60*f808c858Sraf menu_userptr; 61*f808c858Sraf menu_win; 62*f808c858Sraf new_item; 63*f808c858Sraf new_menu; 64*f808c858Sraf pos_menu_cursor; 65*f808c858Sraf post_menu; 66*f808c858Sraf scale_menu; 67*f808c858Sraf set_current_item; 68*f808c858Sraf set_item_init; 69*f808c858Sraf set_item_opts; 70*f808c858Sraf set_item_term; 71*f808c858Sraf set_item_userptr; 72*f808c858Sraf set_item_value; 73*f808c858Sraf set_menu_back; 74*f808c858Sraf set_menu_fore; 75*f808c858Sraf set_menu_format; 76*f808c858Sraf set_menu_grey; 77*f808c858Sraf set_menu_init; 78*f808c858Sraf set_menu_items; 79*f808c858Sraf set_menu_mark; 80*f808c858Sraf set_menu_opts; 81*f808c858Sraf set_menu_pad; 82*f808c858Sraf set_menu_pattern; 83*f808c858Sraf set_menu_sub; 84*f808c858Sraf set_menu_term; 85*f808c858Sraf set_menu_userptr; 86*f808c858Sraf set_menu_win; 87*f808c858Sraf set_top_row; 88*f808c858Sraf top_row; 89*f808c858Sraf unpost_menu; 90*f808c858Sraf}; 91*f808c858Sraf 92*f808c858SrafSUNWprivate_1.1 { 93*f808c858Sraf global: 94*f808c858Sraf _affect_change; 95*f808c858Sraf _chk_current; 96*f808c858Sraf _chk_top; 97*f808c858Sraf _connect; 98*f808c858Sraf _Default_Item; 99*f808c858Sraf _Default_Menu; 100*f808c858Sraf _disconnect; 101*f808c858Sraf _draw; 102*f808c858Sraf _lib_version; 103*f808c858Sraf _link_items; 104*f808c858Sraf _match; 105*f808c858Sraf _movecurrent; 106*f808c858Sraf _move_post_item; 107*f808c858Sraf _position_cursor; 108*f808c858Sraf _post_item; 109*f808c858Sraf _scale; 110*f808c858Sraf _show; 111*f808c858Sraf local: 112*f808c858Sraf *; 113*f808c858Sraf}; 114