-
Notifications
You must be signed in to change notification settings - Fork 5
/
nrform
188 lines (186 loc) · 4.05 KB
/
nrform
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License, Version 1.0 only
# (the "License"). You may not use this file except in compliance
# with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
#
# Copyright (c) 1993 by Sun Microsystems, Inc.
#
# from OpenSolaris "nrform 6.7 05/06/08 SMI"
#
# Portions Copyright (c) 2005 Gunnar Ritter, Freiburg i. Br., Germany
#
# Sccsid @(#)nrform 1.4 (gritter) 10/20/06
#
# START_INCLUDE
block data
integer cshift, csize, yynlin
common /yyllib/ cshift, csize, yynlin
data yynlin/YYNEWLINE/
end
block data
common /yyldat/ yyfnd, ymorf, yyprev, yybgin, yytop
integer yyfnd, yymorf, yyprev, yybgin, yytop
data yybgin/1/
data yyprev/YYNEWLINE/
data yytop/YYTOPVAL/
end
integer function yylook(dummy)
common /Lverif/ verif
common /Ladvan/ advan
common /Lstoff/ stoff
common /Lsfall/ sfall
common /Latable/ atable
common /Lextra/ extra
common /Lvstop/ vstop
integer verif(Sverif), advan(Sadvan),stoff(Sstoff),match(Smatch)
integer sfall(Ssfall),atable(Satable),extra(Sextra), vstop(Svstop)
integer state, lsp, r
integer ch, n
common /yyldat/ yyfnd, yymorf, yyprev, yybgin, yytop, yylsp, yylsta(YYLMAX)
common /yyxel/ yyleng, yytext
integer yyfnd, yymorf, yylsta, yylsp, yytext, yyprev, yyleng, yytop
integer lexshf, yytext(YYLMAX), yyback, yybgin
integer z, t
if (yymorf .eq. 0)
yyleng = 0
else
yymorf=0
1776
lsp = 1
state = yybgin
if (yyprev .eq. YYNEWLINE)
state = state + 1
for (;;){
r = stoff(state)
if (r .eq. 0){
z = sfall(state)
if (z .eq. 0)
break
if(stoff(z) == 0) break
}
ch = input(dummy)
ich = lexshf(ch)
yyleng = yyleng+1
yytext(yyleng) = ch
1984
if(r .gt. 0){
t = r + ich
if (t<= yytop){
if (verif(t) .eq. state){
if(advan(t) == YYERROR){
call unput(yytext(yyleng))
yyleng = yyleng - 1
break
}
state = advan(t)
yylsta(lsp) = state
lsp = lsp +1
goto 2001
}
}
}
if(r < 0){
t = r + ich
if (t <= yytop .and. verif(t) .eq. state){
if(advan(t) == YYERROR){
call unput(yytext(yyleng))
yyleng = yyleng - 1
break
}
state = advan(t)
yylsta(lsp) = state
lsp = lsp +1
goto 2001
}
t = r + match(ich)
if(t <= yytop && state == verif(t)){
if(advan(t) == YYERROR){
call unput(yytext(yyleng))
yyleng = yyleng - 1
break
}
state = advan(t)
yylsta(lsp) = state
lsp = lsp + 1
goto 2001
}
}
else {
if (state > 0) state = sfall(state)
if (state .gt. 0) r = stoff(state)
if (state .gt. 0 .and. r .ne. 0)
goto 1984
call unput(yytext(yyleng))
yyleng = yyleng -1
break
}
2001
continue
}
while (lsp .gt. 1){
lsp = lsp -1
ilsp = yylsta(lsp)
yyfnd = atable(ilsp)
if (yyfnd .gt. 0)
if (vstop(yyfnd) .gt. 0){
r = vstop(yyfnd)
if (extra(r) .ne. 0){
for(;;){
ilsp = yylsta(lsp)
if (yyback(atable(ilsp), -r) .eq. 1)
break
lsp= lsp -1
call unput(yytext(yyleng))
yyleng = yyleng -1
}
}
yyprev = lexshf(yytext(yyleng))
yylsp = lsp
yyfnd = yyfnd + 1
yylook = r
yytext(yyleng+1) = 0
return
}
call unput(yytext(yyleng))
}
if (yytext(1) .eq. 0){
yylook=0
return
}
yyprev = input(dummy)
call output(yyprev)
yyprev = lexshf(yyprev)
yyleng = 0
goto 1776
end
integer function yyback (isub, n)
common /Lvstop/ vstop
integer vstop(Svstop)
if (isub .ne. 0)
while (vstop(isub) .ne. 0){
if (vstop(isub) .eq. m){
yyback = 1
return
}
isub = isub + 1
}
yyback = 0
return
end