tc.const.c revision 90446
1/* $Header: /src/pub/tcsh/tc.const.c,v 3.62 2001/08/06 23:52:04 christos Exp $ */
2/*
3 * sh.const.c: String constants for tcsh.
4 */
5/*-
6 * Copyright (c) 1980, 1991 The Regents of the University of California.
7 * All rights reserved.
8 *
9 * Redistribution and use in source and binary forms, with or without
10 * modification, are permitted provided that the following conditions
11 * are met:
12 * 1. Redistributions of source code must retain the above copyright
13 *    notice, this list of conditions and the following disclaimer.
14 * 2. Redistributions in binary form must reproduce the above copyright
15 *    notice, this list of conditions and the following disclaimer in the
16 *    documentation and/or other materials provided with the distribution.
17 * 3. All advertising materials mentioning features or use of this software
18 *    must display the following acknowledgement:
19 *	This product includes software developed by the University of
20 *	California, Berkeley and its contributors.
21 * 4. Neither the name of the University nor the names of its contributors
22 *    may be used to endorse or promote products derived from this software
23 *    without specific prior written permission.
24 *
25 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
26 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
27 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
28 * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
29 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
30 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
31 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
32 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
33 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
34 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
35 * SUCH DAMAGE.
36 */
37#include "sh.h"
38
39RCSID("$Id: tc.const.c,v 3.62 2001/08/06 23:52:04 christos Exp $")
40
41Char STRlogout[]	= { 'l', 'o', 'g', 'o', 'u', 't', '\0' };
42Char STRautologout[]	= { 'a', 'u', 't', 'o', 'l', 'o', 'g', 'o', 'u', 't',
43			    '\0' };
44Char STRdefautologout[] = { '6', '0', '\0' };
45#ifdef convex
46Char STRrootdefautologout[] = { '1', '5', '\0' };
47#endif
48Char STRautomatic[]	= { 'a', 'u', 't', 'o', 'm', 'a', 't', 'i', 'c',
49			    '\0' };
50Char STRhangup[]	= { 'h', 'a', 'n', 'g', 'u', 'p', '\0' };
51Char STRaout[]		= { 'a', '.', 'o', 'u', 't', '\0' };
52Char STRtty[]		= { 't', 't', 'y', '\0' };
53Char STRpts[]		= { 'p', 't', 's', '\0' };
54Char STRany[]		= { 'a', 'n', 'y', '\0' };
55Char STRstatus[]	= { 's', 't', 'a', 't', 'u', 's', '\0' };
56Char STR0[]		= { '0', '\0' };
57Char STR1[]		= { '1', '\0' };
58/* STRm1 would look too much like STRml IMHO */
59Char STRminus1[]	= { '-', '1', '\0' };
60Char STRmaxint[]	= { '0', 'x', '7', 'f', 'f', 'f', 'f', 'f', 'f', 'f',
61			    '\0' };
62Char STRcolon[]		= { ':', '\0' };
63Char STR_[]		= { '_', '\0' };
64Char STRNULL[]		= { '\0' };
65Char STRtcsh[]		= { 't', 'c', 's', 'h', '\0' };
66Char STRhome[]		= { 'h', 'o', 'm', 'e', '\0' };
67Char STRuser[]		= { 'u', 's', 'e', 'r', '\0' };
68Char STRgroup[]		= { 'g', 'r', 'o', 'u', 'p', '\0' };
69#ifdef AFS
70Char STRafsuser[]	   = { 'a', 'f', 's', 'u', 's', 'e', 'r', '\0' };
71#endif /* AFS */
72Char STRterm[]		= { 't', 'e', 'r', 'm', '\0' };
73Char STRversion[]	= { 'v', 'e', 'r', 's', 'i', 'o', 'n', '\0' };
74Char STRuid[]		= { 'u', 'i', 'd', '\0' };
75Char STRgid[]		= { 'g', 'i', 'd', '\0' };
76Char STRunknown[]	= { 'u', 'n', 'k', 'n', 'o', 'w', 'n', '\0' };
77Char STRnetwork[]	= { 'n', 'e', 't', 'w', 'o', 'r', 'k', '\0' };
78Char STRdumb[]		= { 'd', 'u', 'm', 'b', '\0' };
79Char STRHOST[]		= { 'H', 'O', 'S', 'T', '\0' };
80#ifdef REMOTEHOST
81Char STRREMOTEHOST[]	= { 'R', 'E', 'M', 'O', 'T', 'E', 'H',
82			    'O', 'S', 'T', '\0' };
83#endif /* REMOTEHOST */
84Char STRHOSTTYPE[]	= { 'H', 'O', 'S', 'T', 'T', 'Y', 'P', 'E', '\0' };
85Char STRVENDOR[]	= { 'V', 'E', 'N', 'D', 'O', 'R', '\0' };
86Char STRMACHTYPE[]	= { 'M', 'A', 'C', 'H', 'T', 'Y', 'P', 'E', '\0' };
87Char STROSTYPE[]	= { 'O', 'S', 'T', 'Y', 'P', 'E', '\0' };
88Char STRedit[]		= { 'e', 'd', 'i', 't', '\0' };
89Char STRaddsuffix[]	= { 'a', 'd', 'd', 's', 'u', 'f', 'f', 'i', 'x',
90			    '\0' };
91Char STRnostat[]	= { 'n', 'o', 's', 't', 'a', 't', '\0' };
92Char STRshell[]		= { 's', 'h', 'e', 'l', 'l', '\0' };
93Char STRtmpsh[]		= { '/', 't', 'm', 'p', '/', 's', 'h', '\0' };
94Char STRverbose[]	= { 'v', 'e', 'r', 'b', 'o', 's', 'e', '\0' };
95Char STRecho[]		= { 'e', 'c', 'h', 'o', '\0' };
96Char STRpath[]		= { 'p', 'a', 't', 'h', '\0' };
97Char STRprompt[]	= { 'p', 'r', 'o', 'm', 'p', 't', '\0' };
98Char STRprompt2[]	= { 'p', 'r', 'o', 'm', 'p', 't', '2', '\0' };
99Char STRprompt3[]	= { 'p', 'r', 'o', 'm', 'p', 't', '3', '\0' };
100Char STRrprompt[]	= { 'r', 'p', 'r', 'o', 'm', 'p', 't', '\0' };
101Char STRellipsis[]	= { 'e', 'l', 'l', 'i', 'p', 's', 'i', 's', '\0' };
102Char STRcwd[]		= { 'c', 'w', 'd', '\0' };
103Char STRowd[]		= { 'o', 'w', 'd', '\0' };
104Char STRstar[]		= { '*', '\0' };
105Char STRdot[]		= { '.', '\0' };
106Char STRhistory[]	= { 'h', 'i', 's', 't', 'o', 'r', 'y', '\0' };
107Char STRhistdup[]	= { 'h', 'i', 's', 't', 'd', 'u', 'p', '\0' };
108Char STRhistfile[]	= { 'h', 'i', 's', 't', 'f', 'i', 'l', 'e', '\0' };
109Char STRsource[]	= { 's', 'o', 'u', 'r', 'c', 'e', '\0' };
110Char STRmh[]		= { '-', 'h', '\0' };
111Char STRmhT[]		= { '-', 'h', 'T', '\0' };
112Char STRmm[]		= { '-', 'm', '\0' };
113Char STRmr[]		= { '-', 'r', '\0' };
114Char STRmerge[]		= { 'm', 'e', 'r', 'g', 'e', '\0' };
115Char STRtildothist[]	= { '~', '/', '.', 'h', 'i', 's', 't', 'o', 'r',
116			    'y', '\0' };
117
118#ifdef NLS_CATALOGS
119Char STRcatalog[]	= { 'c', 'a', 't', 'a', 'l', 'o', 'g', '\0' };
120#endif /* NLS_CATALOGS */
121#ifdef KANJI
122Char STRnokanji[]	= { 'n', 'o', 'k', 'a', 'n', 'j', 'i', '\0' };
123# ifdef DSPMBYTE
124Char STRdspmbyte[]	= { 'd', 's', 'p', 'm', 'b', 'y', 't', 'e', '\0' };
125Char STRmmliteral[]	= { '-', '-', 'l', 'i', 't', 'e', 'r', 'a', 'l', '\0' };
126Char STRKEUC[]		= { 'e', 'u', 'c', '\0' };
127Char STRKSJIS[]		= { 's', 'j', 'i', 's', '\0' };
128Char STRKBIG5[]         = { 'b', 'i', 'g', '5', '\0' };
129#  ifdef MBYTEDEBUG	/* Sorry, use for beta testing */
130Char STRmbytemap[]	= { 'm', 'b', 'y', 't', 'e', 'm', 'a', 'p', '\0' };
131#  endif /* MBYTEMAP */
132/* PATCH IDEA FROM Issei.Suzuki VERY THANKS */
133/* dspmbyte autoset trap */
134/* STRLANGEUCJP,STRLANGEUCJPB = EUCJP Trap */
135/* STRLANGEUCKR,STRLANGEUCKRB = EUCKR Trap */
136/* STRLANGEUCZH,STRLANGEUCZHB = EUCZH Trap */
137/* STRLANGSJIS,STRLANGSJISB = SJIS Trap */
138#  if defined(__uxps__) || defined(sgi)  || defined(aix) || defined(__CYGWIN__) || defined(linux)
139Char STRLANGEUCJP[]	= { 'j', 'a', '_', 'J', 'P', '.', 'E', 'U', 'C', '\0' };
140Char STRLANGEUCKR[]	= { 'k', 'o', '_', 'K', 'R', '.', 'E', 'U', 'C', '\0' };
141#   if defined(__uxps__)
142Char STRLANGEUCJPB[]	= { 'j', 'a', 'p', 'a', 'n', '\0' };
143Char STRLANGEUCKRB[]	= { 'k', 'o', 'r', 'e', 'a', '\0' };
144#   elif defined(linux)
145Char STRLANGEUCJPB[]	= { 'j', 'a', '_', 'J', 'P', '.', 'u', 'j', 'i', 's',
146			    '\0' };
147Char STRLANGEUCKRB[]	= { 'k', 'o', '_', 'K', 'R', '.', 'e', 'u', 'c', '\0' };
148#   elif defined(aix)
149Char STRLANGEUCJPB[]	= { 'j', 'a', '_', 'J', 'P', '\0' };
150Char STRLANGEUCKRB[]	= { 'k', 'o', '_', 'K', 'R', '\0' };
151#   else
152Char STRLANGEUCJPB[]	= { '\0' };
153Char STRLANGEUCKRB[]	= { '\0' };
154#   endif
155Char STRLANGSJIS[]	= { 'j', 'a', '_', 'J', 'P', '.', 'S', 'J', 'I', 'S',
156			    '\0' };
157Char STRLANGSJISB[]	= { '\0' };
158Char STRLANGBIG5[]	= { 'z', 'h', '_', 'T', 'W', '.', 'B', 'i', 'g', '5',
159			    '\0' };
160Char STRLANGEUCZH[]	= { '\0' };
161Char STRLANGEUCZHB[]	= { '\0' };
162#  elif defined(__FreeBSD__)
163Char STRLANGEUCJP[]	= { 'j', 'a', '_', 'J', 'P', '.', 'e', 'u', 'c', 'J',
164			    'P', '\0' };
165Char STRLANGEUCJPB[]	= { 'j', 'a', '_', 'J', 'P', '.', 'E', 'U', 'C', '\0' };
166Char STRLANGEUCKR[]	= { 'k', 'o', '_', 'K', 'R', '.', 'e', 'u', 'c', 'K',
167			    'R', '\0' };
168Char STRLANGEUCKRB[]	= { 'k', 'o', '_', 'K', 'R', '.', 'E', 'U', 'C', '\0' };
169Char STRLANGEUCZH[]	= { 'z', 'h', '_', 'C', 'N', '.', 'e', 'u', 'c', 'C',
170			    'N', '\0' };
171Char STRLANGEUCZHB[]	= { 'z', 'h', '_', 'C', 'N', '.', 'E', 'U', 'C', '\0' };
172Char STRLANGSJIS[]	= { 'j', 'a', '_', 'J', 'P', '.', 'S', 'J', 'I', 'S',
173			    '\0' };
174Char STRLANGSJISB[]	= { 'j', 'a', '_', 'J', 'P', '.', 'S', 'h', 'i', 'f',
175			    't', '_', 'J', 'I', 'S', '\0' };
176Char STRLANGBIG5[]	= { 'z', 'h', '_', 'T', 'W', '.', 'B', 'i', 'g', '5',
177			    '\0' };
178#  elif defined(__uxpm__)
179Char STRLANGEUCJP[]	= { 'j', 'a', 'p', 'a', 'n', '\0' };
180Char STRLANGEUCKR[]	= { 'k', 'o', 'r', 'e', 'a', '\0' };
181Char STRLANGEUCZH[]	= { '\0' };
182Char STRLANGEUCJPB[]	= { '\0' };
183Char STRLANGEUCKRB[]	= { '\0' };
184Char STRLANGEUCZHB[]	= { '\0' };
185Char STRLANGSJIS[]	= { '\0' };
186Char STRLANGSJISB[]	= { '\0' };
187Char STRLANGBIG5[]	= { '\0' };
188#  elif defined(SOLARIS2)
189Char STRLANGEUCJP[]	= { 'j', 'a', '\0' };
190Char STRLANGEUCKR[]	= { 'k', 'o', '\0' };
191Char STRLANGEUCZH[]	= { '\0' };
192Char STRLANGEUCJPB[]	= { 'j', 'a', 'p', 'a', 'n', 'e', 's', 'e', '\0' };
193Char STRLANGEUCKRB[]	= { 'k', 'o', 'r', 'e', 'a', 'n', '\0' };
194Char STRLANGEUCZHB[]	= { '\0' };
195Char STRLANGSJIS[]	= { '\0' };
196Char STRLANGSJISB[]	= { '\0' };
197Char STRLANGBIG5[]	= { '\0' };
198#  elif defined(hpux)
199Char STRLANGEUCJP[]	= { 'j', 'a', '_', 'J', 'P', '.', 'e', 'u', 'c', 'J', 'P' };
200Char STRLANGEUCKR[]	= { 'k', 'o', '_', 'K', 'R', '.', 'e', 'u', 'c', 'K', 'R' };
201Char STRLANGEUCZH[]	= { '\0' };
202Char STRLANGEUCJPB[]	= { '\0' };
203Char STRLANGEUCKRB[]	= { '\0' };
204Char STRLANGEUCZHB[]	= { '\0' };
205Char STRLANGSJIS[]	= { '\0' };
206Char STRLANGSJISB[]	= { '\0' };
207Char STRLANGBIG5[]	= { '\0' };
208#  else
209Char STRLANGEUCJP[]	= { '\0' };
210Char STRLANGEUCKR[]	= { '\0' };
211Char STRLANGEUCZH[]	= { '\0' };
212Char STRLANGEUCJPB[]	= { '\0' };
213Char STRLANGEUCKRB[]	= { '\0' };
214Char STRLANGEUCZHB[]	= { '\0' };
215Char STRLANGSJIS[]	= { '\0' };
216Char STRLANGSJISB[]	= { '\0' };
217Char STRLANGBIG5[]	= { '\0' };
218#  endif
219# endif /* defined(DSPMBYTE) */
220#endif
221
222Char STRtildotdirs[]	= { '~', '/', '.', 'c', 's', 'h', 'd', 'i', 'r',
223			    's', '\0' };
224Char STRdirsfile[]	= { 'd', 'i', 'r', 's', 'f', 'i', 'l', 'e', '\0' };
225Char STRsavedirs[]	= { 's', 'a', 'v', 'e', 'd', 'i', 'r', 's', '\0' };
226Char STRloginsh[]	= { 'l', 'o', 'g', 'i', 'n', 's', 'h', '\0' };
227Char STRdirstack[]	= { 'd', 'i', 'r', 's', 't', 'a', 'c', 'k', '\0' };
228Char STRargv[]		= { 'a', 'r', 'g', 'v', '\0' };
229Char STRcommand[]	= { 'c', 'o', 'm', 'm', 'a', 'n', 'd', '\0' };
230Char STRsavehist[]	= { 's', 'a', 'v', 'e', 'h', 'i', 's', 't', '\0' };
231Char STRnormal[]	= { 'n', 'o', 'r', 'm', 'a', 'l', '\0' };
232Char STRsldtlogout[]	= { '/', '.', 'l', 'o', 'g', 'o', 'u', 't', '\0' };
233Char STRjobs[]		= { 'j', 'o', 'b', 's', '\0' };
234Char STRdeftcshprompt[]	= { '%', '#', ' ', '\0' };
235Char STRdefcshprompt[]	= { '%', '\0' };
236Char STRmquestion[]	= { '%', 'R', '?' | QUOTE, ' ', '\0' };
237Char STRKCORRECT[]	= { 'C', 'O', 'R', 'R', 'E', 'C', 'T', '>', '%', 'R',
238			    ' ', '(', 'y', '|', 'n', '|', 'e', '|', 'a', ')',
239			    '?' | QUOTE, ' ', '\0' };
240Char STRunalias[]	= { 'u', 'n', 'a', 'l', 'i', 'a', 's', '\0' };
241Char STRalias[]		= { 'a', 'l', 'i', 'a', 's', '\0' };
242Char STRprecmd[]	= { 'p', 'r', 'e', 'c', 'm', 'd', '\0' };
243Char STRjobcmd[]	= { 'j', 'o', 'b', 'c', 'm', 'd', '\0' }; /*GrP*/
244Char STRpostcmd[]	= { 'p', 'o', 's', 't', 'c', 'm', 'd', '\0' };
245Char STRcwdcmd[]	= { 'c', 'w', 'd', 'c', 'm', 'd', '\0' };
246Char STRperiodic[]	= { 'p', 'e', 'r', 'i', 'o', 'd', 'i', 'c', '\0' };
247Char STRtperiod[]	= { 't', 'p', 'e', 'r', 'i', 'o', 'd', '\0' };
248Char STRmf[]		= { '-', 'f', '\0' };
249Char STRml[]		= { '-', 'l', '\0' };
250Char STRslash[]		= { '/', '\0' };
251Char STRdotsl[]		= { '.', '/', '\0' };
252Char STRdotdotsl[]	= { '.', '.', '/', '\0' };
253Char STRcdpath[]	= { 'c', 'd', 'p', 'a', 't', 'h', '\0' };
254Char STRcd[]		= { 'c', 'd', '\0' };
255Char STRpushdtohome[]	= { 'p', 'u', 's', 'h', 'd', 't', 'o', 'h', 'o', 'm',
256			    'e', '\0' };
257Char STRpushdsilent[]	= { 'p', 'u', 's', 'h', 'd', 's', 'i', 'l', 'e', 'n',
258			    't', '\0' };
259Char STRdextract[]	= { 'd', 'e', 'x', 't', 'r', 'a', 'c', 't', '\0' };
260Char STRdunique[]	= { 'd', 'u', 'n', 'i', 'q', 'u', 'e', '\0' };
261Char STRsymlinks[]	= { 's', 'y', 'm', 'l', 'i', 'n', 'k', 's', '\0' };
262Char STRignore[]	= { 'i', 'g', 'n', 'o', 'r', 'e', '\0' };
263Char STRchase[]		= { 'c', 'h', 'a', 's', 'e', '\0' };
264Char STRexpand[]	= { 'e', 'x', 'p', 'a', 'n', 'd', '\0' };
265Char STRecho_style[]	= { 'e', 'c', 'h', 'o', '_', 's', 't', 'y', 'l', 'e',
266			    '\0' };
267Char STRbsd[]		= { 'b', 's', 'd', '\0' };
268Char STRsysv[]		= { 's', 'y', 's', 'v', '\0' };
269Char STRboth[]		= { 'b', 'o', 't', 'h', '\0' };
270Char STRnone[]		= { 'n', 'o', 'n', 'e', '\0' };
271Char STRPWD[]		= { 'P', 'W', 'D', '\0' };
272Char STRor2[]		= { '|', '|', '\0' };
273Char STRand2[]		= { '&', '&', '\0' };
274Char STRor[]		= { '|', '\0' };
275Char STRcaret[]		= { '^', '\0' };
276Char STRand[]		= { '&', '\0' };
277Char STRequal[]		= { '=', '\0' };
278Char STRbang[]		= { '!', '\0' };
279Char STRtilde[]		= { '~', '\0' };
280Char STRLparen[]	= { '(', '\0' };
281Char STRLbrace[]	= { '{', '\0' };
282Char STRfakecom[]	= { '{', ' ', '.', '.', '.', ' ', '}', '\0' };
283Char STRRbrace[]	= { '}', '\0' };
284Char STRKPATH[]		= { 'P', 'A', 'T', 'H', '\0' };
285Char STRdefault[]	= { 'd', 'e', 'f', 'a', 'u', 'l', 't', '\0' };
286Char STRmn[]		= { '-', 'n', '\0' };
287Char STRminus[]		= { '-', '\0' };
288Char STRnoglob[]	= { 'n', 'o', 'g', 'l', 'o', 'b', '\0' };
289Char STRnonomatch[]	= { 'n', 'o', 'n', 'o', 'm', 'a', 't', 'c', 'h', '\0' };
290Char STRfakecom1[]	= { '`', ' ', '.', '.', '.', ' ', '`', '\0' };
291Char STRampm[]		= { 'a', 'm', 'p', 'm', '\0' };
292Char STRtime[]		= { 't', 'i', 'm', 'e', '\0' };
293Char STRnotify[]	= { 'n', 'o', 't', 'i', 'f', 'y', '\0' };
294Char STRprintexitvalue[] = { 'p', 'r', 'i', 'n', 't', 'e', 'x', 'i', 't', 'v',
295			    'a', 'l', 'u', 'e', '\0' };
296Char STRLparensp[]	= { '(', ' ', '\0' };
297Char STRspRparen[]	= { ' ', ')', '\0' };
298Char STRspace[]		= { ' ', '\0' };
299Char STRspor2sp[]	= { ' ', '|', '|', ' ', '\0' };
300Char STRspand2sp[]	= { ' ', '&', '&', ' ', '\0' };
301Char STRsporsp[]	= { ' ', '|', ' ', '\0' };
302Char STRsemisp[]	= { ';', ' ', '\0' };
303Char STRsemi[]		= { ';', '\0' };
304Char STRQQ[]		= { '"', '"', '\0' };
305Char STRBB[]		= { '[', ']', '\0' };
306Char STRspLarrow2sp[]	= { ' ', '<', '<', ' ', '\0' };
307Char STRspLarrowsp[]	= { ' ', '<', ' ', '\0' };
308Char STRspRarrow2[]	= { ' ', '>', '>', '\0' };
309Char STRspRarrow[]	= { ' ', '>', '\0' };
310Char STRgt[]		= { '>', '\0' };
311Char STRsp3dots[]	= { ' ', '.', '.', '.', '\0' };
312Char STRcent2[]		= { '%', '%', '\0' };
313Char STRcentplus[]	= { '%', '+', '\0' };
314Char STRcentminus[]	= { '%', '-', '\0' };
315Char STRcenthash[]	= { '%', '#', '\0' };
316#ifdef BSDJOBS
317Char STRcontinue[]	= { 'c', 'o', 'n', 't', 'i', 'n', 'u', 'e', '\0' };
318Char STRcontinue_args[] = { 'c', 'o', 'n', 't', 'i', 'n', 'u', 'e', '_', 'a',
319			    'r', 'g', 's', '\0' };
320Char STRunderpause[]	= { '_', 'p', 'a', 'u', 's', 'e', '\0' };
321#endif
322Char STRbackqpwd[]	= { '`', 'p', 'w', 'd', '`', '\0' };
323Char STRhistchars[]	= { 'h', 'i', 's', 't', 'c', 'h', 'a', 'r', 's', '\0' };
324Char STRpromptchars[]	= { 'p', 'r', 'o', 'm', 'p', 't', 'c', 'h', 'a', 'r',
325			    's', '\0' };
326Char STRhistlit[]	= { 'h', 'i', 's', 't', 'l', 'i', 't', '\0' };
327Char STRKUSER[]		= { 'U', 'S', 'E', 'R', '\0' };
328Char STRLOGNAME[]	= { 'L', 'O', 'G', 'N', 'A', 'M', 'E', '\0' };
329Char STRKGROUP[]	= { 'G', 'R', 'O', 'U', 'P', '\0' };
330Char STRwordchars[]	= { 'w', 'o', 'r', 'd', 'c', 'h', 'a', 'r', 's', '\0' };
331Char STRKTERM[]		= { 'T', 'E', 'R', 'M', '\0' };
332Char STRKHOME[]		= { 'H', 'O', 'M', 'E', '\0' };
333Char STRbackslash_quote[] = { 'b', 'a', 'c', 'k', 's', 'l', 'a', 's', 'h', '_',
334			     'q', 'u', 'o', 't', 'e', '\0' };
335Char STRRparen[]	= { ')', '\0' };
336Char STRmail[]		= { 'm', 'a', 'i', 'l', '\0' };
337#ifndef HAVENOUTMP
338Char STRwatch[]		= { 'w', 'a', 't', 'c', 'h', '\0' };
339#endif /* HAVENOUTMP */
340
341Char STRsldottcshrc[]	= { '/', '.', 't', 'c', 's', 'h', 'r', 'c', '\0' };
342Char STRsldotcshrc[]	= { '/', '.', 'c', 's', 'h', 'r', 'c', '\0' };
343Char STRsldotlogin[]	= { '/', '.', 'l', 'o', 'g', 'i', 'n', '\0' };
344Char STRignoreeof[]	= { 'i', 'g', 'n', 'o', 'r', 'e', 'e', 'o', 'f', '\0' };
345Char STRnoclobber[]	= { 'n', 'o', 'c', 'l', 'o', 'b', 'b', 'e', 'r', '\0' };
346Char STRhelpcommand[]	= { 'h', 'e', 'l', 'p', 'c', 'o', 'm', 'm', 'a', 'n',
347			    'd', '\0' };
348Char STRfignore[]	= { 'f', 'i', 'g', 'n', 'o', 'r', 'e', '\0' };
349Char STRrecexact[]	= { 'r', 'e', 'c', 'e', 'x', 'a', 'c', 't', '\0' };
350Char STRlistmaxrows[]	= { 'l', 'i', 's', 't', 'm', 'a', 'x', 'r', 'o', 'w',
351			    's', '\0' };
352Char STRlistmax[]	= { 'l', 'i', 's', 't', 'm', 'a', 'x', '\0' };
353Char STRlistlinks[]	= { 'l', 'i', 's', 't', 'l', 'i', 'n', 'k', 's', '\0' };
354Char STRDING[]		= { 'D', 'I', 'N', 'G', '!', '\0' };
355Char STRQNULL[]		= { '\0' | QUOTE, '\0' };
356Char STRcorrect[]	= { 'c', 'o', 'r', 'r', 'e', 'c', 't', '\0' };
357Char STRcmd[]		= { 'c', 'm', 'd', '\0' };
358Char STRall[]		= { 'a', 'l', 'l', '\0' };
359Char STRerase[]		= { 'e', 'r', 'a', 's', 'e', '\0' };
360Char STRprev[]		= { 'p', 'r', 'e', 'v', '\0' };
361Char STRcomplete[]	= { 'c', 'o', 'm', 'p', 'l', 'e', 't', 'e', '\0' };
362Char STRenhance[]	= { 'e', 'n', 'h', 'a', 'n', 'c', 'e', '\0' };
363Char STRautoexpand[]	= { 'a', 'u', 't', 'o', 'e', 'x', 'p', 'a', 'n', 'd',
364			    '\0' };
365Char STRautocorrect[]	= { 'a', 'u', 't', 'o', 'c', 'o', 'r', 'r', 'e', 'c',
366			    't', '\0' };
367Char STRautolist[]	= { 'a', 'u', 't', 'o', 'l', 'i', 's', 't', '\0' };
368Char STRbeepcmd[]	= { 'b', 'e', 'e', 'p', 'c', 'm', 'd', '\0' };
369Char STRmatchbeep[]	= { 'm', 'a', 't', 'c', 'h', 'b', 'e', 'e', 'p', '\0' };
370Char STRnomatch[]	= { 'n', 'o', 'm', 'a', 't', 'c', 'h', '\0' };
371Char STRambiguous[]	= { 'a', 'm', 'b', 'i', 'g', 'u', 'o', 'u', 's', '\0' };
372Char STRnotunique[]	= { 'n', 'o', 't', 'u', 'n', 'i', 'q', 'u', 'e', '\0' };
373Char STRret[]		= { '\n', '\0' };
374Char STRnobeep[]	= { 'n', 'o', 'b', 'e', 'e', 'p', '\0' };
375Char STRnoding[]	= { 'n', 'o', 'd', 'i', 'n', 'g', '\0' };
376Char STRnoambiguous[]	= { 'n', 'o', 'a', 'm', 'b', 'i', 'g', 'u', 'o', 'u',
377			    's', '\0' };
378Char STRvisiblebell[]	= { 'v', 'i', 's', 'i', 'b', 'l', 'e', 'b', 'e', 'l',
379			    'l', '\0' };
380Char STRrecognize_only_executables[] = { 'r', 'e', 'c', 'o', 'g', 'n', 'i',
381					 'z', 'e', '_', 'o', 'n', 'l', 'y',
382					 '_', 'e', 'x', 'e', 'c', 'u', 't',
383					 'a', 'b', 'l', 'e', 's', '\0' };
384Char STRinputmode[]	= { 'i', 'n', 'p', 'u', 't', 'm', 'o', 'd', 'e',
385			    '\0' };
386Char STRoverwrite[]	= { 'o', 'v', 'e', 'r', 'w', 'r', 'i', 't', 'e',
387			    '\0' };
388Char STRinsert[]	= { 'i', 'n', 's', 'e', 'r', 't', '\0' };
389Char STRnohup[]		= { 'n', 'o', 'h', 'u', 'p', '\0' };
390Char STRhup[]		= { 'h', 'u', 'p', '\0' };
391Char STRnice[]		= { 'n', 'i', 'c', 'e', '\0' };
392Char STRthen[]		= { 't', 'h', 'e', 'n', '\0' };
393Char STReof[]		= { '^', 'D', '\b', '\b', '\0' };
394Char STRlistjobs[]	= { 'l', 'i', 's', 't', 'j', 'o', 'b', 's', '\0' };
395Char STRlistflags[]	= { 'l', 'i', 's', 't', 'f', 'l', 'a', 'g', 's', '\0' };
396Char STRlong[]		= { 'l', 'o', 'n', 'g', '\0' };
397Char STRwho[]		= { 'w', 'h', 'o', '\0' };
398Char STRsched[]		= { 's', 'c', 'h', 'e', 'd', '\0' };
399Char STRrmstar[]	= { 'r', 'm', 's', 't', 'a', 'r', '\0' };
400Char STRrm[]		= { 'r', 'm', '\0' };
401
402Char STRimplicitcd[] = { 'i', 'm', 'p', 'l', 'i', 'c', 'i', 't',
403                         'c', 'd', '\0' };
404Char STRkillring[] 	= { 'k', 'i', 'l', 'l', 'r', 'i', 'n', 'g', '\0' };
405Char STRkilldup[] 	= { 'k', 'i', 'l', 'l', 'd', 'u', 'p', '\0' };
406Char STRshlvl[]		= { 's', 'h', 'l', 'v', 'l', '\0' };
407Char STRKSHLVL[]	= { 'S', 'H', 'L', 'V', 'L', '\0' };
408Char STRLANG[]		= { 'L', 'A', 'N', 'G', '\0' };
409Char STRLC_CTYPE[]	= { 'L', 'C', '_', 'C', 'T', 'Y', 'P', 'E' ,'\0' };
410Char STRLC_NUMERIC[]	= { 'L', 'C', '_', 'N', 'U', 'M', 'E', 'R', 'I',
411			    'C', '\0' };
412Char STRLC_TIME[]	= { 'L', 'C', '_', 'T', 'I', 'M', 'E', '\0' };
413Char STRLC_COLLATE[]	= { 'L', 'C', '_', 'C', 'O', 'L', 'L', 'A', 'T',
414			    'E', '\0' };
415Char STRLC_MESSAGES[]	= { 'L', 'C', '_', 'M', 'E', 'S', 'S', 'A', 'G',
416			    'E', 'S', '\0' };
417Char STRLC_MONETARY[]	= { 'L', 'C', '_', 'M', 'O', 'N', 'E', 'T', 'A',
418			    'R', 'Y', '\0' };
419Char STRNOREBIND[] 	= { 'N', 'O', 'R', 'E', 'B', 'I', 'N', 'D', '\0' };
420
421#if defined(SIG_WINDOW) || defined (_VMS_POSIX)
422/* atp - problem with declaration of str{lines,columns} in sh.func.c (1277) */
423Char STRLINES[]		= { 'L', 'I', 'N', 'E', 'S', '\0'};
424Char STRCOLUMNS[]	= { 'C', 'O', 'L', 'U', 'M', 'N', 'S', '\0'};
425Char STRTERMCAP[]	= { 'T', 'E', 'R', 'M', 'C', 'A', 'P', '\0'};
426#endif /* SIG_WINDOW  || _VMS_POSIX */
427
428#ifdef WARP
429Char STRwarp[]		= { 'w', 'a', 'r', 'p', '\0' };
430#endif /* WARP */
431
432#ifdef apollo
433Char STRSYSTYPE[] 	= { 'S', 'Y', 'S', 'T', 'Y', 'P', 'E', '\0' };
434Char STRoid[] 		= { 'o', 'i', 'd', '\0' };
435Char STRbsd43[] 	= { 'b', 's', 'd', '4', '.', '3', '\0' };
436Char STRsys53[] 	= { 's', 'y', 's', '5', '.', '3', '\0' };
437Char STRver[]		= { 'v', 'e', 'r', '\0' };
438#endif /* apollo */
439
440#ifndef IS_ASCII
441Char STRwarnebcdic[]    = { 'w', 'a', 'r', 'n', 'e', 'b', 'c', 'd', 'i', 'c', '\0' };
442#endif
443
444#ifdef COLOR_LS_F
445Char STRlsmF[]		= { 'l', 's', '-', 'F', '\0' };
446Char STRcolor[]		= { 'c', 'o', 'l', 'o', 'r', '\0' };
447#ifdef BSD_STYLE_COLORLS
448Char STRmmcolormauto[]	= { '-', 'G', '\0' };
449#else
450Char STRmmcolormauto[]	= { '-', '-', 'c', 'o', 'l', 'o', 'r', '=', 'a', 'u', 't', 'o', '\0' };
451#endif /* BSD_STYLE_COLORLS */
452Char STRLS_COLORS[]	= { 'L', 'S', '_', 'C', 'O', 'L', 'O', 'R', 'S', '\0' };
453#endif /* COLOR_LS_F */
454
455Char STRls[]		= { 'l', 's', '\0' };
456
457Char STRup[]		= { 'u', 'p', '\0' };
458Char STRdown[]		= { 'd', 'o', 'w', 'n', '\0' };
459Char STRleft[]		= { 'l', 'e', 'f', 't', '\0' };
460Char STRright[]		= { 'r', 'i', 'g', 'h', 't', '\0' };
461Char STRend[]           = { 'e', 'n', 'd', '\0' };
462
463#ifdef COLORCAT
464Char STRcolorcat[]	= { 'c', 'o', 'l', 'o', 'r', 'c', 'a', 't', '\0' };
465#endif
466
467Char STRshwspace[]	= { ' ', '\t', '\0' };
468Char STRshwordsep[]	= { ' ', '\t', '&', '|', ';', '<', '>', '(', ')', '\0' };
469