xref: /titanic_41/usr/src/cmd/oawk/oawk.xcl (revision 7c478bd95313f5f23a4c958a745db2134aa03244)
1*7c478bd9Sstevel@tonic-gate#
2*7c478bd9Sstevel@tonic-gate# CDDL HEADER START
3*7c478bd9Sstevel@tonic-gate#
4*7c478bd9Sstevel@tonic-gate# The contents of this file are subject to the terms of the
5*7c478bd9Sstevel@tonic-gate# Common Development and Distribution License, Version 1.0 only
6*7c478bd9Sstevel@tonic-gate# (the "License").  You may not use this file except in compliance
7*7c478bd9Sstevel@tonic-gate# with the License.
8*7c478bd9Sstevel@tonic-gate#
9*7c478bd9Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10*7c478bd9Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing.
11*7c478bd9Sstevel@tonic-gate# See the License for the specific language governing permissions
12*7c478bd9Sstevel@tonic-gate# and limitations under the License.
13*7c478bd9Sstevel@tonic-gate#
14*7c478bd9Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each
15*7c478bd9Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16*7c478bd9Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the
17*7c478bd9Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying
18*7c478bd9Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner]
19*7c478bd9Sstevel@tonic-gate#
20*7c478bd9Sstevel@tonic-gate# CDDL HEADER END
21*7c478bd9Sstevel@tonic-gate#
22*7c478bd9Sstevel@tonic-gatemsgid "$record"
23*7c478bd9Sstevel@tonic-gatemsgid "$zero&null"
24*7c478bd9Sstevel@tonic-gatemsgid "syntax error"
25*7c478bd9Sstevel@tonic-gatemsgid "yacc stack overflow"
26*7c478bd9Sstevel@tonic-gatemsgid "$record"
27*7c478bd9Sstevel@tonic-gatemsgid "%o"
28*7c478bd9Sstevel@tonic-gatemsgid "Input string too long, limit %d\n"
29*7c478bd9Sstevel@tonic-gatemsgid "bad switch yylook %d"
30*7c478bd9Sstevel@tonic-gatemsgid " "
31*7c478bd9Sstevel@tonic-gatemsgid " !"
32*7c478bd9Sstevel@tonic-gatemsgid " != "
33*7c478bd9Sstevel@tonic-gatemsgid " !~ "
34*7c478bd9Sstevel@tonic-gatemsgid " % "
35*7c478bd9Sstevel@tonic-gatemsgid " %= "
36*7c478bd9Sstevel@tonic-gatemsgid " && "
37*7c478bd9Sstevel@tonic-gatemsgid " * "
38*7c478bd9Sstevel@tonic-gatemsgid " *= "
39*7c478bd9Sstevel@tonic-gatemsgid " + "
40*7c478bd9Sstevel@tonic-gatemsgid " += "
41*7c478bd9Sstevel@tonic-gatemsgid " -"
42*7c478bd9Sstevel@tonic-gatemsgid " - "
43*7c478bd9Sstevel@tonic-gatemsgid " -= "
44*7c478bd9Sstevel@tonic-gatemsgid " / "
45*7c478bd9Sstevel@tonic-gatemsgid " /= "
46*7c478bd9Sstevel@tonic-gatemsgid " < "
47*7c478bd9Sstevel@tonic-gatemsgid " <= "
48*7c478bd9Sstevel@tonic-gatemsgid " = "
49*7c478bd9Sstevel@tonic-gatemsgid " == "
50*7c478bd9Sstevel@tonic-gatemsgid " > "
51*7c478bd9Sstevel@tonic-gatemsgid " >= "
52*7c478bd9Sstevel@tonic-gatemsgid " || "
53*7c478bd9Sstevel@tonic-gatemsgid " ~ "
54*7c478bd9Sstevel@tonic-gatemsgid "$("
55*7c478bd9Sstevel@tonic-gatemsgid "(null)"
56*7c478bd9Sstevel@tonic-gatemsgid "++"
57*7c478bd9Sstevel@tonic-gatemsgid "--"
58*7c478bd9Sstevel@tonic-gatemsgid "break"
59*7c478bd9Sstevel@tonic-gatemsgid "continue"
60*7c478bd9Sstevel@tonic-gatemsgid "exit"
61*7c478bd9Sstevel@tonic-gatemsgid "fncn"
62*7c478bd9Sstevel@tonic-gatemsgid "for("
63*7c478bd9Sstevel@tonic-gatemsgid "getline"
64*7c478bd9Sstevel@tonic-gatemsgid "if("
65*7c478bd9Sstevel@tonic-gatemsgid "instat"
66*7c478bd9Sstevel@tonic-gatemsgid "next"
67*7c478bd9Sstevel@tonic-gatemsgid "print"
68*7c478bd9Sstevel@tonic-gatemsgid "printf"
69*7c478bd9Sstevel@tonic-gatemsgid "sindex"
70*7c478bd9Sstevel@tonic-gatemsgid "split"
71*7c478bd9Sstevel@tonic-gatemsgid "sprintf "
72*7c478bd9Sstevel@tonic-gatemsgid "substr"
73*7c478bd9Sstevel@tonic-gatemsgid "while("
74*7c478bd9Sstevel@tonic-gatemsgid "ADD"
75*7c478bd9Sstevel@tonic-gatemsgid "ADDEQ"
76*7c478bd9Sstevel@tonic-gatemsgid "AND"
77*7c478bd9Sstevel@tonic-gatemsgid "APPEND"
78*7c478bd9Sstevel@tonic-gatemsgid "ARRAY"
79*7c478bd9Sstevel@tonic-gatemsgid "ASGNOP"
80*7c478bd9Sstevel@tonic-gatemsgid "ASSIGN"
81*7c478bd9Sstevel@tonic-gatemsgid "BOR"
82*7c478bd9Sstevel@tonic-gatemsgid "BREAK"
83*7c478bd9Sstevel@tonic-gatemsgid "CAT"
84*7c478bd9Sstevel@tonic-gatemsgid "CCL"
85*7c478bd9Sstevel@tonic-gatemsgid "CHAR"
86*7c478bd9Sstevel@tonic-gatemsgid "CONTINUE"
87*7c478bd9Sstevel@tonic-gatemsgid "DECR"
88*7c478bd9Sstevel@tonic-gatemsgid "DIVEQ"
89*7c478bd9Sstevel@tonic-gatemsgid "DIVIDE"
90*7c478bd9Sstevel@tonic-gatemsgid "DOT"
91*7c478bd9Sstevel@tonic-gatemsgid "ELSE"
92*7c478bd9Sstevel@tonic-gatemsgid "EQ"
93*7c478bd9Sstevel@tonic-gatemsgid "EXIT"
94*7c478bd9Sstevel@tonic-gatemsgid "FATAL"
95*7c478bd9Sstevel@tonic-gatemsgid "FIELD"
96*7c478bd9Sstevel@tonic-gatemsgid "FINAL"
97*7c478bd9Sstevel@tonic-gatemsgid "FIRSTTOKEN"
98*7c478bd9Sstevel@tonic-gatemsgid "FNCN"
99*7c478bd9Sstevel@tonic-gatemsgid "FOR"
100*7c478bd9Sstevel@tonic-gatemsgid "GE"
101*7c478bd9Sstevel@tonic-gatemsgid "GETLINE"
102*7c478bd9Sstevel@tonic-gatemsgid "GETREC"
103*7c478bd9Sstevel@tonic-gatemsgid "GT"
104*7c478bd9Sstevel@tonic-gatemsgid "IF"
105*7c478bd9Sstevel@tonic-gatemsgid "IN"
106*7c478bd9Sstevel@tonic-gatemsgid "INCR"
107*7c478bd9Sstevel@tonic-gatemsgid "INDEX"
108*7c478bd9Sstevel@tonic-gatemsgid "INDIRECT"
109*7c478bd9Sstevel@tonic-gatemsgid "IN_EXIT"
110*7c478bd9Sstevel@tonic-gatemsgid "IN_INIT"
111*7c478bd9Sstevel@tonic-gatemsgid "JUMP"
112*7c478bd9Sstevel@tonic-gatemsgid "JUMPFALSE"
113*7c478bd9Sstevel@tonic-gatemsgid "JUMPTRUE"
114*7c478bd9Sstevel@tonic-gatemsgid "LASTTOKEN"
115*7c478bd9Sstevel@tonic-gatemsgid "LE"
116*7c478bd9Sstevel@tonic-gatemsgid "LSUBSTR"
117*7c478bd9Sstevel@tonic-gatemsgid "LT"
118*7c478bd9Sstevel@tonic-gatemsgid "MATCH"
119*7c478bd9Sstevel@tonic-gatemsgid "MATCHOP"
120*7c478bd9Sstevel@tonic-gatemsgid "MINUS"
121*7c478bd9Sstevel@tonic-gatemsgid "MOD"
122*7c478bd9Sstevel@tonic-gatemsgid "MODEQ"
123*7c478bd9Sstevel@tonic-gatemsgid "MULT"
124*7c478bd9Sstevel@tonic-gatemsgid "MULTEQ"
125*7c478bd9Sstevel@tonic-gatemsgid "NCCL"
126*7c478bd9Sstevel@tonic-gatemsgid "NE"
127*7c478bd9Sstevel@tonic-gatemsgid "NEWSTAT"
128*7c478bd9Sstevel@tonic-gatemsgid "NEXT"
129*7c478bd9Sstevel@tonic-gatemsgid "NL"
130*7c478bd9Sstevel@tonic-gatemsgid "NOT"
131*7c478bd9Sstevel@tonic-gatemsgid "NOTMATCH"
132*7c478bd9Sstevel@tonic-gatemsgid "NUMBER"
133*7c478bd9Sstevel@tonic-gatemsgid "OR"
134*7c478bd9Sstevel@tonic-gatemsgid "PASTAT"
135*7c478bd9Sstevel@tonic-gatemsgid "PASTAT2"
136*7c478bd9Sstevel@tonic-gatemsgid "PLUS"
137*7c478bd9Sstevel@tonic-gatemsgid "POSTDECR"
138*7c478bd9Sstevel@tonic-gatemsgid "POSTINCR"
139*7c478bd9Sstevel@tonic-gatemsgid "PREDECR"
140*7c478bd9Sstevel@tonic-gatemsgid "PREINCR"
141*7c478bd9Sstevel@tonic-gatemsgid "PRINT"
142*7c478bd9Sstevel@tonic-gatemsgid "PRINTF"
143*7c478bd9Sstevel@tonic-gatemsgid "PROGRAM"
144*7c478bd9Sstevel@tonic-gatemsgid "PUSH"
145*7c478bd9Sstevel@tonic-gatemsgid "QUEST"
146*7c478bd9Sstevel@tonic-gatemsgid "RELOP"
147*7c478bd9Sstevel@tonic-gatemsgid "SPLIT"
148*7c478bd9Sstevel@tonic-gatemsgid "SPRINTF"
149*7c478bd9Sstevel@tonic-gatemsgid "STAR"
150*7c478bd9Sstevel@tonic-gatemsgid "STRING"
151*7c478bd9Sstevel@tonic-gatemsgid "SUBEQ"
152*7c478bd9Sstevel@tonic-gatemsgid "SUBSTR"
153*7c478bd9Sstevel@tonic-gatemsgid "UMINUS"
154*7c478bd9Sstevel@tonic-gatemsgid "VAR"
155*7c478bd9Sstevel@tonic-gatemsgid "WHILE"
156*7c478bd9Sstevel@tonic-gatemsgid "XBEGIN"
157*7c478bd9Sstevel@tonic-gatemsgid "XEND"
158*7c478bd9Sstevel@tonic-gatemsgid "lex: %c\n"
159*7c478bd9Sstevel@tonic-gatemsgid "lex: %s\n"
160*7c478bd9Sstevel@tonic-gatemsgid "lex:? %o\n"
161*7c478bd9Sstevel@tonic-gatemsgid "cgotofn: notin; state = %d, n = %d\n"
162*7c478bd9Sstevel@tonic-gatemsgid "$record"
163*7c478bd9Sstevel@tonic-gatemsgid "NF"
164*7c478bd9Sstevel@tonic-gatemsgid "\n"
165*7c478bd9Sstevel@tonic-gatemsgid "awk: "
166*7c478bd9Sstevel@tonic-gatemsgid "field %d: |%ws|\n"
167*7c478bd9Sstevel@tonic-gatemsgid "r"
168*7c478bd9Sstevel@tonic-gatemsgid "-"
169*7c478bd9Sstevel@tonic-gatemsgid "-R"
170*7c478bd9Sstevel@tonic-gatemsgid "-S"
171*7c478bd9Sstevel@tonic-gatemsgid "-d"
172*7c478bd9Sstevel@tonic-gatemsgid "awk.out"
173*7c478bd9Sstevel@tonic-gatemsgid "#"
174*7c478bd9Sstevel@tonic-gatemsgid "# file: main.c.i, line number: 641, textdomain("")"
175*7c478bd9Sstevel@tonic-gatemsgid "r"
176*7c478bd9Sstevel@tonic-gatemsgid "$record"
177*7c478bd9Sstevel@tonic-gatemsgid ""
178*7c478bd9Sstevel@tonic-gatemsgid "%d"
179*7c478bd9Sstevel@tonic-gatemsgid "%s"
180*7c478bd9Sstevel@tonic-gatemsgid "%ws"
181*7c478bd9Sstevel@tonic-gatemsgid "a"
182*7c478bd9Sstevel@tonic-gatemsgid "split: s=|%ws|, a=%ws, sep=|%wc|\n"
183*7c478bd9Sstevel@tonic-gatemsgid "substr: m=%d, n=%d, s=%ws\n"
184*7c478bd9Sstevel@tonic-gatemsgid "w"
185*7c478bd9Sstevel@tonic-gatemsgid ""
186*7c478bd9Sstevel@tonic-gatemsgid " "
187*7c478bd9Sstevel@tonic-gatemsgid "$record"
188*7c478bd9Sstevel@tonic-gatemsgid "$zero&null"
189*7c478bd9Sstevel@tonic-gatemsgid "%.20g"
190*7c478bd9Sstevel@tonic-gatemsgid "%.6g"
191*7c478bd9Sstevel@tonic-gatemsgid "0"
192*7c478bd9Sstevel@tonic-gatemsgid "FILENAME"
193*7c478bd9Sstevel@tonic-gatemsgid "FS"
194*7c478bd9Sstevel@tonic-gatemsgid "NF"
195*7c478bd9Sstevel@tonic-gatemsgid "NR"
196*7c478bd9Sstevel@tonic-gatemsgid "OFMT"
197*7c478bd9Sstevel@tonic-gatemsgid "OFS"
198*7c478bd9Sstevel@tonic-gatemsgid "ORS"
199*7c478bd9Sstevel@tonic-gatemsgid "RS"
200*7c478bd9Sstevel@tonic-gatemsgid "\n"
201