This commit was generated by cvs2svn to track changes on a CVS vendor
[unix-history] / bin / csh / const.c
CommitLineData
15637ed4
RG
1/*-
2 * Copyright (c) 1991 The Regents of the University of California.
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer.
10 * 2. Redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in the
12 * documentation and/or other materials provided with the distribution.
13 * 3. All advertising materials mentioning features or use of this software
14 * must display the following acknowledgement:
15 * This product includes software developed by the University of
16 * California, Berkeley and its contributors.
17 * 4. 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
34#ifndef lint
35static char sccsid[] = "@(#)const.c 5.2 (Berkeley) 6/7/91";
36#endif /* not lint */
37
38/*
39 * tc.const.c: String constants for csh.
40 */
41
42#include "csh.h"
43
44Char STR0[] = { '0', '\0' };
45Char STR1[] = { '1', '\0' };
46Char STRHOME[] = { 'H', 'O', 'M', 'E', '\0' };
47Char STRLANG[] = { 'L', 'A', 'N', 'G', '\0' };
48Char STRLC_CTYPE[] = { 'L', 'C', '_', 'C', 'T', 'Y', 'P', 'E' ,'\0' };
49Char STRLOGNAME[] = { 'L', 'O', 'G', 'N', 'A', 'M', 'E', '\0' };
50Char STRLbrace[] = { '{', '\0' };
51Char STRLparen[] = { '(', '\0' };
52Char STRLparensp[] = { '(', ' ', '\0' };
53Char STRNULL[] = { '\0' };
54Char STRPATH[] = { 'P', 'A', 'T', 'H', '\0' };
55Char STRPWD[] = { 'P', 'W', 'D', '\0' };
56Char STRQNULL[] = { '\0' | QUOTE, '\0' };
57Char STRRbrace[] = { '}', '\0' };
58Char STRspRparen[] = { ' ', ')', '\0' };
59Char STRTERM[] = { 'T', 'E', 'R', 'M', '\0' };
60Char STRUSER[] = { 'U', 'S', 'E', 'R', '\0' };
61Char STRalias[] = { 'a', 'l', 'i', 'a', 's', '\0' };
62Char STRampm[] = { 'a', 'm', 'p', 'm', '\0' };
63Char STRand[] = { '&', '\0' };
64Char STRand2[] = { '&', '&', '\0' };
65Char STRaout[] = { 'a', '.', 'o', 'u', 't', '\0' };
66Char STRargv[] = { 'a', 'r', 'g', 'v', '\0' };
67Char STRbang[] = { '!', '\0' };
68Char STRcaret[] = { '^', '\0' };
69Char STRcdpath[] = { 'c', 'd', 'p', 'a', 't', 'h', '\0' };
70Char STRcent2[] = { '%', '%', '\0' };
71Char STRcenthash[] = { '%', '#', '\0' };
72Char STRcentplus[] = { '%', '+', '\0' };
73Char STRcentminus[] = { '%', '-', '\0' };
74Char STRchase_symlinks[] = { 'c', 'h', 'a', 's', 'e', '_', 's', 'y', 'm', 'l',
75 'i', 'n', 'k', 's', '\0' };
76Char STRchild[] = { 'c', 'h', 'i', 'l', 'd', '\0' };
77Char STRcolon[] = { ':', '\0' };
78Char STRcwd[] = { 'c', 'w', 'd', '\0' };
79Char STRdefault[] = { 'd', 'e', 'f', 'a', 'u', 'l', 't', '\0' };
80Char STRdot[] = { '.', '\0' };
81Char STRdotdotsl[] = { '.', '.', '/', '\0' };
82Char STRdotsl[] = { '.', '/', '\0' };
83Char STRecho[] = { 'e', 'c', 'h', 'o', '\0' };
84Char STRequal[] = { '=', '\0' };
85Char STRfakecom[] = { '{', ' ', '.', '.', '.', ' ', '}', '\0' };
86Char STRfakecom1[] = { '`', ' ', '.', '.', '.', ' ', '`', '\0' };
87Char STRfignore[] = { 'f', 'i', 'g', 'n', 'o', 'r', 'e', '\0' };
88#ifdef FILEC
89Char STRfilec[] = { 'f', 'i', 'l', 'e', 'c', '\0' };
90#endif /* FILEC */
91Char STRhistchars[] = { 'h', 'i', 's', 't', 'c', 'h', 'a', 'r', 's', '\0' };
92Char STRhistfile[] = { '~', '/', '.', 'h', 'i', 's', 't', 'o', 'r',
93 'y', '\0' };
94Char STRhistory[] = { 'h', 'i', 's', 't', 'o', 'r', 'y', '\0' };
95Char STRhome[] = { 'h', 'o', 'm', 'e', '\0' };
96Char STRignore_symlinks[] = { 'i', 'g', 'n', 'o', 'r', 'e', '_', 's', 'y', 'm',
97 'l', 'i', 'n', 'k', 's', '\0' };
98Char STRignoreeof[] = { 'i', 'g', 'n', 'o', 'r', 'e', 'e', 'o', 'f', '\0' };
99Char STRjobs[] = { 'j', 'o', 'b', 's', '\0' };
100Char STRlistjobs[] = { 'l', 'i', 's', 't', 'j', 'o', 'b', 's', '\0' };
101Char STRlogout[] = { 'l', 'o', 'g', 'o', 'u', 't', '\0' };
102Char STRlong[] = { 'l', 'o', 'n', 'g', '\0' };
103Char STRmail[] = { 'm', 'a', 'i', 'l', '\0' };
104Char STRmh[] = { '-', 'h', '\0' };
105Char STRminus[] = { '-', '\0' };
106Char STRml[] = { '-', 'l', '\0' };
107Char STRmn[] = { '-', 'n', '\0' };
108Char STRmquestion[] = { '?' | QUOTE, ' ', '\0' };
109Char STRnice[] = { 'n', 'i', 'c', 'e', '\0' };
110Char STRnobeep[] = { 'n', 'o', 'b', 'e', 'e', 'p', '\0' };
111Char STRnoclobber[] = { 'n', 'o', 'c', 'l', 'o', 'b', 'b', 'e', 'r', '\0' };
112Char STRnoglob[] = { 'n', 'o', 'g', 'l', 'o', 'b', '\0' };
113Char STRnohup[] = { 'n', 'o', 'h', 'u', 'p', '\0' };
114Char STRnonomatch[] = { 'n', 'o', 'n', 'o', 'm', 'a', 't', 'c', 'h', '\0' };
115Char STRnormal[] = { 'n', 'o', 'r', 'm', 'a', 'l', '\0' };
116Char STRnotify[] = { 'n', 'o', 't', 'i', 'f', 'y', '\0' };
117Char STRor[] = { '|', '\0' };
118Char STRor2[] = { '|', '|', '\0' };
119Char STRpath[] = { 'p', 'a', 't', 'h', '\0' };
120Char STRprintexitvalue[] = { 'p', 'r', 'i', 'n', 't', 'e', 'x', 'i', 't', 'v',
121 'a', 'l', 'u', 'e', '\0' };
122Char STRprompt[] = { 'p', 'r', 'o', 'm', 'p', 't', '\0' };
123Char STRprompt2[] = { 'p', 'r', 'o', 'm', 'p', 't', '2', '\0' };
124Char STRpushdsilent[] = { 'p', 'u', 's', 'h', 'd', 's', 'i', 'l', 'e', 'n',
125 't', '\0' };
126Char STRsavehist[] = { 's', 'a', 'v', 'e', 'h', 'i', 's', 't', '\0' };
127Char STRsemisp[] = { ';', ' ', '\0' };
128Char STRshell[] = { 's', 'h', 'e', 'l', 'l', '\0' };
129Char STRslash[] = { '/', '\0' };
130Char STRsldotcshrc[] = { '/', '.', 'c', 's', 'h', 'r', 'c', '\0' };
131Char STRsldotlogin[] = { '/', '.', 'l', 'o', 'g', 'i', 'n', '\0' };
132Char STRsldthist[] = { '/', '.', 'h', 'i', 's', 't', 'o', 'r', 'y', '\0' };
133Char STRsldtlogout[] = { '/', '.', 'l', 'o', 'g', 'o', 'u', 't', '\0' };
134Char STRsource[] = { 's', 'o', 'u', 'r', 'c', 'e', '\0' };
135Char STRsp3dots[] = { ' ', '.', '.', '.', '\0' };
136Char STRspLarrow2sp[] = { ' ', '<', '<', ' ', '\0' };
137Char STRspLarrowsp[] = { ' ', '<', ' ', '\0' };
138Char STRspRarrow[] = { ' ', '>', '\0' };
139Char STRspRarrow2[] = { ' ', '>', '>', '\0' };
140Char STRRparen[] = { ')', '\0' };
141Char STRspace[] = { ' ', '\0' };
142Char STRspand2sp[] = { ' ', '&', '&', ' ', '\0' };
143Char STRspor2sp[] = { ' ', '|', '|', ' ', '\0' };
144Char STRsporsp[] = { ' ', '|', ' ', '\0' };
145Char STRstar[] = { '*', '\0' };
146Char STRstatus[] = { 's', 't', 'a', 't', 'u', 's', '\0' };
147Char STRsymcent[] = { '%', ' ', '\0' };
148Char STRsymhash[] = { '#', ' ', '\0' };
149Char STRterm[] = { 't', 'e', 'r', 'm', '\0' };
150Char STRthen[] = { 't', 'h', 'e', 'n', '\0' };
151Char STRtilde[] = { '~', '\0' };
152Char STRtime[] = { 't', 'i', 'm', 'e', '\0' };
153Char STRtmpsh[] = { '/', 't', 'm', 'p', '/', 's', 'h', '\0' };
154Char STRunalias[] = { 'u', 'n', 'a', 'l', 'i', 'a', 's', '\0' };
155Char STRuser[] = { 'u', 's', 'e', 'r', '\0' };
156Char STRverbose[] = { 'v', 'e', 'r', 'b', 'o', 's', 'e', '\0' };
157Char STRwordchars[] = { 'w', 'o', 'r', 'd', 'c', 'h', 'a', 'r', 's', '\0' };