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# 23# Copyright 2008 Sun Microsystems, Inc. All rights reserved. 24# Use is subject to license terms. 25# 26 27SUNWprivate_1.1 { 28 global: 29 sh_bltin_tree; 30 sh_subfork; 31 sh_init; 32 sh_reinit; 33 sh_eval; 34 sh_delay; 35 sh_parse; 36 sh_tdump; 37 sh_trap; 38 sh_fun; 39 sh_funscope; 40 sh_iogetiop; 41 sh_main; 42 sh_menu; 43 sh_addbuiltin; 44 sh_fmtq; 45 sh_fmtqf; 46 sh_strnum; 47 sh_access; 48 sh_close; 49 sh_dup; 50 sh_exit; 51 sh_fcntl; 52 sh_getinterp; 53 sh_open; 54 sh_pathopen; 55 sh_read; 56 sh_write; 57 sh_seek; 58 sh_pipe; 59 sh_waitnotify; 60 sh_getscope; 61 sh_setscope; 62 sh_sigcheck; 63 sh_isoption; 64 sh_onoption; 65 sh_offoption; 66 sh_waitsafe; 67 sh_exec; 68 sh_getliblist; 69 70 nv_setarray; 71 nv_associative; 72 nv_aindex; 73 nv_nextsub; 74 nv_getsub; 75 nv_putsub; 76 nv_opensub; 77 nv_adddisc; 78 nv_clone; 79 nv_close; 80 nv_context; 81 nv_create; 82 nv_dict; 83 nv_getn; 84 nv_getnum; 85 nv_getv; 86 nv_getval; 87 nv_hasdisc; 88 nv_isnull; 89 nv_lastdict; 90 nv_newattr; 91 nv_open; 92 nv_putval; 93 nv_putv; 94 nv_scan; 95 nv_setdisc; 96 nv_setref; 97 nv_settype; 98 nv_setvec; 99 nv_setvtree; 100 nv_setsize; 101 nv_disc; 102 nv_unset; 103 nv_search; 104 nv_name; 105 nv_discfun; 106 107 # semi-private, needed for shcomp 108 sh; 109 e_dict; 110 111 local: 112 *; 113}; 114 115# Builtin shell commands 116# (see libshell/common/include/builtins.h) 117# Note: We have to export all the |b_*()| symbols that the "builtin" command 118# can load builtins which are not enabled by the default OS/Net configuration. 119SUNWprivate_1.1 { 120 global: 121 B_echo; 122 B_login; 123 b_alarm; 124 b_alias; 125 b_bg; 126 b_break; 127 b_builtin; 128 b_cd; 129 b_close; 130 b_command; 131 b_dot_cmd; 132 b_dup; 133 b_eval; 134 b_exec; 135 b_false; 136 b_getopts; 137 b_hist; 138 b_jobs; 139 b_kill; 140 b_let; 141 b_open; 142 b_poll; 143 b_print; 144 b_printf; 145 b_pwd; 146 b_read; 147 b_readonly; 148 b_return; 149 b_rewind; 150 b_set; 151 b_shift; 152 b_sleep; 153 b_stat; 154 b_test; 155 b_tmpfile; 156 b_trap; 157 b_true; 158 b_typeset; 159 b_ulimit; 160 b_umask; 161 b_unalias; 162 b_unset; 163 b_vpath; 164 b_wait; 165 b_whence; 166 local: 167 *; 168}; 169