xref: /titanic_41/usr/src/cmd/sh/sh.xcl (revision 39e7390a771e8a17884d4f1558a2a41422b38104)
17c478bd9Sstevel@tonic-gate#
27c478bd9Sstevel@tonic-gate# CDDL HEADER START
37c478bd9Sstevel@tonic-gate#
47c478bd9Sstevel@tonic-gate# The contents of this file are subject to the terms of the
5*39e7390aSna195498# Common Development and Distribution License (the "License").
6*39e7390aSna195498# You may not use this file except in compliance with the License.
77c478bd9Sstevel@tonic-gate#
87c478bd9Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
97c478bd9Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing.
107c478bd9Sstevel@tonic-gate# See the License for the specific language governing permissions
117c478bd9Sstevel@tonic-gate# and limitations under the License.
127c478bd9Sstevel@tonic-gate#
137c478bd9Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each
147c478bd9Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
157c478bd9Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the
167c478bd9Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying
177c478bd9Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner]
187c478bd9Sstevel@tonic-gate#
197c478bd9Sstevel@tonic-gate# CDDL HEADER END
207c478bd9Sstevel@tonic-gate#
21*39e7390aSna195498#
22*39e7390aSna195498# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
23*39e7390aSna195498# Use is subject to license terms.
24*39e7390aSna195498#
25*39e7390aSna195498#
26*39e7390aSna195498# ident	"%Z%%M%	%I%	%E% SMI"
27*39e7390aSna195498#
28*39e7390aSna195498
297c478bd9Sstevel@tonic-gatemsgid  "/tmp/sh-"
307c478bd9Sstevel@tonic-gatemsgid  ""
317c478bd9Sstevel@tonic-gatemsgid  "SHELL"
327c478bd9Sstevel@tonic-gatemsgid  "rsh"
337c478bd9Sstevel@tonic-gatemsgid  "-rsh"
347c478bd9Sstevel@tonic-gatemsgid  "jsh"
357c478bd9Sstevel@tonic-gatemsgid  "-jsh"
367c478bd9Sstevel@tonic-gatemsgid  "600"
377c478bd9Sstevel@tonic-gatemsgid  "OPTIND"
387c478bd9Sstevel@tonic-gatemsgid  "1"
397c478bd9Sstevel@tonic-gatemsgid  "LC_CTYPE"
407c478bd9Sstevel@tonic-gatemsgid  "LANG"
417c478bd9Sstevel@tonic-gatemsgid  "C"
427c478bd9Sstevel@tonic-gatemsgid  "set"
437c478bd9Sstevel@tonic-gatemsgid  "sicrp"
447c478bd9Sstevel@tonic-gatemsgid  ""
457c478bd9Sstevel@tonic-gatemsgid  "(){\n"
467c478bd9Sstevel@tonic-gatemsgid  "\n}\n"
477c478bd9Sstevel@tonic-gatemsgid  "PATH"
487c478bd9Sstevel@tonic-gatemsgid  "CDPATH"
497c478bd9Sstevel@tonic-gatemsgid  "HOME"
507c478bd9Sstevel@tonic-gatemsgid  "MAIL"
517c478bd9Sstevel@tonic-gatemsgid  "IFS"
527c478bd9Sstevel@tonic-gatemsgid  "PS1"
537c478bd9Sstevel@tonic-gatemsgid  "PS2"
547c478bd9Sstevel@tonic-gatemsgid  "MAILCHECK"
557c478bd9Sstevel@tonic-gatemsgid  "SHACCT"
567c478bd9Sstevel@tonic-gatemsgid  "MAILPATH"
577c478bd9Sstevel@tonic-gatemsgid  ""
587c478bd9Sstevel@tonic-gatemsgid  " \t\n"
597c478bd9Sstevel@tonic-gatemsgid  "/usr/bin:"
607c478bd9Sstevel@tonic-gatemsgid  ": "
617c478bd9Sstevel@tonic-gatemsgid  "-"
627c478bd9Sstevel@tonic-gatemsgid  "/dev/null"
637c478bd9Sstevel@tonic-gatemsgid  "+ "
647c478bd9Sstevel@tonic-gatemsgid  "> "
657c478bd9Sstevel@tonic-gatemsgid  "$ "
667c478bd9Sstevel@tonic-gatemsgid  "
677c478bd9Sstevel@tonic-gatemsgid  ".profile"
687c478bd9Sstevel@tonic-gatemsgid  "/etc/profile"
697c478bd9Sstevel@tonic-gatemsgid  "case"
707c478bd9Sstevel@tonic-gatemsgid  "do"
717c478bd9Sstevel@tonic-gatemsgid  "done"
727c478bd9Sstevel@tonic-gatemsgid  "elif"
737c478bd9Sstevel@tonic-gatemsgid  "else"
747c478bd9Sstevel@tonic-gatemsgid  "esac"
757c478bd9Sstevel@tonic-gatemsgid  "fi"
767c478bd9Sstevel@tonic-gatemsgid  "for"
777c478bd9Sstevel@tonic-gatemsgid  "if"
787c478bd9Sstevel@tonic-gatemsgid  "in"
797c478bd9Sstevel@tonic-gatemsgid  "then"
807c478bd9Sstevel@tonic-gatemsgid  "until"
817c478bd9Sstevel@tonic-gatemsgid  "while"
827c478bd9Sstevel@tonic-gatemsgid  "{"
837c478bd9Sstevel@tonic-gatemsgid  "}"
847c478bd9Sstevel@tonic-gate# msgid  "export"
857c478bd9Sstevel@tonic-gate# msgid  "cannot dup"
867c478bd9Sstevel@tonic-gate# msgid  "readonly"
877c478bd9Sstevel@tonic-gatemsgid  "."
887c478bd9Sstevel@tonic-gatemsgid  ":"
897c478bd9Sstevel@tonic-gatemsgid  "["
907c478bd9Sstevel@tonic-gatemsgid  "bg"
917c478bd9Sstevel@tonic-gatemsgid  "break"
927c478bd9Sstevel@tonic-gatemsgid  "cd"
937c478bd9Sstevel@tonic-gatemsgid  "chdir"
947c478bd9Sstevel@tonic-gatemsgid  "continue"
957c478bd9Sstevel@tonic-gatemsgid  "echo"
967c478bd9Sstevel@tonic-gatemsgid  "eval"
977c478bd9Sstevel@tonic-gatemsgid  "exec"
987c478bd9Sstevel@tonic-gatemsgid  "exit"
997c478bd9Sstevel@tonic-gatemsgid  "fg"
1007c478bd9Sstevel@tonic-gatemsgid  "getopts"
1017c478bd9Sstevel@tonic-gatemsgid  "hash"
1027c478bd9Sstevel@tonic-gatemsgid  "jobs"
1037c478bd9Sstevel@tonic-gatemsgid  "kill"
1047c478bd9Sstevel@tonic-gatemsgid  "newgrp"
1057c478bd9Sstevel@tonic-gatemsgid  "pwd"
1067c478bd9Sstevel@tonic-gatemsgid  "read"
1077c478bd9Sstevel@tonic-gatemsgid  "return"
1087c478bd9Sstevel@tonic-gatemsgid  "set"
1097c478bd9Sstevel@tonic-gatemsgid  "shift"
1107c478bd9Sstevel@tonic-gatemsgid  "stop"
1117c478bd9Sstevel@tonic-gatemsgid  "suspend"
1127c478bd9Sstevel@tonic-gatemsgid  "times"
1137c478bd9Sstevel@tonic-gatemsgid  "trap"
1147c478bd9Sstevel@tonic-gatemsgid  "type"
1157c478bd9Sstevel@tonic-gatemsgid  "ulimit"
1167c478bd9Sstevel@tonic-gatemsgid  "umask"
1177c478bd9Sstevel@tonic-gatemsgid  "unset"
1187c478bd9Sstevel@tonic-gatemsgid  "wait"
1197c478bd9Sstevel@tonic-gatemsgid  "SHELL"
1207c478bd9Sstevel@tonic-gatemsgid  ""
1217c478bd9Sstevel@tonic-gatemsgid  "/usr/ucb"
1227c478bd9Sstevel@tonic-gatemsgid  "/usr/bin"
1237c478bd9Sstevel@tonic-gatemsgid  "(){\n"
1247c478bd9Sstevel@tonic-gatemsgid  "\n}\n"
1257c478bd9Sstevel@tonic-gatemsgid  "="
1267c478bd9Sstevel@tonic-gatemsgid  "SHELL"
1277c478bd9Sstevel@tonic-gatemsgid  ""
1287c478bd9Sstevel@tonic-gatemsgid  "/"
1297c478bd9Sstevel@tonic-gatemsgid  "."
1307c478bd9Sstevel@tonic-gatemsgid  "(){"
1317c478bd9Sstevel@tonic-gatemsgid  "}"
1327c478bd9Sstevel@tonic-gatemsgid  " &"
1337c478bd9Sstevel@tonic-gatemsgid  "("
1347c478bd9Sstevel@tonic-gatemsgid  ")"
1357c478bd9Sstevel@tonic-gatemsgid  " | "
1367c478bd9Sstevel@tonic-gatemsgid  " && "
1377c478bd9Sstevel@tonic-gatemsgid  " || "
1387c478bd9Sstevel@tonic-gatemsgid  "for "
1397c478bd9Sstevel@tonic-gatemsgid  " in"
1407c478bd9Sstevel@tonic-gatemsgid  "do"
1417c478bd9Sstevel@tonic-gatemsgid  "done"
1427c478bd9Sstevel@tonic-gatemsgid  "while "
1437c478bd9Sstevel@tonic-gatemsgid  "until "
1447c478bd9Sstevel@tonic-gatemsgid  "if "
1457c478bd9Sstevel@tonic-gatemsgid  "then"
1467c478bd9Sstevel@tonic-gatemsgid  "else"
1477c478bd9Sstevel@tonic-gatemsgid  "fi"
1487c478bd9Sstevel@tonic-gatemsgid  "case "
1497c478bd9Sstevel@tonic-gatemsgid  ";;"
1507c478bd9Sstevel@tonic-gatemsgid  "<<"
1517c478bd9Sstevel@tonic-gatemsgid  ">&"
1527c478bd9Sstevel@tonic-gatemsgid  "<&"
1537c478bd9Sstevel@tonic-gatemsgid  ">>"
1547c478bd9Sstevel@tonic-gatemsgid  "."
1557c478bd9Sstevel@tonic-gatemsgid  "["
1567c478bd9Sstevel@tonic-gatemsgid  "]"
1577c478bd9Sstevel@tonic-gatemsgid  "test"
1587c478bd9Sstevel@tonic-gatemsgid  "-o"
1597c478bd9Sstevel@tonic-gatemsgid  "-a"
1607c478bd9Sstevel@tonic-gatemsgid  "!"
1617c478bd9Sstevel@tonic-gatemsgid  "("
1627c478bd9Sstevel@tonic-gatemsgid  ")"
1637c478bd9Sstevel@tonic-gatemsgid  "="
1647c478bd9Sstevel@tonic-gatemsgid  "!="
1657c478bd9Sstevel@tonic-gatemsgid  "-r"
1667c478bd9Sstevel@tonic-gatemsgid  "-w"
1677c478bd9Sstevel@tonic-gatemsgid  "-x"
1687c478bd9Sstevel@tonic-gatemsgid  "-d"
1697c478bd9Sstevel@tonic-gatemsgid  "-c"
1707c478bd9Sstevel@tonic-gatemsgid  "-b"
1717c478bd9Sstevel@tonic-gatemsgid  "-f"
1727c478bd9Sstevel@tonic-gatemsgid  "-u"
1737c478bd9Sstevel@tonic-gatemsgid  "-g"
1747c478bd9Sstevel@tonic-gatemsgid  "-k"
1757c478bd9Sstevel@tonic-gatemsgid  "-p"
1767c478bd9Sstevel@tonic-gatemsgid  "-h"
1777c478bd9Sstevel@tonic-gatemsgid  "-s"
1787c478bd9Sstevel@tonic-gatemsgid  "-t"
1797c478bd9Sstevel@tonic-gatemsgid  "-n"
1807c478bd9Sstevel@tonic-gatemsgid  ""
1817c478bd9Sstevel@tonic-gatemsgid  "-z"
1827c478bd9Sstevel@tonic-gatemsgid  "-eq"
1837c478bd9Sstevel@tonic-gatemsgid  "-ne"
1847c478bd9Sstevel@tonic-gatemsgid  "-gt"
1857c478bd9Sstevel@tonic-gatemsgid  "-lt"
1867c478bd9Sstevel@tonic-gatemsgid  "-ge"
1877c478bd9Sstevel@tonic-gatemsgid  "-le"
1887c478bd9Sstevel@tonic-gatemsgid  "."
1897c478bd9Sstevel@tonic-gatemsgid  ".."
1907c478bd9Sstevel@tonic-gatemsgid  "OPTIND"
1917c478bd9Sstevel@tonic-gatemsgid  "OPTARG"
1927c478bd9Sstevel@tonic-gate# msgid  "Signal "
1937c478bd9Sstevel@tonic-gatemsgid  "(wd: "
1947c478bd9Sstevel@tonic-gatemsgid  "lpx"
1957c478bd9Sstevel@tonic-gatemsgid  "fg"
1967c478bd9Sstevel@tonic-gatemsgid  "-l"
1977c478bd9Sstevel@tonic-gatemsgid  "0"
1987c478bd9Sstevel@tonic-gatemsgid  "HSacdfnstv"
199*39e7390aSna195498msgid  "%u"
200*39e7390aSna195498msgid  "pfsh"
201*39e7390aSna195498msgid  "-pfsh"
202*39e7390aSna195498msgid  "/tmp/sh%u"
203*39e7390aSna195498msgid  "# "
204*39e7390aSna195498msgid  "/usr/lib/locale"
205*39e7390aSna195498msgid  "/bin"
206*39e7390aSna195498msgid  "/usr/5bin"
207*39e7390aSna195498msgid  "LC_ALL"
208*39e7390aSna195498msgid  "LC_MESSAGES"
209*39e7390aSna195498msgid  "/usr/bin/pfexec"
210*39e7390aSna195498msgid  "cmd"
211*39e7390aSna195498msgid  "-L"
212*39e7390aSna195498msgid  "%s: %s"
213*39e7390aSna195498msgid  "sigaltstack(2) failed"
214