xref: /titanic_52/usr/src/cmd/sh/sh.xcl (revision 7c478bd95313f5f23a4c958a745db2134aa03244)
1*7c478bd9Sstevel@tonic-gate#
2*7c478bd9Sstevel@tonic-gate# CDDL HEADER START
3*7c478bd9Sstevel@tonic-gate#
4*7c478bd9Sstevel@tonic-gate# The contents of this file are subject to the terms of the
5*7c478bd9Sstevel@tonic-gate# Common Development and Distribution License, Version 1.0 only
6*7c478bd9Sstevel@tonic-gate# (the "License").  You may not use this file except in compliance
7*7c478bd9Sstevel@tonic-gate# with the License.
8*7c478bd9Sstevel@tonic-gate#
9*7c478bd9Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10*7c478bd9Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing.
11*7c478bd9Sstevel@tonic-gate# See the License for the specific language governing permissions
12*7c478bd9Sstevel@tonic-gate# and limitations under the License.
13*7c478bd9Sstevel@tonic-gate#
14*7c478bd9Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each
15*7c478bd9Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16*7c478bd9Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the
17*7c478bd9Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying
18*7c478bd9Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner]
19*7c478bd9Sstevel@tonic-gate#
20*7c478bd9Sstevel@tonic-gate# CDDL HEADER END
21*7c478bd9Sstevel@tonic-gate#
22*7c478bd9Sstevel@tonic-gatemsgid  "/tmp/sh-"
23*7c478bd9Sstevel@tonic-gatemsgid  ""
24*7c478bd9Sstevel@tonic-gatemsgid  "SHELL"
25*7c478bd9Sstevel@tonic-gatemsgid  "rsh"
26*7c478bd9Sstevel@tonic-gatemsgid  "-rsh"
27*7c478bd9Sstevel@tonic-gatemsgid  "jsh"
28*7c478bd9Sstevel@tonic-gatemsgid  "-jsh"
29*7c478bd9Sstevel@tonic-gatemsgid  "600"
30*7c478bd9Sstevel@tonic-gatemsgid  "OPTIND"
31*7c478bd9Sstevel@tonic-gatemsgid  "1"
32*7c478bd9Sstevel@tonic-gatemsgid  "LC_CTYPE"
33*7c478bd9Sstevel@tonic-gatemsgid  "LANG"
34*7c478bd9Sstevel@tonic-gatemsgid  "C"
35*7c478bd9Sstevel@tonic-gatemsgid  "set"
36*7c478bd9Sstevel@tonic-gatemsgid  "sicrp"
37*7c478bd9Sstevel@tonic-gatemsgid  ""
38*7c478bd9Sstevel@tonic-gatemsgid  "(){\n"
39*7c478bd9Sstevel@tonic-gatemsgid  "\n}\n"
40*7c478bd9Sstevel@tonic-gatemsgid  "PATH"
41*7c478bd9Sstevel@tonic-gatemsgid  "CDPATH"
42*7c478bd9Sstevel@tonic-gatemsgid  "HOME"
43*7c478bd9Sstevel@tonic-gatemsgid  "MAIL"
44*7c478bd9Sstevel@tonic-gatemsgid  "IFS"
45*7c478bd9Sstevel@tonic-gatemsgid  "PS1"
46*7c478bd9Sstevel@tonic-gatemsgid  "PS2"
47*7c478bd9Sstevel@tonic-gatemsgid  "MAILCHECK"
48*7c478bd9Sstevel@tonic-gatemsgid  "SHACCT"
49*7c478bd9Sstevel@tonic-gatemsgid  "MAILPATH"
50*7c478bd9Sstevel@tonic-gatemsgid  ""
51*7c478bd9Sstevel@tonic-gatemsgid  " \t\n"
52*7c478bd9Sstevel@tonic-gatemsgid  "/usr/bin:"
53*7c478bd9Sstevel@tonic-gatemsgid  ": "
54*7c478bd9Sstevel@tonic-gatemsgid  "-"
55*7c478bd9Sstevel@tonic-gatemsgid  "/dev/null"
56*7c478bd9Sstevel@tonic-gatemsgid  "+ "
57*7c478bd9Sstevel@tonic-gatemsgid  "> "
58*7c478bd9Sstevel@tonic-gatemsgid  "$ "
59*7c478bd9Sstevel@tonic-gatemsgid  "
60*7c478bd9Sstevel@tonic-gatemsgid  ".profile"
61*7c478bd9Sstevel@tonic-gatemsgid  "/etc/profile"
62*7c478bd9Sstevel@tonic-gatemsgid  "case"
63*7c478bd9Sstevel@tonic-gatemsgid  "do"
64*7c478bd9Sstevel@tonic-gatemsgid  "done"
65*7c478bd9Sstevel@tonic-gatemsgid  "elif"
66*7c478bd9Sstevel@tonic-gatemsgid  "else"
67*7c478bd9Sstevel@tonic-gatemsgid  "esac"
68*7c478bd9Sstevel@tonic-gatemsgid  "fi"
69*7c478bd9Sstevel@tonic-gatemsgid  "for"
70*7c478bd9Sstevel@tonic-gatemsgid  "if"
71*7c478bd9Sstevel@tonic-gatemsgid  "in"
72*7c478bd9Sstevel@tonic-gatemsgid  "then"
73*7c478bd9Sstevel@tonic-gatemsgid  "until"
74*7c478bd9Sstevel@tonic-gatemsgid  "while"
75*7c478bd9Sstevel@tonic-gatemsgid  "{"
76*7c478bd9Sstevel@tonic-gatemsgid  "}"
77*7c478bd9Sstevel@tonic-gate# msgid  "export"
78*7c478bd9Sstevel@tonic-gate# msgid  "cannot dup"
79*7c478bd9Sstevel@tonic-gate# msgid  "readonly"
80*7c478bd9Sstevel@tonic-gatemsgid  "."
81*7c478bd9Sstevel@tonic-gatemsgid  ":"
82*7c478bd9Sstevel@tonic-gatemsgid  "["
83*7c478bd9Sstevel@tonic-gatemsgid  "bg"
84*7c478bd9Sstevel@tonic-gatemsgid  "break"
85*7c478bd9Sstevel@tonic-gatemsgid  "cd"
86*7c478bd9Sstevel@tonic-gatemsgid  "chdir"
87*7c478bd9Sstevel@tonic-gatemsgid  "continue"
88*7c478bd9Sstevel@tonic-gatemsgid  "echo"
89*7c478bd9Sstevel@tonic-gatemsgid  "eval"
90*7c478bd9Sstevel@tonic-gatemsgid  "exec"
91*7c478bd9Sstevel@tonic-gatemsgid  "exit"
92*7c478bd9Sstevel@tonic-gatemsgid  "fg"
93*7c478bd9Sstevel@tonic-gatemsgid  "getopts"
94*7c478bd9Sstevel@tonic-gatemsgid  "hash"
95*7c478bd9Sstevel@tonic-gatemsgid  "jobs"
96*7c478bd9Sstevel@tonic-gatemsgid  "kill"
97*7c478bd9Sstevel@tonic-gatemsgid  "newgrp"
98*7c478bd9Sstevel@tonic-gatemsgid  "pwd"
99*7c478bd9Sstevel@tonic-gatemsgid  "read"
100*7c478bd9Sstevel@tonic-gatemsgid  "return"
101*7c478bd9Sstevel@tonic-gatemsgid  "set"
102*7c478bd9Sstevel@tonic-gatemsgid  "shift"
103*7c478bd9Sstevel@tonic-gatemsgid  "stop"
104*7c478bd9Sstevel@tonic-gatemsgid  "suspend"
105*7c478bd9Sstevel@tonic-gatemsgid  "times"
106*7c478bd9Sstevel@tonic-gatemsgid  "trap"
107*7c478bd9Sstevel@tonic-gatemsgid  "type"
108*7c478bd9Sstevel@tonic-gatemsgid  "ulimit"
109*7c478bd9Sstevel@tonic-gatemsgid  "umask"
110*7c478bd9Sstevel@tonic-gatemsgid  "unset"
111*7c478bd9Sstevel@tonic-gatemsgid  "wait"
112*7c478bd9Sstevel@tonic-gatemsgid  "SHELL"
113*7c478bd9Sstevel@tonic-gatemsgid  ""
114*7c478bd9Sstevel@tonic-gatemsgid  "/usr/ucb"
115*7c478bd9Sstevel@tonic-gatemsgid  "/usr/bin"
116*7c478bd9Sstevel@tonic-gatemsgid  "(){\n"
117*7c478bd9Sstevel@tonic-gatemsgid  "\n}\n"
118*7c478bd9Sstevel@tonic-gatemsgid  "="
119*7c478bd9Sstevel@tonic-gatemsgid  "SHELL"
120*7c478bd9Sstevel@tonic-gatemsgid  ""
121*7c478bd9Sstevel@tonic-gatemsgid  "/"
122*7c478bd9Sstevel@tonic-gatemsgid  "."
123*7c478bd9Sstevel@tonic-gatemsgid  "(){"
124*7c478bd9Sstevel@tonic-gatemsgid  "}"
125*7c478bd9Sstevel@tonic-gatemsgid  " &"
126*7c478bd9Sstevel@tonic-gatemsgid  "("
127*7c478bd9Sstevel@tonic-gatemsgid  ")"
128*7c478bd9Sstevel@tonic-gatemsgid  " | "
129*7c478bd9Sstevel@tonic-gatemsgid  " && "
130*7c478bd9Sstevel@tonic-gatemsgid  " || "
131*7c478bd9Sstevel@tonic-gatemsgid  "for "
132*7c478bd9Sstevel@tonic-gatemsgid  " in"
133*7c478bd9Sstevel@tonic-gatemsgid  "do"
134*7c478bd9Sstevel@tonic-gatemsgid  "done"
135*7c478bd9Sstevel@tonic-gatemsgid  "while "
136*7c478bd9Sstevel@tonic-gatemsgid  "until "
137*7c478bd9Sstevel@tonic-gatemsgid  "if "
138*7c478bd9Sstevel@tonic-gatemsgid  "then"
139*7c478bd9Sstevel@tonic-gatemsgid  "else"
140*7c478bd9Sstevel@tonic-gatemsgid  "fi"
141*7c478bd9Sstevel@tonic-gatemsgid  "case "
142*7c478bd9Sstevel@tonic-gatemsgid  ";;"
143*7c478bd9Sstevel@tonic-gatemsgid  "<<"
144*7c478bd9Sstevel@tonic-gatemsgid  ">&"
145*7c478bd9Sstevel@tonic-gatemsgid  "<&"
146*7c478bd9Sstevel@tonic-gatemsgid  ">>"
147*7c478bd9Sstevel@tonic-gatemsgid  "."
148*7c478bd9Sstevel@tonic-gatemsgid  "["
149*7c478bd9Sstevel@tonic-gatemsgid  "]"
150*7c478bd9Sstevel@tonic-gatemsgid  "test"
151*7c478bd9Sstevel@tonic-gatemsgid  "-o"
152*7c478bd9Sstevel@tonic-gatemsgid  "-a"
153*7c478bd9Sstevel@tonic-gatemsgid  "!"
154*7c478bd9Sstevel@tonic-gatemsgid  "("
155*7c478bd9Sstevel@tonic-gatemsgid  ")"
156*7c478bd9Sstevel@tonic-gatemsgid  "="
157*7c478bd9Sstevel@tonic-gatemsgid  "!="
158*7c478bd9Sstevel@tonic-gatemsgid  "-r"
159*7c478bd9Sstevel@tonic-gatemsgid  "-w"
160*7c478bd9Sstevel@tonic-gatemsgid  "-x"
161*7c478bd9Sstevel@tonic-gatemsgid  "-d"
162*7c478bd9Sstevel@tonic-gatemsgid  "-c"
163*7c478bd9Sstevel@tonic-gatemsgid  "-b"
164*7c478bd9Sstevel@tonic-gatemsgid  "-f"
165*7c478bd9Sstevel@tonic-gatemsgid  "-u"
166*7c478bd9Sstevel@tonic-gatemsgid  "-g"
167*7c478bd9Sstevel@tonic-gatemsgid  "-k"
168*7c478bd9Sstevel@tonic-gatemsgid  "-p"
169*7c478bd9Sstevel@tonic-gatemsgid  "-h"
170*7c478bd9Sstevel@tonic-gatemsgid  "-s"
171*7c478bd9Sstevel@tonic-gatemsgid  "-t"
172*7c478bd9Sstevel@tonic-gatemsgid  "-n"
173*7c478bd9Sstevel@tonic-gatemsgid  ""
174*7c478bd9Sstevel@tonic-gatemsgid  "-z"
175*7c478bd9Sstevel@tonic-gatemsgid  "-eq"
176*7c478bd9Sstevel@tonic-gatemsgid  "-ne"
177*7c478bd9Sstevel@tonic-gatemsgid  "-gt"
178*7c478bd9Sstevel@tonic-gatemsgid  "-lt"
179*7c478bd9Sstevel@tonic-gatemsgid  "-ge"
180*7c478bd9Sstevel@tonic-gatemsgid  "-le"
181*7c478bd9Sstevel@tonic-gatemsgid  "."
182*7c478bd9Sstevel@tonic-gatemsgid  ".."
183*7c478bd9Sstevel@tonic-gatemsgid  "OPTIND"
184*7c478bd9Sstevel@tonic-gatemsgid  "OPTARG"
185*7c478bd9Sstevel@tonic-gate# msgid  "Signal "
186*7c478bd9Sstevel@tonic-gatemsgid  "(wd: "
187*7c478bd9Sstevel@tonic-gatemsgid  "lpx"
188*7c478bd9Sstevel@tonic-gatemsgid  "fg"
189*7c478bd9Sstevel@tonic-gatemsgid  "-l"
190*7c478bd9Sstevel@tonic-gatemsgid  "0"
191*7c478bd9Sstevel@tonic-gatemsgid  "HSacdfnstv"
192