mapfile-vers revision 7c2fbfb345896881c631598ee3852ce9ce33fb07
1487N/A#
1487N/A# CDDL HEADER START
1487N/A#
1487N/A# The contents of this file are subject to the terms of the
1487N/A# Common Development and Distribution License (the "License").
1487N/A# You may not use this file except in compliance with the License.
1487N/A#
1487N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1487N/A# or http://www.opensolaris.org/os/licensing.
1487N/A# See the License for the specific language governing permissions
1487N/A# and limitations under the License.
1487N/A#
1487N/A# When distributing Covered Code, include this CDDL HEADER in each
1487N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1487N/A# If applicable, add the following below this CDDL HEADER, with the
1487N/A# fields enclosed by brackets "[]" replaced with your own identifying
1487N/A# information: Portions Copyright [yyyy] [name of copyright owner]
1487N/A#
1487N/A# CDDL HEADER END
1487N/A#
3817N/A
1487N/A#
3160N/A# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
1487N/A# Use is subject to license terms.
1487N/A#
3160N/A
1487N/ASUNWprivate_1.1 {
1487N/A global:
1487N/A sh_bltin_tree;
1487N/A sh_subfork;
3160N/A sh_init;
1487N/A sh_reinit;
1487N/A sh_eval;
1487N/A sh_delay;
3160N/A sh_parse;
2899N/A sh_tdump;
3817N/A sh_trap;
3817N/A sh_fun;
3817N/A sh_funscope;
1487N/A sh_iogetiop;
3160N/A sh_main;
3187N/A sh_menu;
1487N/A sh_addbuiltin;
3160N/A sh_fmtq;
3160N/A sh_fmtqf;
3160N/A sh_strnum;
3160N/A sh_access;
3160N/A sh_close;
1487N/A sh_dup;
1487N/A sh_exit;
1487N/A sh_fcntl;
1487N/A sh_getinterp;
1938N/A sh_open;
1938N/A sh_pathopen;
2340N/A sh_read;
2340N/A sh_write;
2340N/A sh_seek;
2340N/A sh_pipe;
1487N/A sh_waitnotify;
2065N/A sh_getscope;
1888N/A sh_setscope;
1888N/A sh_sigcheck;
1487N/A sh_isoption;
3160N/A sh_onoption;
3160N/A sh_offoption;
1487N/A sh_waitsafe;
1888N/A sh_exec;
1942N/A sh_getliblist;
1942N/A
1942N/A nv_setarray;
1888N/A nv_associative;
1487N/A nv_aindex;
3160N/A nv_nextsub;
1487N/A nv_getsub;
1487N/A nv_putsub;
1487N/A nv_opensub;
1487N/A nv_adddisc;
3817N/A nv_clone;
3817N/A nv_close;
3817N/A nv_context;
3817N/A nv_create;
3817N/A nv_dict;
3817N/A nv_getn;
3817N/A nv_getnum;
3817N/A nv_getv;
nv_getval;
nv_hasdisc;
nv_isnull;
nv_lastdict;
nv_newattr;
nv_open;
nv_putval;
nv_putv;
nv_scan;
nv_setdisc;
nv_setref;
nv_settype;
nv_setvec;
nv_setvtree;
nv_setsize;
nv_disc;
nv_unset;
nv_search;
nv_name;
nv_discfun;
# semi-private, needed for shcomp
sh;
e_dict;
local:
*;
};
# Builtin shell commands
# (see libshell/common/include/builtins.h)
# Note: We have to export all the |b_*()| symbols that the "builtin" command
# can load builtins which are not enabled by the default OS/Net configuration.
SUNWprivate_1.1 {
global:
B_echo;
B_login;
b_alarm;
b_alias;
b_bg;
b_break;
b_builtin;
b_cd;
b_close;
b_command;
b_dot_cmd;
b_dup;
b_eval;
b_exec;
b_false;
b_getopts;
b_hist;
b_jobs;
b_kill;
b_let;
b_open;
b_poll;
b_print;
b_printf;
b_pwd;
b_read;
b_readonly;
b_return;
b_rewind;
b_set;
b_shift;
b_sleep;
b_stat;
b_test;
b_tmpfile;
b_trap;
b_true;
b_typeset;
b_ulimit;
b_umask;
b_unalias;
b_unset;
b_vpath;
b_wait;
b_whence;
local:
*;
};