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