source: trunk/third/tcsh/tc.const.c @ 9032

Revision 9032, 14.4 KB checked in by ghudson, 28 years ago (diff)
For support of Athena tcsh compatibility changes: * Define STRhost[] and STRhosttype[].
Line 
1/* $Header: /afs/dev.mit.edu/source/repository/third/tcsh/tc.const.c,v 1.2 1996-10-03 04:42:27 ghudson 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 1.2 1996-10-03 04:42:27 ghudson 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' };
45Char STRautomatic[]     = { 'a', 'u', 't', 'o', 'm', 'a', 't', 'i', 'c', '\0' };
46Char STRaout[]          = { 'a', '.', 'o', 'u', 't', '\0' };
47Char STRtty[]           = { 't', 't', 'y', '\0' };
48Char STRany[]           = { 'a', 'n', 'y', '\0' };
49Char STRstatus[]        = { 's', 't', 'a', 't', 'u', 's', '\0' };
50Char STR0[]             = { '0', '\0' };
51Char STR1[]             = { '1', '\0' };
52Char STRNULL[]          = { '\0' };
53Char STRtcsh[]          = { 't', 'c', 's', 'h', '\0' };
54Char STRhome[]          = { 'h', 'o', 'm', 'e', '\0' };
55Char STRuser[]          = { 'u', 's', 'e', 'r', '\0' };
56Char STRterm[]          = { 't', 'e', 'r', 'm', '\0' };
57Char STRversion[]       = { 'v', 'e', 'r', 's', 'i', 'o', 'n', '\0' };
58Char STRuid[]           = { 'u', 'i', 'd', '\0' };
59Char STRgid[]           = { 'g', 'i', 'd', '\0' };
60Char STRHOST[]          = { 'H', 'O', 'S', 'T', '\0' };
61Char STRHOSTTYPE[]      = { 'H', 'O', 'S', 'T', 'T', 'Y', 'P', 'E', '\0' };
62Char STRhost[]          = { 'h', 'o', 's', 't', '\0' };
63Char STRhosttype[]      = { 'h', 'o', 's', 't', 't', 'y', 'p', 'e', '\0' };
64Char STRedit[]          = { 'e', 'd', 'i', 't', '\0' };
65Char STRaddsuffix[]     = { 'a', 'd', 'd', 's', 'u', 'f', 'f', 'i', 'x', '\0' };
66Char STRnostat[]        = { 'n', 'o', 's', 't', 'a', 't', '\0' };
67Char STRshell[]         = { 's', 'h', 'e', 'l', 'l', '\0' };
68Char STRtmpsh[]         = { '/', 't', 'm', 'p', '/', 's', 'h', '\0' };
69Char STRverbose[]       = { 'v', 'e', 'r', 'b', 'o', 's', 'e', '\0' };
70Char STRecho[]          = { 'e', 'c', 'h', 'o', '\0' };
71Char STRpath[]          = { 'p', 'a', 't', 'h', '\0' };
72Char STRprompt[]        = { 'p', 'r', 'o', 'm', 'p', 't', '\0' };
73Char STRprompt2[]       = { 'p', 'r', 'o', 'm', 'p', 't', '2', '\0' };
74Char STRprompt3[]       = { 'p', 'r', 'o', 'm', 'p', 't', '3', '\0' };
75Char STRcwd[]           = { 'c', 'w', 'd', '\0' };
76Char STRstar[]          = { '*', '\0' };
77Char STRdot[]           = { '.', '\0' };
78Char STRhistory[]       = { 'h', 'i', 's', 't', 'o', 'r', 'y', '\0' };
79Char STRhistfile[]      = { 'h', 'i', 's', 't', 'f', 'i', 'l', 'e', '\0' };
80Char STRsource[]        = { 's', 'o', 'u', 'r', 'c', 'e', '\0' };
81Char STRmh[]            = { '-', 'h', '\0' };
82Char STRtildothist[]    = { '~', '/', '.', 'h', 'i', 's', 't', 'o', 'r',
83                            'y', '\0' };
84
85#ifdef KANJI
86Char STRnokanji[]       = { 'n', 'o', 'k', 'a', 'n', 'j', 'i', '\0' };
87#endif
88
89Char STRtildotdirs[]    = { '~', '/', '.', 'c', 's', 'h', 'd', 'i', 'r',
90                            's', '\0' };
91Char STRdirsfile[]      = { 'd', 'i', 'r', 's', 'f', 'i', 'l', 'e', '\0' };
92Char STRsavedirs[]      = { 's', 'a', 'v', 'e', 'd', 'i', 'r', 's', '\0' };
93Char STRloginsh[]       = { 'l', 'o', 'g', 'i', 'n', 's', 'h', '\0' };
94Char STRdirstack[]      = { 'd', 'i', 'r', 's', 't', 'a', 'c', 'k', '\0' };
95Char STRargv[]          = { 'a', 'r', 'g', 'v', '\0' };
96Char STRsavehist[]      = { 's', 'a', 'v', 'e', 'h', 'i', 's', 't', '\0' };
97Char STRnormal[]        = { 'n', 'o', 'r', 'm', 'a', 'l', '\0' };
98Char STRsldtlogout[]    = { '/', '.', 'l', 'o', 'g', 'o', 'u', 't', '\0' };
99Char STRjobs[]          = { 'j', 'o', 'b', 's', '\0' };
100Char STRsymhash[]       = { '#', ' ', '\0' };
101Char STRsymarrow[]      = { '>', ' ', '\0' };
102Char STRmquestion[]     = { '%', 'R', '?' | QUOTE, ' ', '\0' };
103Char STRKCORRECT[]      = { 'C', 'O', 'R', 'R', 'E', 'C', 'T', '>', '%', 'R',
104                            ' ', '(', 'y', '|', 'n', '|', 'e', ')',
105                            '?' | QUOTE, ' ', '\0' };
106Char STRunalias[]       = { 'u', 'n', 'a', 'l', 'i', 'a', 's', '\0' };
107Char STRalias[]         = { 'a', 'l', 'i', 'a', 's', '\0' };
108Char STRprecmd[]        = { 'p', 'r', 'e', 'c', 'm', 'd', '\0' };
109Char STRcwdcmd[]        = { 'c', 'w', 'd', 'c', 'm', 'd', '\0' };
110Char STRperiodic[]      = { 'p', 'e', 'r', 'i', 'o', 'd', 'i', 'c', '\0' };
111Char STRtperiod[]       = { 't', 'p', 'e', 'r', 'i', 'o', 'd', '\0' };
112Char STRml[]            = { '-', 'l', '\0' };
113Char STRslash[]         = { '/', '\0' };
114Char STRdotsl[]         = { '.', '/', '\0' };
115Char STRdotdotsl[]      = { '.', '.', '/', '\0' };
116Char STRcdpath[]        = { 'c', 'd', 'p', 'a', 't', 'h', '\0' };
117Char STRpushdtohome[]   = { 'p', 'u', 's', 'h', 'd', 't', 'o', 'h', 'o', 'm',
118                            'e', '\0' };
119Char STRpushdsilent[]   = { 'p', 'u', 's', 'h', 'd', 's', 'i', 'l', 'e', 'n',
120                            't', '\0' };
121Char STRdextract[]      = { 'd', 'e', 'x', 't', 'r', 'a', 'c', 't', '\0' };
122Char STRdunique[]       = { 'd', 'u', 'n', 'i', 'q', 'u', 'e', '\0' };
123Char STRsymlinks[]      = { 's', 'y', 'm', 'l', 'i', 'n', 'k', 's', '\0' };
124Char STRignore[]        = { 'i', 'g', 'n', 'o', 'r', 'e', '\0' };
125Char STRchase[]         = { 'c', 'h', 'a', 's', 'e', '\0' };
126Char STRexpand[]        = { 'e', 'x', 'p', 'a', 'n', 'd', '\0' };
127Char STRecho_style[]    = { 'e', 'c', 'h', 'o', '_', 's', 't', 'y', 'l', 'e',
128                            '\0' };
129Char STRbsd[]           = { 'b', 's', 'd', '\0' };
130Char STRsysv[]          = { 's', 'y', 's', 'v', '\0' };
131Char STRboth[]          = { 'b', 'o', 't', 'h', '\0' };
132Char STRnone[]          = { 'n', 'o', 'n', 'e', '\0' };
133Char STRPWD[]           = { 'P', 'W', 'D', '\0' };
134Char STRor2[]           = { '|', '|', '\0' };
135Char STRand2[]          = { '&', '&', '\0' };
136Char STRor[]            = { '|', '\0' };
137Char STRcaret[]         = { '^', '\0' };
138Char STRand[]           = { '&', '\0' };
139Char STRequal[]         = { '=', '\0' };
140Char STRbang[]          = { '!', '\0' };
141Char STRtilde[]         = { '~', '\0' };
142Char STRLparen[]        = { '(', '\0' };
143Char STRLbrace[]        = { '{', '\0' };
144Char STRfakecom[]       = { '{', ' ', '.', '.', '.', ' ', '}', '\0' };
145Char STRRbrace[]        = { '}', '\0' };
146Char STRKPATH[]         = { 'P', 'A', 'T', 'H', '\0' };
147Char STRdefault[]       = { 'd', 'e', 'f', 'a', 'u', 'l', 't', '\0' };
148Char STRmn[]            = { '-', 'n', '\0' };
149Char STRminus[]         = { '-', '\0' };
150Char STRnoglob[]        = { 'n', 'o', 'g', 'l', 'o', 'b', '\0' };
151Char STRnonomatch[]     = { 'n', 'o', 'n', 'o', 'm', 'a', 't', 'c', 'h', '\0' };
152Char STRfakecom1[]      = { '`', ' ', '.', '.', '.', ' ', '`', '\0' };
153Char STRampm[]          = { 'a', 'm', 'p', 'm', '\0' };
154Char STRchild[]         = { 'c', 'h', 'i', 'l', 'd', '\0' };
155Char STRtime[]          = { 't', 'i', 'm', 'e', '\0' };
156Char STRnotify[]        = { 'n', 'o', 't', 'i', 'f', 'y', '\0' };
157Char STRprintexitvalue[] = { 'p', 'r', 'i', 'n', 't', 'e', 'x', 'i', 't', 'v',
158                            'a', 'l', 'u', 'e', '\0' };
159Char STRLparensp[]      = { '(', ' ', '\0' };
160Char STRspRparen[]      = { ' ', ')', '\0' };
161Char STRspace[]         = { ' ', '\0' };
162Char STRspor2sp[]       = { ' ', '|', '|', ' ', '\0' };
163Char STRspand2sp[]      = { ' ', '&', '&', ' ', '\0' };
164Char STRsporsp[]        = { ' ', '|', ' ', '\0' };
165Char STRsemisp[]        = { ';', ' ', '\0' };
166Char STRsemi[]          = { ';', '\0' };
167Char STRQQ[]            = { '"', '"', '\0' };
168Char STRBB[]            = { '[', ']', '\0' };
169Char STRspLarrow2sp[]   = { ' ', '<', '<', ' ', '\0' };
170Char STRspLarrowsp[]    = { ' ', '<', ' ', '\0' };
171Char STRspRarrow2[]     = { ' ', '>', '>', '\0' };
172Char STRspRarrow[]      = { ' ', '>', '\0' };
173Char STRgt[]            = { '>', '\0' };
174Char STRsp3dots[]       = { ' ', '.', '.', '.', '\0' };
175Char STRcent2[]         = { '%', '%', '\0' };
176Char STRcentplus[]      = { '%', '+', '\0' };
177Char STRcentminus[]     = { '%', '-', '\0' };
178Char STRcenthash[]      = { '%', '#', '\0' };
179#ifdef BSDJOBS
180Char STRcontinue[]      = { 'c', 'o', 'n', 't', 'i', 'n', 'u', 'e', '\0' };
181Char STRcontinue_args[] = { 'c', 'o', 'n', 't', 'i', 'n', 'u', 'e', '_', 'a',
182                            'r', 'g', 's', '\0' };
183Char STRunderpause[]    = { '_', 'p', 'a', 'u', 's', 'e', '\0' };
184#endif
185Char STRbackqpwd[]      = { '`', 'p', 'w', 'd', '`', '\0' };
186Char STRhistchars[]     = { 'h', 'i', 's', 't', 'c', 'h', 'a', 'r', 's', '\0' };
187Char STRhistlit[]       = { 'h', 'i', 's', 't', 'l', 'i', 't', '\0' };
188Char STRKUSER[]         = { 'U', 'S', 'E', 'R', '\0' };
189Char STRLOGNAME[]       = { 'L', 'O', 'G', 'N', 'A', 'M', 'E', '\0' };
190Char STRwordchars[]     = { 'w', 'o', 'r', 'd', 'c', 'h', 'a', 'r', 's', '\0' };
191Char STRKTERM[]         = { 'T', 'E', 'R', 'M', '\0' };
192Char STRKHOME[]         = { 'H', 'O', 'M', 'E', '\0' };
193Char STRbackslash_quote[] = { 'b', 'a', 'c', 'k', 's', 'l', 'a', 's', 'h', '_',
194                             'q', 'u', 'o', 't', 'e', '\0' };
195Char STRRparen[]        = { ')', '\0' };
196Char STRcolon[]         = { ':', '\0' };
197Char STRmail[]          = { 'm', 'a', 'i', 'l', '\0' };
198#ifndef HAVENOUTMP
199Char STRwatch[]         = { 'w', 'a', 't', 'c', 'h', '\0' };
200#endif /* HAVENOUTMP */
201
202Char STRsldottcshrc[]   = { '/', '.', 't', 'c', 's', 'h', 'r', 'c', '\0' };
203Char STRsldotcshrc[]    = { '/', '.', 'c', 's', 'h', 'r', 'c', '\0' };
204Char STRsldotlogin[]    = { '/', '.', 'l', 'o', 'g', 'i', 'n', '\0' };
205Char STRignoreeof[]     = { 'i', 'g', 'n', 'o', 'r', 'e', 'e', 'o', 'f', '\0' };
206Char STRnoclobber[]     = { 'n', 'o', 'c', 'l', 'o', 'b', 'b', 'e', 'r', '\0' };
207Char STRhelpcommand[]   = { 'h', 'e', 'l', 'p', 'c', 'o', 'm', 'm', 'a', 'n',
208                            'd', '\0' };
209Char STRfignore[]       = { 'f', 'i', 'g', 'n', 'o', 'r', 'e', '\0' };
210Char STRrecexact[]      = { 'r', 'e', 'c', 'e', 'x', 'a', 'c', 't', '\0' };
211Char STRlistmax[]       = { 'l', 'i', 's', 't', 'm', 'a', 'x', '\0' };
212Char STRlistlinks[]     = { 'l', 'i', 's', 't', 'l', 'i', 'n', 'k', 's', '\0' };
213Char STRDING[]          = { 'D', 'I', 'N', 'G', '!', '\0' };
214Char STRQNULL[]         = { '\0' | QUOTE, '\0' };
215Char STRcorrect[]       = { 'c', 'o', 'r', 'r', 'e', 'c', 't', '\0' };
216Char STRcmd[]           = { 'c', 'm', 'd', '\0' };
217Char STRall[]           = { 'a', 'l', 'l', '\0' };
218Char STRautoexpand[]    = { 'a', 'u', 't', 'o', 'e', 'x', 'p', 'a', 'n', 'd',
219                            '\0' };
220Char STRautocorrect[]   = { 'a', 'u', 't', 'o', 'c', 'o', 'r', 'r', 'e', 'c',
221                            't', '\0' };
222Char STRautolist[]      = { 'a', 'u', 't', 'o', 'l', 'i', 's', 't', '\0' };
223Char STRbeepcmd[]       = { 'b', 'e', 'e', 'p', 'c', 'm', 'd', '\0' };
224Char STRmatchbeep[]     = { 'm', 'a', 't', 'c', 'h', 'b', 'e', 'e', 'p', '\0' };
225Char STRnomatch[]       = { 'n', 'o', 'm', 'a', 't', 'c', 'h', '\0' };
226Char STRambiguous[]     = { 'a', 'm', 'b', 'i', 'g', 'u', 'o', 'u', 's', '\0' };
227Char STRnotunique[]     = { 'n', 'o', 't', 'u', 'n', 'i', 'q', 'u', 'e', '\0' };
228Char STRret[]           = { '\n', '\0' };
229Char STRnobeep[]        = { 'n', 'o', 'b', 'e', 'e', 'p', '\0' };
230Char STRnoambiguous[]   = { 'n', 'o', 'a', 'm', 'b', 'i', 'g', 'u', 'o', 'u',
231                            's', '\0' };
232Char STRvisiblebell[]   = { 'v', 'i', 's', 'i', 'b', 'l', 'e', 'b', 'e', 'l',
233                            'l', '\0' };
234Char STRrecognize_only_executables[] = { 'r', 'e', 'c', 'o', 'g', 'n', 'i', 'z',
235                                         'e', '_', 'o', 'n', 'l', 'y', '_', 'e',
236                                         'x', 'e', 'c', 'u', 't', 'a', 'b', 'l',
237                                         'e', 's', '\0' };
238Char STRinputmode[]     = { 'i', 'n', 'p', 'u', 't', 'm', 'o', 'd', 'e', '\0' };
239Char STRoverwrite[]     = { 'o', 'v', 'e', 'r', 'w', 'r', 'i', 't', 'e', '\0' };
240Char STRinsert[]        = { 'i', 'n', 's', 'e', 'r', 't', '\0' };
241Char STRnohup[]         = { 'n', 'o', 'h', 'u', 'p', '\0' };
242Char STRnice[]          = { 'n', 'i', 'c', 'e', '\0' };
243Char STRshowdots[]      = { 's', 'h', 'o', 'w', 'd', 'o', 't', 's', '\0' };
244Char STRthen[]          = { 't', 'h', 'e', 'n', '\0' };
245Char STReof[]           = { '^', 'D', '\b', '\b', '\0' };
246Char STRlistjobs[]      = { 'l', 'i', 's', 't', 'j', 'o', 'b', 's', '\0' };
247Char STRlong[]          = { 'l', 'o', 'n', 'g', '\0' };
248Char STRwho[]           = { 'w', 'h', 'o', '\0' };
249Char STRrmstar[]        = { 'r', 'm', 's', 't', 'a', 'r', '\0' };
250Char STRrm[]            = { 'r', 'm', '\0' };
251Char STRshlvl[]         = { 's', 'h', 'l', 'v', 'l', '\0' };
252Char STRKSHLVL[]        = { 'S', 'H', 'L', 'V', 'L', '\0' };
253Char STRLANG[]          = { 'L', 'A', 'N', 'G', '\0' };
254Char STRLC_CTYPE[]      = { 'L', 'C', '_', 'C', 'T', 'Y', 'P', 'E' ,'\0' };
255Char STRLC_NUMERIC[]    = { 'L', 'C', '_', 'N', 'U', 'M', 'E', 'R', 'I',
256                            'C', '\0' };
257Char STRLC_TIME[]       = { 'L', 'C', '_', 'T', 'I', 'M', 'E', '\0' };
258Char STRLC_COLLATE[]    = { 'L', 'C', '_', 'C', 'O', 'L', 'L', 'A', 'T',
259                            'E', '\0' };
260Char STRLC_MESSAGES[]   = { 'L', 'C', '_', 'M', 'E', 'S', 'S', 'A', 'G',
261                            'E', 'S', '\0' };
262Char STRLC_MONETARY[]   = { 'L', 'C', '_', 'M', 'O', 'N', 'E', 'T', 'A',
263                            'R', 'Y', '\0' };
264Char STRNOREBIND[] = { 'N', 'O', 'R', 'E', 'B', 'I', 'N', 'D', '\0' };
265
266#if defined(SIG_WINDOW) || defined (_VMS_POSIX) 
267/* atp - problem with declaration of str{lines,columns} in sh.func.c (1277) */
268Char STRLINES[] = { 'L', 'I', 'N', 'E', 'S', '\0'};
269Char STRCOLUMNS[] = { 'C', 'O', 'L', 'U', 'M', 'N', 'S', '\0'};
270Char STRTERMCAP[] = { 'T', 'E', 'R', 'M', 'C', 'A', 'P', '\0'};
271#endif /* SIG_WINDOW  || _VMS_POSIX */
272
273#ifdef WARP
274Char STRwarp[] = { 'w', 'a', 'r', 'p', '\0' };
275#endif /* WARP */
276
277#ifdef apollo
278Char STRSYSTYPE[] = { 'S', 'Y', 'S', 'T', 'Y', 'P', 'E', '\0' };
279Char STRoid[] = { 'o', 'i', 'd', '\0' };
280Char STRbsd43[] = { 'b', 's', 'd', '4', '.', '3', '\0' };
281Char STRsys53[] = { 's', 'y', 's', '5', '.', '3', '\0' };
282Char STRver[] = { 'v', 'e', 'r', '\0' };
283#endif /* apollo */
284
285Char STRup[] = { 'u', 'p', '\0' };
286Char STRdown[] = { 'd', 'o', 'w', 'n', '\0' };
287Char STRleft[] = { 'l', 'e', 'f', 't', '\0' };
288Char STRright[] = { 'r', 'i', 'g', 'h', 't', '\0' };
Note: See TracBrowser for help on using the repository browser.